LatePoint 5.1.0

Does LatePoint work with WordPress 6.7.1 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: 276.27 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

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

Environment
WordPress version6.7.1
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=60f46c92ff
Aspect after-activation
HTTP status 200
Load time 1.629 s
Memory usage 3.75 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.951 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.382 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.309 s0.525 s+0.216 s3.48 MiB3.77 MiB+ 294.1 KiB
/wp-admin/edit.php0.206 s0.634 s+0.428 s3.54 MiB3.86 MiB+ 321.77 KiB
/wp-admin/post-new.php0.798 s1.694 s+0.896 s5.92 MiB6.17 MiB+ 255.7 KiB
/wp-admin/upload.php0.633 s0.464 s-0.169 s3.49 MiB3.76 MiB+ 268.61 KiB
/wp-admin/options-writing.php0.244 s0.374 s+0.130 s3.47 MiB3.75 MiB+ 288.13 KiB
/wp-admin/media-new.php0.276 s0.549 s+0.273 s3.46 MiB3.75 MiB+ 296.32 KiB
/wp-admin/edit-tags.php?taxonomy=category0.202 s0.369 s+0.167 s3.47 MiB3.77 MiB+ 301.59 KiB
/wp-admin/post-new.php?post_type=page1.033 s0.822 s-0.211 s5.92 MiB6.16 MiB+ 251.28 KiB
/wp-admin/options-discussion.php0.271 s0.391 s+0.120 s3.47 MiB3.75 MiB+ 285.25 KiB
/wp-admin/edit-comments.php0.213 s0.401 s+0.188 s3.49 MiB3.77 MiB+ 284.28 KiB
/0.522 s0.546 s+0.024 s3.47 MiB3.66 MiB+ 191.95 KiB
Average 0.428 s0.615 s+0.187 s3.93 MiB4.2 MiB+ 276.27 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.

CSS
PHP
Sass
JavaScript
Language % Lines of code Comment lines Files
CSS29.9%41,123993
PHP29.6%40,7725,411322
Sass25.8%35,45737177
JavaScript13.8%18,9531,30558
JSON0.6%86509
HTML0.3%391017
SVG0.0%701
Total 137,568 7,186 487

PHP Code Analysis | More results »

Lines of code 32,349
Total complexity 6,974
Median class complexity 23.0
Median method complexity 2.0
Most complex class OsStepsHelper
Most complex function LatePoint::define_constants()
Classes 159
Methods 2,055
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

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_steps] => Created table wp_latepoint_steps
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_carts] => Created table wp_latepoint_carts
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_cart_items] => Created table wp_latepoint_cart_items
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_orders] => Created table wp_latepoint_orders
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_order_items] => Created table wp_latepoint_order_items
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_order_intents] => Created table wp_latepoint_order_intents
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_order_invoices] => Created table wp_latepoint_order_invoices
)

[29-Jan-2025 01:31:29 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
[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_payment_requests] => Created table wp_latepoint_payment_requests
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_process_jobs] => Created table wp_latepoint_process_jobs
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_sessions] => Created table wp_latepoint_sessions
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_bookings] => Created table wp_latepoint_bookings
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_cart_meta] => Created table wp_latepoint_cart_meta
)

[29-Jan-2025 01:31:29 UTC] Array
(
    [wp_latepoint_order_meta] => Created table wp_latepoint_order_meta
)

[29-Jan-2025 01:31:30 UTC] Array
(
    [wp_latepoint_booking_meta] => Created table wp_latepoint_booking_meta
)

[29-Jan-2025 01:31:30 UTC] Array
(
    [wp_latepoint_processes] => Created table wp_latepoint_processes
)

[29-Jan-2025 01:31:30 UTC] Array
(
    [wp_latepoint_service_meta] => Created table wp_latepoint_service_meta
)

[29-Jan-2025 01:31:30 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