Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.02MB] [CPU: ▼2.64ms] Passed 4 tests
Server-side resources used by Easy Banner Link
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 40.86 ▲2.11 |
Dashboard /wp-admin | 3.32 ▲0.02 | 47.81 ▲2.96 |
Posts /wp-admin/edit.php | 3.37 ▲0.02 | 47.43 ▼0.36 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.02 | 84.80 ▼12.75 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 35.41 ▲0.43 |
Server storage [IO: ▲0.03MB] [DB: ▲0.07MB] Passed 3 tests
Input-output and database impact of this plugin
No storage issues were detected
Filesystem: 2 new files
Database: 1 new table, 8 new options
New tables |
---|
wp_inx_banner |
New WordPress options |
---|
theysaidso_admin_options |
inx_easybanner_version |
widget_recent-comments |
db_upgraded |
can_compress_scripts |
widget_inxeasybannerlink |
widget_theysaidso_widget |
widget_recent-posts |
Browser metrics Passed 4 tests
Easy Banner Link: an overview of browser usage
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,801 ▲55 | 13.89 ▼0.49 | 1.81 ▲0.11 | 40.48 ▼2.26 |
Dashboard /wp-admin | 2,207 ▲27 | 5.58 ▼0.08 | 93.26 ▲3.79 | 43.82 ▲1.50 |
Posts /wp-admin/edit.php | 2,112 ▲12 | 1.99 ▼0.05 | 34.27 ▼3.61 | 38.74 ▲5.25 |
Add New Post /wp-admin/post-new.php | 1,538 ▼12 | 23.42 ▲5.24 | 623.35 ▲0.02 | 72.37 ▲15.58 |
Media Library /wp-admin/upload.php | 1,406 ▲6 | 4.18 ▲0.01 | 96.33 ▼6.90 | 45.59 ▲3.46 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 50% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie tables were found after uninstall: 1 table
- wp_inx_banner
- The uninstall procedure has failed, leaving 8 options in the database
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
- widget_inxeasybannerlink
- can_compress_scripts
- inx_easybanner_version
- db_upgraded
- theysaidso_admin_options
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
The smoke test was a success, however most plugin functionality was not tested
SRP Passed 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
Looking good! No server-side errors or output on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
There were no browser issues found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
4 plugin tags: easy, banner, inexio, link
easy-banner-link/inx-easy-banner-link.php 85% from 13 tests
This is the main PHP file of "Easy Banner Link" version 1.0.20, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
You should first fix the following items:
- Text Domain: The text domain name must use dashes instead of underscores, and it must be lowercase
- Main file name: Name the main plugin file the same as the plugin slug ("easy-banner-link.php" instead of "inx-easy-banner-link.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Success! There were no dangerous files found in this plugin719 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 128 | 82 | 719 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.39 |
Average class complexity | 86.00 |
▷ Minimum class complexity | 86.00 |
▷ Maximum class complexity | 86.00 |
Average method complexity | 8.08 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 45.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 | 12 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 12 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.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 Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There are no PNG files in this plugin