Benchmarks
Plugin footprint 57% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
These installer errors require your attention
- Install procedure had errors
- > Deprecated in wp-content/plugins/easyfullsearch/vendor/easyfullsearch/efs/lib/efs_index_class.php+3221
The each() function is deprecated. This message will be suppressed on further calls
Server metrics [RAM: ▲1.99MB] [CPU: ▲9.74ms] Passed 4 tests
An overview of server-side resources used by EasyfullsearchWP
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 5.50 ▲2.04 | 59.98 ▲15.67 |
Dashboard /wp-admin | 5.33 ▲2.03 | 66.50 ▲6.11 |
Posts /wp-admin/edit.php | 5.38 ▲2.02 | 66.01 ▲13.33 |
Add New Post /wp-admin/post-new.php | 7.85 ▲1.96 | 113.83 ▲3.84 |
Media Library /wp-admin/upload.php | 5.19 ▲1.96 | 61.97 ▲23.79 |
Server storage [IO: ▲356.35MB] [DB: ▲0.00MB] 67% from 3 tests
Analyzing filesystem and database footprints of this plugin
It is recommended to fix the following issues
- Try to limit filesystem usage to 25MB (currently using 356.35MB)
Filesystem: 102 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-comments |
easyfullsearchWP_options |
theysaidso_admin_options |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
A check of browser resources used by EasyfullsearchWP
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.51 ▼0.14 | 1.77 ▲0.16 | 42.32 ▲2.18 |
Dashboard /wp-admin | 2,196 ▲19 | 5.51 ▼0.07 | 88.32 ▼4.48 | 41.05 ▲0.23 |
Posts /wp-admin/edit.php | 2,101 ▼2 | 1.99 ▼0.02 | 38.32 ▼0.65 | 36.08 ▲1.83 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 21.97 ▼1.18 | 724.36 ▲97.57 | 57.24 ▲4.97 |
Media Library /wp-admin/upload.php | 1,404 ▲1 | 4.15 ▼0.10 | 111.46 ▲10.13 | 47.46 ▲4.09 |
Easy Full Search /wp-admin/easyfullsearchWP.php | 26 | 0.42 | 0.16 | 14.42 |
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
- This plugin does not fully uninstall, leaving 6 options in the database
- can_compress_scripts
- db_upgraded
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check 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 | 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
Congratulations! This plugin passed the SRP test
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Please take a look at the following user-side issues
- > GET request to /wp-admin/easyfullsearchWP.php
- > Network (severe)
wp-admin/easyfullsearchWP.php - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 90% from 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
5 plugin tags: relevance, search, better search, advanced, filter weighted
easyfullsearch/easyfullsearchWP.php 77% from 13 tests
This is the main PHP file of "EasyfullsearchWP" version 1.0, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
It is important to fix the following:
- Main file name: It is recommended to name the main PHP file as the plugin slug ("easyfullsearch.php" instead of "easyfullsearchWP.php")
- Description: Please don't use more than 140 characters for the plugin description (currently 146 characters long)
- Text Domain: The text domain name must use dashes instead of underscores, and it must be lowercase
Code Analysis 97% from 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
Everything looks great! No dangerous files found in this plugin11,147 lines of code in 11 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 9 | 1,572 | 3,038 | 10,191 |
HTML | 1 | 316 | 0 | 692 |
PO File | 1 | 145 | 174 | 264 |
PHP code 50% from 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
Please fix the following
- Method cyclomatic complexity should be reduced to less than 100 (currently 162)
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
Average class complexity | 270.14 |
▷ Minimum class complexity | 32.00 |
▷ Maximum class complexity | 654.00 |
Average method complexity | 7.66 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 162.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 283 | |
▷ Static methods | 5 | 1.77% |
▷ Public methods | 130 | 45.94% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 153 | 54.06% |
Functions | 3 | |
▷ Named functions | 3 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 146 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 146 | 100.00% |
▷ Public constants | 146 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
There are no PNG files in this plugin