THRON 1.3.1

Does THRON work with WordPress 6.4.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
2PHP fatal errors
19PHP warnings
2PHP notices
1PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
2Resource errors (CSS, JS, images, fonts and so on.)
  • 2 net::ERR_NAME_NOT_RESOLVED
Performance

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

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.4.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/thron/
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=thron%2Fthron.php&plugin_status=all&paged=1&s&_wpnonce=8a9a0b14cf
Aspect after-activation
HTTP status 200
Load time 0.708 s
Memory usage 3.67 MiB
JS errors None
Resource errors None

THRON

Page screenshot: THRON
URL /wp-admin/admin.php?page=thron_option_api_page
Aspect menu-item
HTTP status 200
Load time 0.335 s
Memory usage 3.8 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.218 s
Memory usage 3.39 MiB
JS errors None
Resource errors
[
    {
        "status": null,
        "statusText": null,
        "url": "https://-cdn.thron.com/shared/ce/bootstrap/1/scripts/embeds-min.js?ver=1.3.1",
        "errorString": "net::ERR_NAME_NOT_RESOLVED"
    },
    {
        "status": null,
        "statusText": null,
        "url": "https://-cdn.thron.com/shared/plugins/tracking/current/bootstrapper-min.js?ver=1.3.1",
        "errorString": "net::ERR_NAME_NOT_RESOLVED"
    }
]

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.371 s0.447 s+0.076 s3.38 MiB3.52 MiB+ 142.67 KiB
/wp-admin/edit.php0.210 s0.343 s+0.133 s3.41 MiB3.55 MiB+ 146.95 KiB
/wp-admin/upload.php0.778 s0.308 s-0.470 s3.32 MiB3.44 MiB+ 117.51 KiB
/wp-admin/options-writing.php0.235 s0.382 s+0.147 s3.32 MiB3.44 MiB+ 126.59 KiB
/wp-admin/media-new.php0.342 s0.496 s+0.154 s3.29 MiB3.43 MiB+ 141.96 KiB
/wp-admin/edit-tags.php?taxonomy=category0.229 s0.288 s+0.059 s3.31 MiB3.46 MiB+ 151.11 KiB
/wp-admin/options-discussion.php0.324 s0.346 s+0.022 s3.3 MiB3.44 MiB+ 137.26 KiB
/wp-admin/edit-comments.php0.241 s0.344 s+0.103 s3.34 MiB3.47 MiB+ 134.04 KiB
/0.307 s0.230 s-0.077 s3.36 MiB3.39 MiB+ 35.54 KiB
Average 0.337 s0.354 s+0.016 s3.34 MiB3.46 MiB+ 125.96 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.

PO File
PHP
CSS
Language % Lines of code Comment lines Files
PO File60.3%32,43818,549121
PHP18.9%10,1777,24873
CSS9.6%5,1741,28910
JavaScript6.9%3,70976712
Sass2.6%1,4072917
Markdown1.4%73503
JSON0.3%15702
SVG0.0%2422
Total 53,821 27,884 240

PHP Code Analysis | More results »

Lines of code 10,168
Total complexity 2,272
Median class complexity 8.0
Median method complexity 2.0
Most complex class CMB2
Most complex function Thron_Cron::thron_update_file()
Classes 80
Methods 620
Functions 40

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.

No new entries found.

PHP Error Log 40 lines

[16-Nov-2023 16:30:38 UTC] PHP Deprecated:  Optional parameter $type declared before required parameter $field_id is implicitly treated as a required parameter in /wp-content/plugins/thron/includes/cmb2/includes/rest-api/CMB2_REST.php on line 764
[16-Nov-2023 16:30:41 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/public/class-thron-public.php on line 79
[16-Nov-2023 16:30:41 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/public/class-thron-public.php on line 80
[16-Nov-2023 16:30:42 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1390
[16-Nov-2023 16:30:42 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1390
[16-Nov-2023 16:30:42 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1462
[16-Nov-2023 16:30:42 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1465
[16-Nov-2023 16:30:42 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1631
[16-Nov-2023 16:30:42 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wp/v2/media/(?P[\d]+)/edit is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[16-Nov-2023 16:30:43 UTC] PHP Fatal error:  Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /wp-content/plugins/thron/admin/class-thron-admin.php:1200
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Thron_Admin->THRONBlock()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-admin/edit-form-blocks.php(272): do_action()
#4 /wp-admin/post-new.php(72): require('...')
#5 {main}
  thrown in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1200
[16-Nov-2023 16:30:43 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1390
[16-Nov-2023 16:30:43 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1390
[16-Nov-2023 16:30:43 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1462
[16-Nov-2023 16:30:43 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1465
[16-Nov-2023 16:30:43 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1631
[16-Nov-2023 16:30:44 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1390
[16-Nov-2023 16:30:44 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1390
[16-Nov-2023 16:30:44 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1462
[16-Nov-2023 16:30:44 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1465
[16-Nov-2023 16:30:44 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1631
[16-Nov-2023 16:30:45 UTC] PHP Notice:  Function register_rest_route was called incorrectly. The REST API route definition for wp/v2/media/(?P[\d]+)/edit is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see <a>Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 6031
[16-Nov-2023 16:30:45 UTC] PHP Fatal error:  Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /wp-content/plugins/thron/admin/class-thron-admin.php:1200
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): Thron_Admin->THRONBlock()
#1 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /wp-admin/edit-form-blocks.php(272): do_action()
#4 /wp-admin/post-new.php(72): require('...')
#5 {main}
  thrown in /wp-content/plugins/thron/admin/class-thron-admin.php on line 1200
[16-Nov-2023 16:30:45 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/public/class-thron-public.php on line 79
[16-Nov-2023 16:30:45 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/thron/public/class-thron-public.php on line 80
See also: All tests for this plugin