Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.01MB] [CPU: ▼8.33ms] Passed 4 tests
An overview of server-side resources used by Change WP Cron Request URL
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 38.61 ▼0.43 |
Dashboard /wp-admin | 3.32 ▼0.02 | 51.09 ▼19.94 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 49.51 ▲2.75 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.02 | 87.09 ▼11.07 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 37.38 ▼1.87 |
Change WP Cron Request URL /wp-admin/options-general.php?page=change-wp-cron | 3.21 | 33.39 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 7 new files
Database: no new tables, 8 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-posts |
change_wp_cron_port |
theysaidso_admin_options |
widget_recent-comments |
change_wp_cron_domain |
can_compress_scripts |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Change WP Cron Request URL
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.20 ▼0.07 | 1.81 ▲0.01 | 45.00 ▲1.45 |
Dashboard /wp-admin | 2,202 ▲25 | 5.65 ▲0.02 | 91.03 ▼9.49 | 38.25 ▼4.78 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.03 ▲0.02 | 33.99 ▼2.50 | 39.33 ▲2.23 |
Add New Post /wp-admin/post-new.php | 1,548 ▲22 | 23.39 ▲5.90 | 677.56 ▲31.03 | 61.04 ▲8.11 |
Media Library /wp-admin/upload.php | 1,407 ▲10 | 4.23 ▼0.04 | 98.57 ▼2.95 | 51.16 ▲6.62 |
Change WP Cron Request URL /wp-admin/options-general.php?page=change-wp-cron | 823 | 2.02 | 27.82 | 27.45 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please fix the following items
- 3× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Interface 'Cwc\\Classes\\Field_Validator_Interface' not found in wp-content/plugins/change-wp-cron-request-url/classes/class-port-validator.php:4
- > PHP Fatal error
Uncaught Error: Interface 'Cwc\\Classes\\Field_Validator_Interface' not found in wp-content/plugins/change-wp-cron-request-url/classes/class-domain-validator.php:5
- > PHP Fatal error
Uncaught Error: Call to undefined function is_admin() in wp-content/plugins/change-wp-cron-request-url/admin/admin.php:86
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Please fix the following user-side errors
- > GET request to /wp-admin/options-general.php?page=change-wp-cron
- > Rendering (warning) in unknown
/wp-admin/options-general.php?page=change-wp-cron 143 The specified value "\u003C? echo esc_attr( get_option( $field['id'] ) ); ?\u003E" cannot be parsed, or is out of range.
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
2 plugin tags: wp-cron, cron
change-wp-cron-request-url/change-wp-cron-request-url.php Passed 13 tests
The primary PHP file in "Change WP Cron Request URL" version 1.0.2 is used by WordPress to initiate all plugin functionality
45 characters long description:
Change the request url when wp-cron executed.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Everything looks great! No dangerous files found in this plugin201 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 48 | 37 | 200 |
Markdown | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.25 |
Average class complexity | 4.40 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 11.00 |
Average method complexity | 2.06 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 6.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 1 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 18 | |
▷ Static methods | 1 | 5.56% |
▷ Public methods | 15 | 83.33% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 3 | 16.67% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 2 | 100.00% |
▷ Public constants | 2 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
PNG images were not found in this plugin