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
Installer ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼1.87ms] Passed 4 tests
Server-side resources used by Delivery pickup reminder email Woocommerce
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 42.16 ▲3.47 |
Dashboard /wp-admin | 3.31 ▲0.00 | 51.03 ▲4.35 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 48.49 ▲2.14 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 85.10 ▼13.93 |
Media Library /wp-admin/upload.php | 3.24 ▲0.00 | 32.72 ▲0.85 |
Server storage [IO: ▲0.44MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 38 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
db_upgraded |
can_compress_scripts |
Browser metrics Passed 4 tests
Delivery pickup reminder email Woocommerce: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,790 ▲3 | 14.62 ▼0.11 | 1.88 ▼0.09 | 43.27 ▲5.39 |
Dashboard /wp-admin | 2,198 ▲18 | 5.58 ▼0.09 | 95.45 ▼3.71 | 41.74 ▼1.34 |
Posts /wp-admin/edit.php | 2,100 ▲3 | 1.95 ▲0.00 | 37.92 ▼1.19 | 35.52 ▼1.22 |
Add New Post /wp-admin/post-new.php | 1,526 ▼0 | 23.13 ▲0.14 | 675.28 ▲28.07 | 69.52 ▲7.05 |
Media Library /wp-admin/upload.php | 1,400 ▼3 | 4.23 ▼0.06 | 95.03 ▼5.65 | 40.43 ▼2.03 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- Zombie WordPress options detected upon uninstall: 6 options
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
- db_upgraded
- widget_theysaidso_widget
- widget_recent-comments
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)
The smoke test was a success, however most plugin functionality was not tested
SRP 0% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following items
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/delivery-pickup-reminder-email-woocommerce/includes/pisol.class.form.php
- 4× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/delivery-pickup-reminder-email-woocommerce/includes/includes.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/delivery-pickup-reminder-email-woocommerce/admin/admin-email-alert-setting.php:124
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/delivery-pickup-reminder-email-woocommerce/admin/email-alert-setting.php:104
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/delivery-pickup-reminder-email-woocommerce/public/reminder-event.php:6
- > 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 90% from 29 tests
readme.txt 88% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
These attributes need to be fixed:
- Donate link: Please fix this invalid url: "piwebsolution.com"
- Screenshots: Add descriptions for screenshots #1, #2, #3 in delivery-pickup-reminder-email-woocommerce/assets to your readme.txt
delivery-pickup-reminder-email-woocommerce/delivery-pickup-reminder-email-woocommerce.php 92% from 13 tests
Analyzing the main PHP file in "Delivery pickup reminder email Woocommerce" version 1.4.27
Please make the necessary changes and fix the following:
- Text Domain: You no longer need to specify the text domain since WordPress 4.6; it must be the same as the plugin slug
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
No dangerous file extensions were detected11,839 lines of code in 30 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 3 | 2,025 | 20 | 9,298 |
PHP | 21 | 428 | 404 | 1,366 |
SVG | 3 | 15 | 2 | 1,131 |
JavaScript | 3 | 10 | 60 | 44 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.28 |
Average class complexity | 10.36 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 66.00 |
Average method complexity | 2.49 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 13.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 14 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 14 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 88 | |
▷ Static methods | 3 | 3.41% |
▷ Public methods | 83 | 94.32% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 5 | 5.68% |
Functions | 8 | |
▷ Named functions | 5 | 62.50% |
▷ Anonymous functions | 3 | 37.50% |
Constants | 4 | |
▷ Global constants | 4 | 100.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
No PNG files were detected