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.11MB] [CPU: ▼1.45ms] Passed 4 tests
A check of server-side resources used by Orbisius Simple Feedback
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.57 ▲0.11 | 41.20 ▼2.13 |
Dashboard /wp-admin | 3.42 ▲0.11 | 45.61 ▼2.33 |
Posts /wp-admin/edit.php | 3.47 ▲0.11 | 46.77 ▼2.71 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.11 | 94.66 ▲8.79 |
Media Library /wp-admin/upload.php | 3.34 ▲0.11 | 36.66 ▲1.36 |
Orbisius Simple Feedback /wp-admin/options-general.php?page=orbisius-simple-feedback/orbisius-simple-feedback.php | 3.29 | 31.24 |
Server storage [IO: ▲0.70MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 20 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
db_upgraded |
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Orbisius Simple Feedback
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,952 ▲217 | 14.12 ▼0.23 | 6.43 ▲4.71 | 50.45 ▲5.08 |
Dashboard /wp-admin | 2,214 ▲25 | 5.86 ▲0.85 | 97.81 ▼22.19 | 40.28 ▼2.29 |
Posts /wp-admin/edit.php | 2,100 ▲11 | 2.02 ▲0.02 | 40.29 ▼0.31 | 35.44 ▼0.78 |
Add New Post /wp-admin/post-new.php | 1,524 ▼12 | 23.34 ▲0.36 | 586.95 ▲4.41 | 53.52 ▼10.66 |
Media Library /wp-admin/upload.php | 1,399 ▲11 | 4.22 ▲0.00 | 93.29 ▼2.86 | 43.36 ▼1.74 |
Orbisius Simple Feedback /wp-admin/options-general.php?page=orbisius-simple-feedback/orbisius-simple-feedback.php | 1,507 | 4.35 | 79.11 | 40.07 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- widget_theysaidso_widget
- db_upgraded
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Smoke test failed, please fix the following
- > GET request to /wp-admin/options-general.php?page=orbisius-simple-feedback/orbisius-simple-feedback.php
- > Notice in wp-content/plugins/orbisius-simple-feedback/orbisius-simple-feedback.php+626
Undefined index: PluginName
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following items
- 1× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/orbisius-simple-feedback/orbisius-simple-feedback.php:29
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser errors were detected
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
These attributes need to be fixed:
- Tags: Too many tags (11 tag instead of maximum 10); only the first 5 tags are used in your directory listing
- Screenshots: Add images for these screenshots: #1 (Plugins), #2 (Settings Page), #3 (Live demo (collapsed - center)), #4 (Live demo (expanded)), #5 (Live demo (left align)), #6 (Live demo (right align))
orbisius-simple-feedback/orbisius-simple-feedback.php Passed 13 tests
The main PHP file in "Orbisius Simple Feedback" ver. 1.0.8 adds more information about the plugin and also serves as the entry point for this plugin
114 characters long description:
Generates a nice & simple Feedback form which is positioned at the bottom center of your visitor's browser window.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
No dangerous file extensions were detected851 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 137 | 117 | 637 |
CSS | 2 | 22 | 6 | 92 |
JavaScript | 2 | 21 | 30 | 74 |
XML | 2 | 0 | 0 | 48 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.28 |
Average class complexity | 7.00 |
▷ Minimum class complexity | 7.00 |
▷ Maximum class complexity | 7.00 |
Average method complexity | 7.00 |
▷ Minimum method complexity | 7.00 |
▷ Maximum method complexity | 7.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 | 1 | 100.00% |
▷ Public methods | 1 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 15 | |
▷ Named functions | 15 | 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 50% from 2 tests
Image compression 50% from 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
9 PNG files occupy 0.64MB with 0.26MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-1.png | 87.45KB | 28.80KB | ▼ 67.06% |
screenshot-6.png | 106.48KB | 33.97KB | ▼ 68.10% |
i/guNzr.qr.2.png | 0.23KB | 0.23KB | 0.43% |
screenshot-4.png | 107.19KB | 35.03KB | ▼ 67.32% |
i/guNzr.qr.16.png | 0.39KB | 0.41KB | 0.00% |