LatePoint 5.1.8

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

Summary

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

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

Page speed impact: 0.156 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=d7440753c8
Aspect after-activation
HTTP status 200
Load time 1.565 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.918 s
Memory usage 3.85 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.417 s
Memory usage 3.67 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.324 s0.526 s+0.202 s3.48 MiB3.78 MiB+ 302.2 KiB
/wp-admin/edit.php0.217 s0.450 s+0.233 s3.54 MiB3.87 MiB+ 329.86 KiB
/wp-admin/post-new.php0.841 s1.556 s+0.715 s5.93 MiB6.18 MiB+ 263.79 KiB
/wp-admin/upload.php0.782 s0.672 s-0.110 s3.5 MiB3.77 MiB+ 276.7 KiB
/wp-admin/options-writing.php0.216 s0.343 s+0.127 s3.47 MiB3.76 MiB+ 296.21 KiB
/wp-admin/media-new.php0.276 s0.348 s+0.072 s3.46 MiB3.76 MiB+ 304.41 KiB
/wp-admin/edit-tags.php?taxonomy=category0.179 s0.378 s+0.199 s3.48 MiB3.78 MiB+ 309.67 KiB
/wp-admin/post-new.php?post_type=page1.236 s1.028 s-0.208 s5.92 MiB6.17 MiB+ 259.37 KiB
/wp-admin/options-discussion.php0.264 s0.471 s+0.207 s3.47 MiB3.76 MiB+ 293.34 KiB
/wp-admin/edit-comments.php0.203 s0.420 s+0.217 s3.49 MiB3.78 MiB+ 292.37 KiB
/0.294 s0.359 s+0.065 s3.47 MiB3.67 MiB+ 200.03 KiB
Average 0.439 s0.596 s+0.156 s3.93 MiB4.21 MiB+ 284.36 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.1%42,5495,684332
CSS29.7%41,924993
Sass25.6%36,13337277
JavaScript13.7%19,3431,17958
JSON0.6%87409
HTML0.3%391017
SVG0.0%701
Total 141,221 7,334 497

PHP Code Analysis | More results »

Lines of code 33,876
Total complexity 7,293
Median class complexity 23.0
Median method complexity 2.0
Most complex class OsStepsHelper
Most complex function LatePoint::define_constants()
Classes 163
Methods 2,132
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 35

Options wp_options 3

Roles 1

ID Name
latepoint_agentLatePoint Agent

Capabilities 1

PHP Error Log 413 lines

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_recurrences] => Created table wp_latepoint_recurrences
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_steps] => Created table wp_latepoint_steps
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_carts] => Created table wp_latepoint_carts
)

[22-Mar-2025 05:37:45 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 'KEY cart_id_index (cart_id)
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8m...' at line 11 for query CREATE TABLE wp_latepoint_cart_items (
      id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
      cart_id int(11) NOT NULL,
      variant varchar(55),
      item_data text,
      connected_cart_item_id int(11),
      created_at datetime,
      updated_at datetime,
      PRIMARY KEY  (id),
      KEY connected_cart_item_id_index (connected_cart_item_id)
      KEY cart_id_index (cart_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
[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_cart_items] => Created table wp_latepoint_cart_items
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_orders] => Created table wp_latepoint_orders
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_order_items] => Created table wp_latepoint_order_items
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_order_intents] => Created table wp_latepoint_order_intents
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_order_invoices] => Created table wp_latepoint_order_invoices
)

[22-Mar-2025 05:37:45 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
[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_payment_requests] => Created table wp_latepoint_payment_requests
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_process_jobs] => Created table wp_latepoint_process_jobs
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_sessions] => Created table wp_latepoint_sessions
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_bookings] => Created table wp_latepoint_bookings
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_blocked_periods] => Created table wp_latepoint_blocked_periods
)

[22-Mar-2025 05:37:45 UTC] Array
(
    [wp_latepoint_cart_meta] => Created table wp_latepoint_cart_meta
)

[22-Mar-2025 05:37:45 UTC] Array

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