ACPT Lite 2.0.2

Does ACPT Lite work with WordPress 6.5.5 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1PHP warnings
4PHP deprecation warnings
6Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version6.5.5
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 90+
WordPress.org page https://wordpress.org/plugins/acpt-lite/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=acpt-lite%2Fadvanced-custom-post-type-lite.php&plugin_status=all&paged=1&s&_wpnonce=c4f55bb1d4
Aspect after-activation
HTTP status 200
Load time 1.200 s
Memory usage 4.01 MiB
JS errors None
Resource errors None

ACPT Lite

Page screenshot: ACPT Lite
URL /wp-admin/admin.php?page=advanced-custom-post-type-lite
Aspect menu-item
HTTP status 200
Load time 0.352 s
Memory usage 3.97 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.436 s
Memory usage 3.91 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.366 s0.361 s-0.005 s3.44 MiB4.06 MiB+ 635.91 KiB
/wp-admin/edit.php0.220 s0.238 s+0.018 s3.46 MiB4.15 MiB+ 702.48 KiB
/wp-admin/post-new.php0.942 s0.956 s+0.014 s5.59 MiB6.44 MiB+ 871.83 KiB
/wp-admin/upload.php0.598 s0.520 s-0.078 s3.38 MiB4.03 MiB+ 665.55 KiB
/wp-admin/options-writing.php0.232 s0.228 s-0.004 s3.37 MiB3.95 MiB+ 587.75 KiB
/wp-admin/media-new.php0.319 s0.261 s-0.058 s3.35 MiB3.95 MiB+ 615.88 KiB
/wp-admin/edit-tags.php?taxonomy=category0.201 s0.490 s+0.289 s3.37 MiB4.11 MiB+ 762.66 KiB
/wp-admin/post-new.php?post_type=page0.567 s0.716 s+0.149 s5.59 MiB6.41 MiB+ 847.28 KiB
/wp-admin/options-discussion.php0.328 s0.513 s+0.185 s3.36 MiB3.96 MiB+ 619.34 KiB
/wp-admin/edit-comments.php0.283 s0.241 s-0.042 s3.39 MiB3.99 MiB+ 612.67 KiB
/0.314 s0.210 s-0.104 s3.42 MiB3.91 MiB+ 503.66 KiB
Average 0.397 s0.430 s+0.033 s3.79 MiB4.45 MiB+ 675 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.

JavaScript
PO File
PHP
Language % Lines of code Comment lines Files
JavaScript70.3%92,56811,38540
PO File17.1%22,4601599
PHP11.6%15,2405,197165
CSS1.1%1,3833310
Markdown0.0%2601
XML0.0%1601
SVG0.0%501
Bourne Shell0.0%401
Total 131,702 16,774 228

PHP Code Analysis | More results »

Lines of code 15,235
Total complexity 2,446
Median class complexity 6.0
Median method complexity 2.0
Most complex class ACPT_Lite\Utils\Assert
Most complex function ACPT_Lite\Admin\ACPT_Lite_Admin::addColumnsToAdminPanel()
Classes 159
Methods 858
Functions 3

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 13

Options wp_options 1

PHP Error Log 17 lines

[01-Jul-2024 01:51:15 UTC] WordPress database error Table 'wordpress.wp_acpt_lite_settings' doesn't exist for query 
            SELECT 
                id, 
                meta_key,
                meta_value
            FROM `wp_acpt_lite_settings`
             WHERE meta_key = 'enable_cache' made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/acpt-lite/advanced-custom-post-type-lite.php'), ACPT_Lite\Core\Repository\SettingsRepository::getSingle, ACPT_Lite\Core\Repository\SettingsRepository::get, ACPT_Lite\Includes\ACPT_Lite_DB::getResults
[01-Jul-2024 01:51:16 UTC] WordPress database error Unknown table 'wordpress.wp_acpt_lite_custom_post_type_meta_box' for query DROP TABLE `wp_acpt_lite_custom_post_type_meta_box`; made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/acpt-lite/advanced-custom-post-type-lite.php'), ACPT_Lite::checkForPluginUpgrades, ACPT_Lite\Includes\ACPT_Lite_DB::createSchema, ACPT_Lite\Includes\ACPT_Lite_Schema_Manager::up
[01-Jul-2024 01:51:16 UTC] WordPress database error Unknown table 'wordpress.wp_acpt_lite_custom_post_type_field' for query DROP TABLE `wp_acpt_lite_custom_post_type_field`; made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/acpt-lite/advanced-custom-post-type-lite.php'), ACPT_Lite::checkForPluginUpgrades, ACPT_Lite\Includes\ACPT_Lite_DB::createSchema, ACPT_Lite\Includes\ACPT_Lite_Schema_Manager::up
[01-Jul-2024 01:51:16 UTC] WordPress database error Unknown table 'wordpress.wp_acpt_lite_custom_post_type_option' for query DROP TABLE `wp_acpt_lite_custom_post_type_option`; made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/acpt-lite/advanced-custom-post-type-lite.php'), ACPT_Lite::checkForPluginUpgrades, ACPT_Lite\Includes\ACPT_Lite_DB::createSchema, ACPT_Lite\Includes\ACPT_Lite_Schema_Manager::up
[01-Jul-2024 01:51:16 UTC] WordPress database error Unknown table 'wordpress.wp_acpt_lite_custom_post_type_relation' for query DROP TABLE `wp_acpt_lite_custom_post_type_relation`; made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/acpt-lite/advanced-custom-post-type-lite.php'), ACPT_Lite::checkForPluginUpgrades, ACPT_Lite\Includes\ACPT_Lite_DB::createSchema, ACPT_Lite\Includes\ACPT_Lite_Schema_Manager::up
[01-Jul-2024 01:51:16 UTC] WordPress database error Unknown table 'wordpress.wp_acpt_lite_custom_post_template' for query DROP TABLE `wp_acpt_lite_custom_post_template`; made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/acpt-lite/advanced-custom-post-type-lite.php'), ACPT_Lite::checkForPluginUpgrades, ACPT_Lite\Includes\ACPT_Lite_DB::createSchema, ACPT_Lite\Includes\ACPT_Lite_Schema_Manager::up
[01-Jul-2024 01:51:18 UTC] PHP Warning:  Undefined array key "msgid" in /wp-content/plugins/acpt-lite/vendor/sepia/po-parser/src/Catalog/EntryFactory.php on line 14
[01-Jul-2024 01:51:21 UTC] PHP Deprecated:  Hook block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in /wp-includes/functions.php on line 6078
[01-Jul-2024 01:51:21 UTC] PHP Deprecated:  Hook block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in /wp-includes/functions.php on line 6078
[01-Jul-2024 01:51:26 UTC] PHP Deprecated:  Hook block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in /wp-includes/functions.php on line 6078
[01-Jul-2024 01:51:26 UTC] PHP Deprecated:  Hook block_categories is deprecated since version 5.8.0! Use block_categories_all instead. in /wp-includes/functions.php on line 6078
See also: All tests for this plugin, How to Hide ACPT Lite Admin Menus