Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Please fix the following installer errors
- This plugin did not install gracefully
- > Deprecated in wp-content/plugins/igefilter/igefilter.php+323
Array and string offset access syntax with curly braces is deprecated
Server metrics [RAM: ▼0.37MB] [CPU: ▼19.08ms] Passed 4 tests
Analyzing server-side resources used by Igefilter
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.44 ▼0.02 | 39.94 ▼0.84 |
Dashboard /wp-admin | 3.20 ▼0.11 | 37.17 ▼17.37 |
Posts /wp-admin/edit.php | 3.27 ▼0.09 | 39.30 ▼13.35 |
Add New Post /wp-admin/post-new.php | 4.61 ▼1.27 | 51.48 ▼40.78 |
Media Library /wp-admin/upload.php | 3.21 ▼0.02 | 33.84 ▼4.82 |
igefilter /wp-admin/options-general.php?page=igefilter | 3.17 | 31.35 |
Server storage [IO: ▲0.05MB] [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: 6 new files
Database: no new tables, 7 new options
New WordPress options |
---|
db_upgraded |
can_compress_scripts |
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-posts |
plugin_igefilter_options |
widget_recent-comments |
Browser metrics Passed 4 tests
A check of browser resources used by Igefilter
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲15 | 13.19 ▼1.57 | 1.71 ▼0.31 | 46.17 ▼2.77 |
Dashboard /wp-admin | 2,210 ▲4 | 5.87 ▲1.03 | 108.37 ▼3.82 | 40.02 ▼2.38 |
Posts /wp-admin/edit.php | 2,093 ▲1 | 2.06 ▲0.02 | 37.74 ▼1.24 | 34.15 ▲2.38 |
Add New Post /wp-admin/post-new.php | 1,540 ▲26 | 23.48 ▲0.08 | 704.17 ▲89.07 | 54.30 ▼1.51 |
Media Library /wp-admin/upload.php | 1,386 ▼2 | 4.19 ▲0.01 | 97.08 ▼11.16 | 41.04 ▼2.65 |
igefilter /wp-admin/options-general.php?page=igefilter | 1,035 | 2.17 | 27.28 | 28.59 |
Uninstaller [IO: ✅] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- The uninstall procedure has failed, leaving 7 options in the database
- db_upgraded
- plugin_igefilter_options
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-posts
- widget_recent-comments
- can_compress_scripts
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
Almost there, just fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=igefilter
- > User deprecated in wp-includes/functions.php+5828
Hook contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead.
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Almost there! Just fix the following items
- 4× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function igefilter_get_options() in wp-content/plugins/igefilter/igefilter_admin_options_init.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function apply_filters() in wp-content/plugins/igefilter/igefilter.php:49
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/igefilter/igefilter_admin_options_help.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function settings_fields() in wp-content/plugins/igefilter/igefilter_admin_options_page.php:6
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% 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
Please fix the following attributes:
- Donate link: Please fix this invalid URI: ""
igefilter/igefilter.php Passed 13 tests
The main file in "Igefilter" v. 1.1 serves as a complement to information provided in readme.txt and as the entry point to the plugin
39 characters long description:
Changes Bible references to hyperlinks.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Everything looks great! No dangerous files found in this plugin698 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 120 | 173 | 698 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.40 |
Average class complexity | 12.00 |
▷ Minimum class complexity | 12.00 |
▷ Maximum class complexity | 12.00 |
Average method complexity | 12.00 |
▷ Minimum method complexity | 12.00 |
▷ Maximum method complexity | 12.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 | 0 | 0.00% |
▷ Public methods | 1 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 20 | |
▷ Named functions | 20 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
There were not PNG files found in your plugin