Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.01MB] [CPU: ▼6.84ms] Passed 4 tests
Server-side resources used by Cron View
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 42.11 ▼1.66 |
Dashboard /wp-admin | 3.32 ▲0.02 | 52.82 ▼7.77 |
Posts /wp-admin/edit.php | 3.37 ▲0.02 | 52.59 ▲3.07 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.02 | 89.60 ▼15.41 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 38.10 ▼2.51 |
WP-Cron Tasks /wp-admin/tools.php?page=wp-maxv-cron-tool | 3.23 | 37.34 |
Server storage [IO: ▲0.17MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
No storage issues were detected
Filesystem: 8 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
Checking browser requirements for Cron View
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.26 ▼0.11 | 1.88 ▲0.25 | 46.31 ▲3.64 |
Dashboard /wp-admin | 2,199 ▲22 | 5.58 ▼0.09 | 87.53 ▼7.77 | 43.88 ▲1.43 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 1.97 ▲0.01 | 40.44 ▼3.18 | 34.50 ▼12.59 |
Add New Post /wp-admin/post-new.php | 1,531 ▲3 | 23.21 ▲0.20 | 665.66 ▼30.69 | 49.46 ▼6.48 |
Media Library /wp-admin/upload.php | 1,398 ▼5 | 4.25 ▲0.06 | 99.34 ▼7.90 | 42.33 ▼3.19 |
WP-Cron Tasks /wp-admin/tools.php?page=wp-maxv-cron-tool | 868 | 1.88 | 24.58 | 29.41 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- can_compress_scripts
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
- theysaidso_admin_options
- db_upgraded
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 0% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please fix the following
- 3× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/cron-tasks-viewer/css/index.php
- > /wp-content/plugins/cron-tasks-viewer/index.php
- > /wp-content/plugins/cron-tasks-viewer/js/index.php
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function is_admin() in wp-content/plugins/cron-tasks-viewer/MaxVCronTool.php:12
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
5 plugin tags: cron, wp_cron, wp-cron, cronjob, wordpress cron
cron-tasks-viewer/plugin.php 92% from 13 tests
The principal PHP file in "Cron View" v. 0.0.3 is loaded by WordPress automatically on each request
Please take the time to fix the following:
- Main file name: Even though not officially enforced, the main plugin file should be the same as the plugin slug ("cron-tasks-viewer.php" instead of "plugin.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Everything looks great! No dangerous files found in this plugin6,249 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 1 | 27 | 70 | 6,183 |
PHP | 3 | 25 | 8 | 65 |
JavaScript | 1 | 0 | 5 | 1 |
PHP code Passed 2 tests
An short overview of 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.26 |
Average class complexity | 8.00 |
▷ Minimum class complexity | 8.00 |
▷ Maximum class complexity | 8.00 |
Average method complexity | 2.40 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 5.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 5 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 5 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
PNG images were not found in this plugin