Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.08MB] [CPU: ▼7.11ms] Passed 4 tests
Server-side resources used by Advanced Cron Manager - debug & control
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.08 | 33.18 ▼10.54 |
Dashboard /wp-admin | 3.38 ▲0.08 | 45.63 ▼2.14 |
Posts /wp-admin/edit.php | 3.49 ▲0.14 | 46.34 ▼4.08 |
Add New Post /wp-admin/post-new.php | 5.96 ▲0.08 | 85.99 ▼11.69 |
Media Library /wp-admin/upload.php | 3.30 ▲0.08 | 38.91 ▲4.02 |
Cron Manager /wp-admin/tools.php?page=advanced-cron-manager | 3.36 | 37.26 |
Server storage [IO: ▲1.13MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
No storage issues were detected
Filesystem: 66 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-comments |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for Advanced Cron Manager - debug & control
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.12 ▼1.42 | 1.53 ▼0.30 | 38.36 ▼9.36 |
Dashboard /wp-admin | 2,210 ▲22 | 4.81 ▼0.10 | 109.63 ▲0.23 | 42.01 ▼4.92 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.05 ▲0.02 | 43.11 ▲6.26 | 34.97 ▲1.75 |
Add New Post /wp-admin/post-new.php | 1,551 ▲37 | 23.15 ▲5.68 | 658.43 ▼36.18 | 54.12 ▼5.48 |
Media Library /wp-admin/upload.php | 1,392 ▲4 | 4.19 ▼0.02 | 94.48 ▼22.28 | 41.35 ▼8.78 |
Cron Manager /wp-admin/tools.php?page=advanced-cron-manager | 3,070 | 2.71 | 51.60 | 59.52 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- This plugin does not fully uninstall, leaving 6 options in the database
- db_upgraded
- theysaidso_admin_options
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
The smoke test was a success, however most plugin functionality was not tested
SRP 0% 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
- 4× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/advanced-cron-manager/views/parts/events/tabs/listeners.php
- > /wp-content/plugins/advanced-cron-manager/views/elements/preview-modal.php
- > /wp-content/plugins/advanced-cron-manager/views/forms/footer.php
- > /wp-content/plugins/advanced-cron-manager/views/elements/slidebar.php
- 24× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/advanced-cron-manager/views/parts/searchbox.php:11
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/advanced-cron-manager/views/parts/events/tabs/logs.php:11
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/advanced-cron-manager/views/forms/schedule/edit.php:8
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_create_nonce() in wp-content/plugins/advanced-cron-manager/views/elements/add-schedule-button.php:10
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/advanced-cron-manager/views/parts/events/section.php:13
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/advanced-cron-manager/views/forms/schedule/add.php:10
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/advanced-cron-manager/views/misc/notification-promo.php:20
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/advanced-cron-manager/views/forms/header.php:10
- > PHP Fatal error
Uncaught Error: Using $this when not in object context in wp-content/plugins/advanced-cron-manager/views/forms/event/add.php:8
- > PHP Fatal error
Uncaught Error: Class 'underDEV\\Utils\\Cache\\Cache' not found in wp-content/plugins/advanced-cron-manager/vendor/underdev/utils/src/Cache/ObjectCache.php:15
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
6 plugin tags: manager, cron jobs, cron, wp cron, crontrol...
advanced-cron-manager/advanced-cron-manager.php Passed 13 tests
This is the main PHP file of "Advanced Cron Manager - debug & control" version 2.5.2, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
49 characters long description:
View, pause, remove, edit and add WP Cron events.
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
Good job! No executable or dangerous file extensions detected3,294 lines of code in 81 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 64 | 1,072 | 2,013 | 2,657 |
PO File | 6 | 59 | 92 | 296 |
Markdown | 3 | 89 | 0 | 206 |
JSON | 1 | 0 | 0 | 84 |
XML | 1 | 5 | 3 | 41 |
JavaScript | 4 | 0 | 8 | 8 |
CSS | 2 | 0 | 16 | 2 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.32 |
Average class complexity | 10.39 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 53.00 |
Average method complexity | 2.45 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 18.00 |
Code structure | ||
---|---|---|
Namespaces | 10 | |
Interfaces | 1 | |
Traits | 0 | |
Classes | 30 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 30 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 186 | |
▷ Static methods | 21 | 11.29% |
▷ Public methods | 178 | 95.70% |
▷ Protected methods | 2 | 1.08% |
▷ Private methods | 6 | 3.23% |
Functions | 28 | |
▷ Named functions | 1 | 3.57% |
▷ Anonymous functions | 27 | 96.43% |
Constants | 3 | |
▷ Global constants | 2 | 66.67% |
▷ Class constants | 1 | 33.33% |
▷ Public constants | 1 | 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
No PNG files were detected