Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Installer ran successfully
Server metrics [RAM: ▼0.56MB] [CPU: ▼15.59ms] Passed 4 tests
This is a short check of server-side resources used by listicle
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.60 ▲0.14 | 43.69 ▲4.75 |
Dashboard /wp-admin | 3.43 ▲0.09 | 46.84 ▼12.51 |
Posts /wp-admin/edit.php | 3.55 ▲0.19 | 54.08 ▲9.94 |
Add New Post /wp-admin/post-new.php | 3.28 ▼2.60 | 35.28 ▼52.29 |
Media Library /wp-admin/upload.php | 3.36 ▲0.13 | 33.03 ▼2.31 |
Listicle Tease /wp-admin/tools.php?page=listease | 3.30 | 32.98 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 5 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
can_compress_scripts |
theysaidso_admin_options |
listicle_options |
widget_recent-posts |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
Checking browser requirements for listicle
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,831 ▲96 | 13.22 ▼1.36 | 2.02 ▲0.07 | 42.95 ▼1.82 |
Dashboard /wp-admin | 2,213 ▲25 | 5.87 ▲0.97 | 107.34 ▼4.30 | 41.00 ▼7.34 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.03 ▲0.01 | 35.42 ▼2.35 | 34.11 ▲0.06 |
Add New Post /wp-admin/post-new.php | 1,545 ▲31 | 18.44 ▲0.92 | 625.57 ▼78.39 | 59.19 ▼3.50 |
Media Library /wp-admin/upload.php | 1,395 ▲7 | 4.18 ▼0.06 | 93.90 ▼21.31 | 43.66 ▼3.49 |
Listicle Tease /wp-admin/tools.php?page=listease | 898 | 1.76 | 23.58 | 31.96 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
The following items require your attention
- The uninstall procedure has failed, leaving 7 options in the database
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
- widget_recent-posts
- listicle_options
- widget_recent-comments
- widget_theysaidso_widget
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Almost there, just fix the following server-side errors
- > GET request to /wp-admin/tools.php?page=listease
- > Notice in wp-content/plugins/listicle/listease.php+171
Undefined variable: unteasedListtsArr
- > GET request to /wp-admin/tools.php?page=listease
- > Warning in wp-content/plugins/listicle/listease.php+392
Invalid argument supplied for foreach()
- > GET request to /wp-admin/tools.php?page=listease
- > Notice in wp-content/plugins/listicle/listease.php+427
Undefined variable: json
SRP 50% from 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
Please fix the following items
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/listicle/listicle.php:16
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/listicle/listease.php:7
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
These are user-side errors you should fix
- > GET request to /wp-admin/tools.php?page=listease
- > Network (severe)
http://listicle.us/js/subject.js - Failed to load resource: net::ERR_NAME_NOT_RESOLVED
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 81% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Please fix the following attributes:
- Tags: Too many tags (12 tag instead of maximum 10); only the first 5 tags are used in your directory listing
- Plugin Name: Please replace "Plugin Name" with the name of your plugin on the first line (
=== listicle ===
) - Screenshots: Add descriptions for screenshots #1, #2, #3, #4 in listicle/assets to your readme.txt
listicle/listicle.php Passed 13 tests
The principal PHP file in "listicle" v. 0.3 is loaded by WordPress automatically on each request
18 characters long description:
listicle generator
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
No dangerous file extensions were detected763 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 464 | 150 | 726 |
JavaScript | 1 | 6 | 0 | 20 |
CSS | 1 | 5 | 7 | 17 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.22 |
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 | 28 | |
▷ Named functions | 28 | 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
All PNG images should be compressed to minimize bandwidth usage for end users
No PNG files were detected