Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.00MB] [CPU: ▼3.67ms] Passed 4 tests
A check of server-side resources used by 12 Step Meeting List Feedback Enhancement
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 37.70 ▲2.77 |
Dashboard /wp-admin | 3.31 ▲0.00 | 49.47 ▲0.83 |
Posts /wp-admin/edit.php | 3.36 ▲0.00 | 46.30 ▼4.24 |
Add New Post /wp-admin/post-new.php | 5.89 ▲0.00 | 79.88 ▼11.79 |
Media Library /wp-admin/upload.php | 3.23 ▲0.00 | 33.54 ▲0.53 |
Server storage [IO: ▲0.16MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 13 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-posts |
can_compress_scripts |
widget_recent-comments |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
An overview of browser requirements for 12 Step Meeting List Feedback Enhancement
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,789 ▲43 | 14.54 ▲0.05 | 1.89 ▲0.37 | 44.53 ▲8.27 |
Dashboard /wp-admin | 2,198 ▲21 | 5.62 ▲0.08 | 86.33 ▼13.72 | 40.46 ▼6.75 |
Posts /wp-admin/edit.php | 2,100 ▼3 | 1.94 ▼0.08 | 34.14 ▼11.60 | 34.96 ▼1.74 |
Add New Post /wp-admin/post-new.php | 1,535 ▲9 | 18.03 ▼5.21 | 668.21 ▼13.15 | 72.71 ▲12.17 |
Media Library /wp-admin/upload.php | 1,397 ▼0 | 4.20 ▼0.01 | 98.50 ▼2.54 | 42.55 ▼3.55 |
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
You still need to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- can_compress_scripts
- db_upgraded
- widget_recent-posts
- widget_recent-comments
- theysaidso_admin_options
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 0% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please take a closer look at the following
- 1× PHP files output text when accessed directly:
- > /wp-content/plugins/12-step-meeting-list-feedback-enhancement/updater.php
- 3× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function remove_action() in wp-content/plugins/12-step-meeting-list-feedback-enhancement/includes/ajax-override.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/12-step-meeting-list-feedback-enhancement/12-step-meeting-list-feedback-enhancement.php:26
- > PHP Fatal error
Uncaught Error: Call to undefined function tsml_assets() in wp-content/plugins/12-step-meeting-list-feedback-enhancement/templates/single-meetings.php:8
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
These attributes need to be fixed:
- Screenshots: Add descriptions for screenshots #2, #3, #4 in 12-step-meeting-list-feedback-enhancement/assets to your readme.txt
12-step-meeting-list-feedback-enhancement/12-step-meeting-list-feedback-enhancement.php 92% from 13 tests
The main PHP script in "12 Step Meeting List Feedback Enhancement" version 1.0.6 is automatically included on every request by WordPress
You should first fix the following items:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 311 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
No dangerous file extensions were detected1,965 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 224 | 58 | 1,839 |
PO File | 1 | 18 | 21 | 60 |
JavaScript | 1 | 16 | 4 | 55 |
Markdown | 1 | 6 | 0 | 11 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.66 |
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 | 12 | |
▷ Named functions | 10 | 83.33% |
▷ Anonymous functions | 2 | 16.67% |
Constants | 4 | |
▷ Global constants | 4 | 100.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
1 PNG file occupies 0.02MB with 0.01MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
templates/LocationInfo.png | 15.68KB | 7.17KB | ▼ 54.31% |