ACPT Lite 2.0.0

Does ACPT Lite work with WordPress 6.4.3 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: 1.25 MiB
The average PHP memory usage increased by this amount after activating by the plugin.

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

Environment
WordPress version6.4.3
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=2cfb62bdb5
Aspect after-activation
HTTP status 200
Load time 0.947 s
Memory usage 4.56 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.290 s
Memory usage 4.52 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.164 s
Memory usage 4.48 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.317 s0.335 s+0.018 s3.38 MiB4.65 MiB+ 1.27 MiB
/wp-admin/edit.php0.194 s0.222 s+0.028 s3.41 MiB4.7 MiB+ 1.29 MiB
/wp-admin/post-new.php0.765 s1.048 s+0.283 s5.46 MiB6.76 MiB+ 1.3 MiB
/wp-admin/upload.php0.452 s0.413 s-0.039 s3.32 MiB4.58 MiB+ 1.26 MiB
/wp-admin/options-writing.php0.194 s0.189 s-0.005 s3.32 MiB4.5 MiB+ 1.18 MiB
/wp-admin/media-new.php0.284 s0.269 s-0.015 s3.3 MiB4.5 MiB+ 1.21 MiB
/wp-admin/edit-tags.php?taxonomy=category0.179 s0.390 s+0.211 s3.31 MiB4.66 MiB+ 1.35 MiB
/wp-admin/post-new.php?post_type=page0.500 s0.612 s+0.112 s5.45 MiB6.76 MiB+ 1.31 MiB
/wp-admin/options-discussion.php0.237 s0.304 s+0.067 s3.3 MiB4.51 MiB+ 1.21 MiB
/wp-admin/edit-comments.php0.202 s0.213 s+0.011 s3.34 MiB4.54 MiB+ 1.2 MiB
/0.230 s0.173 s-0.057 s3.31 MiB4.48 MiB+ 1.17 MiB
Average 0.323 s0.379 s+0.056 s3.72 MiB4.97 MiB+ 1.25 MiB

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.

PO File
PHP
JavaScript
Language % Lines of code Comment lines Files
PO File50.5%22,4601599
PHP34.1%15,1665,186164
JavaScript12.2%5,4101876
CSS3.1%1,374241
Markdown0.1%2601
XML0.0%1601
SVG0.0%501
Bourne Shell0.0%401
Total 44,461 5,556 184

PHP Code Analysis | More results »

Lines of code 15,161
Total complexity 2,431
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 158
Methods 857
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

[28-Mar-2024 12:12:08 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
[28-Mar-2024 12:12:08 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
[28-Mar-2024 12:12:08 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
[28-Mar-2024 12:12:08 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
[28-Mar-2024 12:12:08 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
[28-Mar-2024 12:12:08 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
[28-Mar-2024 12:12:10 UTC] PHP Warning:  Undefined array key "msgid" in /wp-content/plugins/acpt-lite/vendor/sepia/po-parser/src/Catalog/EntryFactory.php on line 14
[28-Mar-2024 12:12:12 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 6031
[28-Mar-2024 12:12:12 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 6031
[28-Mar-2024 12:12:17 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 6031
[28-Mar-2024 12:12:17 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 6031
See also: All tests for this plugin, How to Hide ACPT Lite Admin Menus