Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed gracefully, with no errors
Server metrics [RAM: ▼1.76MB] [CPU: ▼53.51ms] Passed 4 tests
This is a short check of server-side resources used by Coverflow SDC
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.26 ▼1.24 | 5.37 ▼34.77 |
Dashboard /wp-admin | 2.28 ▼1.06 | 6.78 ▼48.81 |
Posts /wp-admin/edit.php | 2.28 ▼1.11 | 6.60 ▼47.56 |
Add New Post /wp-admin/post-new.php | 2.28 ▼3.64 | 8.71 ▼82.91 |
Media Library /wp-admin/upload.php | 2.28 ▼0.99 | 6.77 ▼32.79 |
Cloverflow Settings /wp-admin/options-general.php?page=cfsdc | 2.29 | 6.79 |
Server storage [IO: ▲0.07MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 12 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
widget_theysaidso_widget |
can_compress_scripts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Coverflow SDC
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.45 ▲0.07 | 1.79 ▼0.07 | 42.30 ▼0.07 |
Dashboard /wp-admin | 2,199 ▲19 | 5.80 ▲0.15 | 82.69 ▼4.65 | 37.08 ▼3.33 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 1.98 ▼0.03 | 39.74 ▲3.09 | 36.64 ▼1.14 |
Add New Post /wp-admin/post-new.php | 1,530 ▲4 | 23.24 ▼0.20 | 614.65 ▼56.00 | 53.03 ▼11.68 |
Media Library /wp-admin/upload.php | 1,407 ▲4 | 4.16 ▼0.05 | 100.02 ▲3.64 | 47.21 ▲0.75 |
Cloverflow Settings /wp-admin/options-general.php?page=cfsdc | 859 | 1.99 | 22.82 | 29.25 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
Please fix the following items
- Uninstall procedure validation failed for this plugin
- > Notice in wp-includes/plugin.php+1006
Undefined offset: 1
- Zombie WordPress options detected upon uninstall: 6 options
- widget_recent-comments
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Please fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=cfsdc
- > Notice in wp-includes/plugin.php+1006
Undefined offset: 1
SRP Passed 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
Looking good! No server-side errors or output on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser issues were found
Optimizations
Plugin configuration 86% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
These attributes need your attention:
- Screenshots: Screenshot #1 (Coming soon) image required
coverflow-sdc/coverflow_sdc.php 77% from 13 tests
The main PHP file in "Coverflow SDC" ver. 1.0.1 adds more information about the plugin and also serves as the entry point for this plugin
Please make the necessary changes and fix the following:
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
- Domain Path: The domain path folder was not found ("/languages/")
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("coverflow-sdc.php" instead of "coverflow_sdc.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Success! There were no dangerous files found in this plugin1,406 lines of code in 9 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 160 | 484 | 570 |
JavaScript | 1 | 156 | 62 | 476 |
CSS | 2 | 21 | 20 | 360 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.28 |
Average class complexity | 13.60 |
▷ Minimum class complexity | 3.00 |
▷ Maximum class complexity | 39.00 |
Average method complexity | 2.24 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 9.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 3 | 60.00% |
Methods | 51 | |
▷ Static methods | 4 | 7.84% |
▷ Public methods | 38 | 74.51% |
▷ Protected methods | 10 | 19.61% |
▷ Private methods | 3 | 5.88% |
Functions | 1 | |
▷ Named functions | 1 | 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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
PNG images were not found in this plugin