Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▼0.93MB] [CPU: ▼34.24ms] Passed 4 tests
Analyzing server-side resources used by flickr-slideshow-wrapper
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.04 | 39.55 ▼4.92 |
Dashboard /wp-admin | 3.01 ▼0.29 | 23.41 ▼26.77 |
Posts /wp-admin/edit.php | 3.01 ▼0.34 | 22.57 ▼24.25 |
Add New Post /wp-admin/post-new.php | 3.01 ▼2.87 | 21.03 ▼73.01 |
Media Library /wp-admin/upload.php | 3.01 ▼0.22 | 24.67 ▼12.92 |
FSSW /wp-admin/options-general.php?page=flickr-slideshow-wrapper/flickr-slideshow-wrapper.php | 3.01 | 23.74 |
Server storage [IO: ▲0.26MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 5 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-posts |
can_compress_scripts |
widget_theysaidso_widget |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
Checking browser requirements for flickr-slideshow-wrapper
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.27 ▼1.03 | 1.71 ▼0.30 | 40.24 ▼8.65 |
Dashboard /wp-admin | 2,207 ▲19 | 4.92 ▲0.00 | 98.76 ▼5.69 | 37.44 ▼4.45 |
Posts /wp-admin/edit.php | 2,072 ▼17 | 2.04 ▲0.01 | 32.67 ▼2.46 | 31.97 ▼3.12 |
Add New Post /wp-admin/post-new.php | 1,536 ▲17 | 23.14 ▼0.02 | 622.68 ▼9.88 | 50.21 ▲0.94 |
Media Library /wp-admin/upload.php | 1,392 ▲1 | 4.20 ▼0.05 | 94.70 ▼5.61 | 43.14 ▼2.69 |
FSSW /wp-admin/options-general.php?page=flickr-slideshow-wrapper/flickr-slideshow-wrapper.php | 892 | 2.02 | 21.83 | 26.54 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
These items require your attention
- Uninstall procedure had uncaught errors
- > User deprecated in wp-includes/functions.php+5737
Function has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead.
- Zombie WordPress options detected upon uninstall: 6 options
- can_compress_scripts
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 50% 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)
These errors were triggered by the plugin
- 2 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=flickr-slideshow-wrapper/flickr-slideshow-wrapper.php
- > User deprecated in wp-includes/functions.php+5737
Function has_cap was called with an argument that is deprecated since version 2.0.0! Usage of user levels is deprecated. Use capabilities instead.
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
The following issues need your attention
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/flickr-slideshow-wrapper/flickr-slideshow-wrapper.php:38
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% 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 to be fixed:
- Screenshots: These screenshots have no corresponding images in /assets: #1 (Option panel. Many thanks to Cory Shubert who authorized me to use some of his pictures for the screenshots you can find in the deployment package and here!), #2 (Slideshow (main view)), #3 (Slideshow (detailed view))
- Tags: There are too many tags (12 tag instead of maximum 10)
flickr-slideshow-wrapper/flickr-slideshow-wrapper.php 92% from 13 tests
The principal PHP file in "flickr-slideshow-wrapper" v. 5.4.6 is loaded by WordPress automatically on each request
The following require your attention:
- Description: The description should be shorter than 140 characters (currently 805 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
Success! There were no dangerous files found in this plugin83 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 26 | 23 | 83 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.16 |
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 | 2 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 2 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 3 | |
▷ Named functions | 3 | 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
3 PNG files occupy 0.25MB with 0.14MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-3.png | 54.53KB | 25.10KB | ▼ 53.97% |
screenshot-2.png | 124.46KB | 65.47KB | ▼ 47.40% |
screenshot-1.png | 78.60KB | 28.35KB | ▼ 63.93% |