Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.20MB] [CPU: ▼3.37ms] Passed 4 tests
A check of server-side resources used by WPSSO Organization and Place Manager
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.66 ▲0.20 | 40.90 ▼2.19 |
Dashboard /wp-admin | 3.50 ▲0.20 | 48.36 ▼1.43 |
Posts /wp-admin/edit.php | 3.61 ▲0.26 | 46.49 ▲1.63 |
Add New Post /wp-admin/post-new.php | 6.08 ▲0.19 | 92.83 ▼7.90 |
Media Library /wp-admin/upload.php | 3.42 ▲0.19 | 34.87 ▼1.97 |
Server storage [IO: ▲0.36MB] [DB: ▲0.07MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
No storage issues were detected
Filesystem: 34 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-posts |
widget_recent-comments |
db_upgraded |
Browser metrics Passed 4 tests
WPSSO Organization and Place Manager: 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,821 ▲59 | 14.23 ▼0.20 | 2.03 ▲0.19 | 43.75 ▼0.47 |
Dashboard /wp-admin | 2,201 ▲27 | 5.57 ▲0.01 | 94.27 ▲3.07 | 43.08 ▲6.68 |
Posts /wp-admin/edit.php | 2,106 ▲3 | 1.96 ▼0.01 | 36.71 ▼3.36 | 34.70 ▼2.66 |
Add New Post /wp-admin/post-new.php | 1,533 ▲5 | 22.64 ▼0.39 | 585.17 ▼28.86 | 46.43 ▼5.12 |
Media Library /wp-admin/upload.php | 1,406 ▲6 | 4.27 ▲0.07 | 97.55 ▼10.95 | 40.40 ▼4.54 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please fix the following items
- 20× GET requests to PHP files return non-empty strings (only 10 are shown):
- > /wp-content/plugins/wpsso-organization-place/lib/config.php
- > /wp-content/plugins/wpsso-organization-place/lib/org.php
- > /wp-content/plugins/wpsso-organization-place/lib/register.php
- > /wp-content/plugins/wpsso-organization-place/lib/place/filters-edit.php
- > /wp-content/plugins/wpsso-organization-place/lib/filters-edit.php
- > /wp-content/plugins/wpsso-organization-place/lib/org/filters-options.php
- > /wp-content/plugins/wpsso-organization-place/lib/abstract/add-on.php
- > /wp-content/plugins/wpsso-organization-place/lib/place/filters-og.php
- > /wp-content/plugins/wpsso-organization-place/wpsso-organization-place.php
- > /wp-content/plugins/wpsso-organization-place/gettext/gettext-lib-abstract-com.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Attributes that require attention:
- Screenshots: Please describe screenshot #2 in wpsso-organization-place/assets to your readme.txt
wpsso-organization-place/wpsso-organization-place.php Passed 13 tests
The entry point to "WPSSO Organization and Place Manager" version 2.0.0 is a PHP file that has certain tags in its header comment area
119 characters long description:
Manage Organizations (publisher, organizer, etc.) and Places for Facebook, Pinterest, and Google local business markup.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Good job! No executable or dangerous file extensions detected2,763 lines of code in 24 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 20 | 1,005 | 465 | 2,157 |
PO File | 1 | 188 | 197 | 476 |
Markdown | 1 | 20 | 0 | 101 |
HTML | 2 | 31 | 0 | 29 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.48 |
Average class complexity | 18.50 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 54.00 |
Average method complexity | 4.30 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 31.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 18 | |
▷ Abstract classes | 2 | 11.11% |
▷ Concrete classes | 16 | 88.89% |
▷ Final classes | 0 | 0.00% |
Methods | 95 | |
▷ Static methods | 22 | 23.16% |
▷ Public methods | 80 | 84.21% |
▷ Protected methods | 4 | 4.21% |
▷ Private methods | 11 | 11.58% |
Functions | 1 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 1 | 100.00% |
Constants | 9 | |
▷ Global constants | 9 | 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
2 PNG files occupy 0.07MB with 0.04MB in potential savings
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/icon-128x128.png | 18.23KB | 6.52KB | ▼ 64.21% |
images/icon-256x256.png | 51.73KB | 19.32KB | ▼ 62.66% |