Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.10MB] [CPU: ▼3.58ms] Passed 4 tests
An overview of server-side resources used by EchBay Search Everything
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.56 ▲0.10 | 58.00 ▲17.09 |
Dashboard /wp-admin | 3.40 ▲0.10 | 50.59 ▲2.69 |
Posts /wp-admin/edit.php | 3.51 ▲0.16 | 47.99 ▼4.22 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.09 | 85.84 ▼16.99 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 37.70 ▲4.21 |
Search Everything /wp-admin/admin.php?page=echbay-search-everything | 3.29 | 32.34 |
Webgiare Plugins /wp-admin/admin.php?page=echbay-plugins-menu | 3.29 | 34.18 |
Server storage [IO: ▲0.37MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 10 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
can_compress_scripts |
category_children |
widget_recent-comments |
widget_recent-posts |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for EchBay Search Everything
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,838 ▲103 | 13.20 ▼1.17 | 5.18 ▲3.29 | 42.73 ▲3.83 |
Dashboard /wp-admin | 2,233 ▲51 | 4.85 ▼0.20 | 109.95 ▼0.11 | 38.91 ▼8.12 |
Posts /wp-admin/edit.php | 2,119 ▲30 | 2.04 ▲0.00 | 35.21 ▼4.98 | 32.23 ▼4.62 |
Add New Post /wp-admin/post-new.php | 1,558 ▲22 | 23.31 ▲0.15 | 662.42 ▼11.36 | 57.58 ▲2.40 |
Media Library /wp-admin/upload.php | 1,415 ▲30 | 4.17 ▼0.07 | 94.96 ▲0.61 | 43.13 ▲2.50 |
Search Everything /wp-admin/admin.php?page=echbay-search-everything | 1,100 | 1.88 | 26.63 | 30.45 |
Webgiare Plugins /wp-admin/admin.php?page=echbay-plugins-menu | 1,100 | 1.88 | 26.17 | 28.20 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- Zombie WordPress options were found after uninstall: 7 options
- widget_theysaidso_widget
- can_compress_scripts
- category_children
- db_upgraded
- widget_recent-comments
- theysaidso_admin_options
- widget_recent-posts
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP Passed 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
The SRP test was a success
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 86% from 29 tests
readme.txt 94% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
These attributes need to be fixed:
- Screenshots: These screenshots require images: #1 (Admin setting for taxonomy or post type.), #2 (Search show in your site.)
echbay-search-everything/ese.php 77% from 13 tests
The main PHP file in "EchBay Search Everything" ver. 1.1.6 adds more information about the plugin and also serves as the entry point for this plugin
Please make the necessary changes and fix the following:
- Domain Path: The domain path points to an invalid folder, "/languages/" does not exist
- Main file name: Even though not officially enforced, the main plugin file should be the same as the plugin slug ("echbay-search-everything.php" instead of "ese.php")
- Text Domain: You no longer need to specify the text domain since WordPress 4.6; it must be the same as the plugin slug
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
There were no executable files found in this plugin403 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 0 | 308 | 397 |
CSS | 2 | 0 | 0 | 2 |
HTML | 2 | 0 | 0 | 2 |
JavaScript | 2 | 0 | 0 | 2 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.38 |
Average class complexity | 62.00 |
▷ Minimum class complexity | 62.00 |
▷ Maximum class complexity | 62.00 |
Average method complexity | 5.69 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 27.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 | 13 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 13 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 5 | |
▷ Named functions | 5 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 7 | |
▷ Global constants | 7 | 100.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
No PNG files were detected