Benchmarks
Plugin footprint 83% 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: ▲0.09MB] [CPU: ▼0.64ms] Passed 4 tests
Server-side resources used by Murphsy.com Product Feed Silver
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 40.23 ▼6.33 |
Dashboard /wp-admin | 3.40 ▲0.09 | 51.86 ▲3.54 |
Posts /wp-admin/edit.php | 3.45 ▲0.09 | 47.38 ▲2.56 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.11 | 96.07 ▼0.76 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 36.69 ▲1.97 |
Feed structure /wp-admin/admin.php?page=pf_silver_1 | 3.29 | 30.01 |
Want more options? /wp-admin/admin.php?page=pf_silver_2 | 3.29 | 29.79 |
Product Feed Silver /wp-admin/admin.php?page=pf_silver | 3.29 | 32.16 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 10 new files
Database: no new tables, 19 new options
New WordPress options |
---|
widget_theysaidso_widget |
pf_silver_currency |
pf_silver_create_xml |
pf_silver_condition |
pf_silver_shipping_price |
pf_silver_shipping_country |
widget_recent-posts |
pf_silver_gtin |
db_upgraded |
pf_silver_shipping_name |
... |
Browser metrics Passed 4 tests
A check of browser resources used by Murphsy.com Product Feed Silver
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,853 ▲96 | 13.38 ▼1.04 | 1.96 ▼0.34 | 43.01 ▼3.51 |
Dashboard /wp-admin | 2,234 ▲49 | 4.90 ▼0.17 | 114.89 ▼3.50 | 47.20 ▲1.66 |
Posts /wp-admin/edit.php | 2,117 ▲31 | 2.03 ▲0.01 | 36.78 ▼0.29 | 34.99 ▲1.68 |
Add New Post /wp-admin/post-new.php | 1,557 ▲15 | 23.09 ▲4.49 | 608.04 ▼53.41 | 54.19 ▼0.07 |
Media Library /wp-admin/upload.php | 1,419 ▲31 | 4.22 ▼0.01 | 99.70 ▲2.11 | 44.26 ▼1.89 |
Feed structure /wp-admin/admin.php?page=pf_silver_1 | 939 | 2.07 | 26.07 | 27.11 |
Want more options? /wp-admin/admin.php?page=pf_silver_2 | 857 | 2.09 | 29.95 | 28.83 |
Product Feed Silver /wp-admin/admin.php?page=pf_silver | 1,209 | 1.80 | 26.93 | 30.17 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
Please fix the following items
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-comments
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
The smoke test was a success, however most plugin functionality was not tested
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
Almost there! Just fix the following items
- 4× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/product-feed-silver/settings.php
- > /wp-content/plugins/product-feed-silver/functions.php
- > /wp-content/plugins/product-feed-silver/product-feed-silver.php
- > /wp-content/plugins/product-feed-silver/settings_pages.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine on the user side
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
7 plugin tags: woocommerce feed, feed, product feed, google shopping, woocommerce...
product-feed-silver/product-feed-silver.php 92% from 13 tests
The entry point to "Murphsy.com Product Feed Silver" version 1.0.2 is a PHP file that has certain tags in its header comment area
It is important to fix the following:
- Description: Keep the plugin description shorter than 140 characters (currently 220 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
No dangerous file extensions were detected775 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 64 | 15 | 673 |
XML | 1 | 0 | 0 | 50 |
JavaScript | 1 | 8 | 1 | 47 |
CSS | 1 | 0 | 0 | 5 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.17 |
Average class complexity | 1.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 1.00 |
Average method complexity | 1.00 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 1.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 | 1 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 1 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 10 | |
▷ Named functions | 10 | 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
2 compressed PNG files occupy 0.00MB
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/silver_favi.png | 2.18KB | 2.01KB | ▼ 7.87% |
images/silver_32px.png | 0.83KB | 0.81KB | ▼ 1.77% |