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 successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.03MB] [CPU: ▼3.61ms] Passed 4 tests
Analyzing server-side resources used by Multisite Postie CRON Creator
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.03 | 38.72 ▼0.87 |
Dashboard /wp-admin | 3.34 ▼0.00 | 48.68 ▼11.40 |
Posts /wp-admin/edit.php | 3.39 ▲0.04 | 45.33 ▲2.29 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.04 | 86.28 ▼4.01 |
Media Library /wp-admin/upload.php | 3.26 ▲0.04 | 33.72 ▲1.83 |
Multisite Postie CRON Creator Info/Usage /wp-admin/options-general.php?page=CWMSPC_settings | 3.23 | 30.39 |
Server storage [IO: ▲0.85MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 12 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-posts |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
Multisite Postie CRON Creator: an overview of browser usage
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,800 ▲38 | 14.18 ▼0.09 | 1.82 ▲0.03 | 49.05 ▲4.64 |
Dashboard /wp-admin | 2,195 ▲18 | 5.49 ▼0.07 | 88.67 ▼13.74 | 34.57 ▼10.29 |
Posts /wp-admin/edit.php | 2,109 ▲12 | 1.94 ▼0.01 | 34.69 ▼0.83 | 30.21 ▼5.59 |
Add New Post /wp-admin/post-new.php | 1,531 ▼0 | 23.40 ▲0.59 | 593.69 ▼113.61 | 57.71 ▲4.75 |
Media Library /wp-admin/upload.php | 1,406 ▲6 | 4.19 ▼0.05 | 94.75 ▼7.24 | 38.53 ▼6.55 |
Multisite Postie CRON Creator Info/Usage /wp-admin/options-general.php?page=CWMSPC_settings | 1,073 | 1.97 | 26.80 | 30.74 |
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
The following items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- theysaidso_admin_options
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-comments
- widget_recent-posts
- db_upgraded
Smoke tests 75% 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)
Everything seems fine, however this is by no means an exhaustive test
SRP 50% 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
The following issues need your attention
- 4× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Warning
include_once(): Failed opening 'ABSPATHwp-admin/includes/plugin.php' for inclusion (include_path='.:/usr/share/php') in wp-content/plugins/multisite-postie-cron-creator/multisite-postie-cron.php on line 38
- > PHP Fatal error
Uncaught Error: Call to undefined function get_bloginfo() in wp-content/plugins/multisite-postie-cron-creator/multisite-postie-cron.php:244
- > PHP Warning
include_once(ABSPATHwp-admin/includes/plugin.php): failed to open stream: No such file or directory in wp-content/plugins/multisite-postie-cron-creator/multisite-postie-cron.php on line 38
- > PHP Warning
Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in wp-content/plugins/multisite-postie-cron-creator/multisite-postie-cron.php on line 38
- > PHP Warning
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 83% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
Please fix the following attributes:
- Screenshots: Add a description for screenshot #1 in multisite-postie-cron-creator/assets to your readme.txt
multisite-postie-cron-creator/multisite-postie-cron.php 69% from 13 tests
The main PHP script in "Multisite Postie CRON Creator" version 1.02 is automatically included on every request by WordPress
Please make the necessary changes and fix the following:
- Requires at least: Required version must be the same as the one declared in readme.txt ("4.6" instead of "4.9.6")
- Description: Please don't use more than 140 characters for the plugin description (currently 326 characters long)
- Text Domain: The text domain follows the same naming rules as the plugin slug: lowercase characters and dashes
- Main file name: Name the main plugin file the same as the plugin slug ("multisite-postie-cron-creator.php" instead of "multisite-postie-cron.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
No dangerous file extensions were detected327 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 47 | 63 | 235 |
CSS | 3 | 3 | 1 | 91 |
JavaScript | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.15 |
Average class complexity | 3.00 |
▷ Minimum class complexity | 3.00 |
▷ Maximum class complexity | 3.00 |
Average method complexity | 1.50 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 3.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 | 4 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 4 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 14 | |
▷ Named functions | 14 | 100.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
Using a strong compression for your PNG files is a great way to speed-up your plugin
3 PNG files occupy 0.30MB with 0.23MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/icon-256x256.png | 108.09KB | 10.50KB | ▼ 90.29% |
assets/icon-128x128.png | 75.24KB | 5.04KB | ▼ 93.29% |
css/soda-cup-straw.png | 121.76KB | 58.15KB | ▼ 52.24% |