LatePoint 5.1.7

Does LatePoint work with WordPress 6.7.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
2Database errors
70Unrecognized messages in the PHP error log
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 283.9 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.149 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.7.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 100,000+
WordPress.org page https://wordpress.org/plugins/latepoint/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

LatePoint ‹ Test site — WordPress

Page screenshot: LatePoint ‹ Test site — WordPress
URL /wp-admin/admin.php?page=latepoint&route_name=wizard__setup
Requested URL /wp-admin/plugins.php?action=activate&plugin=latepoint%2Flatepoint.php&plugin_status=all&paged=1&s&_wpnonce=f1cbc11c54
Aspect after-activation
HTTP status 200
Load time 1.413 s
Memory usage 3.76 MiB
JS errors None
Resource errors None

LatePoint

Page screenshot: LatePoint
URL /wp-admin/admin.php?page=latepoint
Aspect menu-item
HTTP status 200
Load time 0.831 s
Memory usage 3.84 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.309 s
Memory usage 3.66 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.272 s0.439 s+0.167 s3.48 MiB3.77 MiB+ 296.13 KiB
/wp-admin/edit.php0.181 s0.439 s+0.258 s3.54 MiB3.86 MiB+ 323.8 KiB
/wp-admin/post-new.php0.716 s1.113 s+0.397 s5.93 MiB6.18 MiB+ 257.73 KiB
/wp-admin/upload.php0.509 s0.414 s-0.095 s3.5 MiB3.76 MiB+ 270.46 KiB
/wp-admin/options-writing.php0.206 s0.319 s+0.113 s3.47 MiB3.76 MiB+ 289.98 KiB
/wp-admin/media-new.php0.248 s0.539 s+0.291 s3.46 MiB3.76 MiB+ 298.17 KiB
/wp-admin/edit-tags.php?taxonomy=category0.177 s0.330 s+0.153 s3.48 MiB3.77 MiB+ 303.44 KiB
/wp-admin/post-new.php?post_type=page0.568 s0.702 s+0.134 s5.92 MiB6.17 MiB+ 248.71 KiB
/wp-admin/options-discussion.php0.271 s0.375 s+0.104 s3.48 MiB3.76 MiB+ 287.16 KiB
/wp-admin/edit-comments.php0.396 s0.349 s-0.047 s3.5 MiB3.78 MiB+ 286.19 KiB
/0.275 s0.438 s+0.163 s3.41 MiB3.66 MiB+ 261.09 KiB
Average 0.347 s0.496 s+0.149 s3.92 MiB4.2 MiB+ 283.9 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
CSS
Sass
JavaScript
Language % Lines of code Comment lines Files
PHP30.0%41,6195,579326
CSS29.7%41,198993
Sass25.6%35,51237177
JavaScript13.7%19,0501,30858
JSON0.6%87409
HTML0.3%391017
SVG0.0%701
Total 138,651 7,357 491

PHP Code Analysis | More results »

Lines of code 33,138
Total complexity 7,135
Median class complexity 23.0
Median method complexity 2.0
Most complex class OsStepsHelper
Most complex function LatePoint::define_constants()
Classes 160
Methods 2,092
Functions 0

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 34

Options wp_options 3

Roles 1

ID Name
latepoint_agentLatePoint Agent

Capabilities 1

PHP Error Log 369 lines

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_steps] => Created table wp_latepoint_steps
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_carts] => Created table wp_latepoint_carts
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_cart_items] => Created table wp_latepoint_cart_items
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_orders] => Created table wp_latepoint_orders
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_order_items] => Created table wp_latepoint_order_items
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_order_intents] => Created table wp_latepoint_order_intents
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_order_invoices] => Created table wp_latepoint_order_invoices
)

[20-Feb-2025 07:26:03 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'portion varchar(55),
      created_at datetime,
      updated_at datetime,
  ...' at line 7 for query CREATE TABLE wp_latepoint_payment_requests (
      id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
      order_id int(11) NOT NULL,
      invoice_id int(11) NOT NULL,
      charge_amount decimal(20,4),
      due_at datetime,
      portion varchar(55),
      created_at datetime,
      updated_at datetime,
      PRIMARY KEY  (id),
      KEY invoice_id_index (invoice_id),
      KEY order_id_index (order_id)
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/latepoint/latepoint.php'), LatePoint->__construct, OsDatabaseHelper::check_db_version, OsDatabaseHelper::install_database, dbDelta
[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_payment_requests] => Created table wp_latepoint_payment_requests
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_process_jobs] => Created table wp_latepoint_process_jobs
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_sessions] => Created table wp_latepoint_sessions
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_bookings] => Created table wp_latepoint_bookings
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_cart_meta] => Created table wp_latepoint_cart_meta
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_order_meta] => Created table wp_latepoint_order_meta
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_booking_meta] => Created table wp_latepoint_booking_meta
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_processes] => Created table wp_latepoint_processes
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_service_meta] => Created table wp_latepoint_service_meta
)

[20-Feb-2025 07:26:03 UTC] Array
(
    [wp_latepoint_customer_meta] => Created table wp_latepoint_customer_meta
)

(+269 more lines)
See also: All tests for this plugin, How to Hide the "LatePoint" Admin Menu