Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Install script ran successfully
Server metrics [RAM: ▲0.11MB] [CPU: ▼7.12ms] Passed 4 tests
A check of server-side resources used by Step by Step
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.58 ▲0.11 | 45.99 ▲4.15 |
Dashboard /wp-admin | 3.42 ▲0.11 | 47.82 ▼9.24 |
Posts /wp-admin/edit.php | 3.47 ▲0.11 | 51.26 ▲5.57 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.11 | 84.83 ▼25.24 |
Media Library /wp-admin/upload.php | 3.34 ▲0.11 | 37.41 ▲1.86 |
All Guides /wp-admin/edit.php?post_type=article | 3.38 | 41.34 |
Add New /wp-admin/post-new.php?post_type=article | 3.46 | 51.48 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin was installed successfully
Filesystem: 4 new files
Database: no new tables, 7 new options
New WordPress options |
---|
db_upgraded |
step_setting |
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for Step by Step
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,861 ▲115 | 13.22 ▼1.18 | 6.51 ▲4.57 | 44.66 ▲1.51 |
Dashboard /wp-admin | 2,239 ▲51 | 4.84 ▼1.02 | 113.23 ▼3.18 | 43.24 ▲1.49 |
Posts /wp-admin/edit.php | 2,122 ▲33 | 2.02 ▼0.00 | 36.28 ▲1.49 | 32.48 ▼2.41 |
Add New Post /wp-admin/post-new.php | 1,566 ▲37 | 23.31 ▲5.23 | 645.41 ▼22.19 | 50.33 ▼5.71 |
Media Library /wp-admin/upload.php | 1,424 ▲36 | 4.36 ▲0.18 | 102.02 ▼6.67 | 43.09 ▼0.30 |
Settings /wp-admin/step-by-step.php | 26 | 0.44 | 0.12 | 14.28 |
All Guides /wp-admin/edit.php?post_type=article | 1,095 | 1.93 | 34.21 | 28.87 |
Add New /wp-admin/post-new.php?post_type=article | 2,253 | 7.61 | 161.88 | 68.88 |
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
- This plugin did not uninstall successfully, leaving 7 options in the database
- db_upgraded
- theysaidso_admin_options
- step_setting
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
- widget_theysaidso_widget
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
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please take a closer look at the following
- 2× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_header() in wp-content/plugins/step-by-step/single-article.php:10
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/step-by-step/step-by-step.php:31
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
These are user-side errors you should fix
- > GET request to /wp-admin/step-by-step.php
- > Network (severe)
wp-admin/step-by-step.php - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
These attributes need your attention:
- Tags: Please delete some tags, you are using 25 tag instead of maximum 10
step-by-step/step-by-step.php 92% from 13 tests
The main PHP file in "Step by Step" ver. 0.4.5 adds more information about the plugin and also serves as the entry point for this plugin
Please take the time to fix the following:
- Domain Path: The domain path folder was not found ("/languages")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
There were no executable files found in this plugin468 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 138 | 49 | 468 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.33 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 16 | |
▷ Named functions | 16 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 3 | 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
PNG images were not found in this plugin