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.01MB] [CPU: ▲0.22ms] Passed 4 tests
Analyzing server-side resources used by Eazy Enable Blogroll
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 43.08 ▲7.57 |
Dashboard /wp-admin | 3.32 ▲0.02 | 46.89 ▼2.88 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 46.96 ▼0.19 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 93.98 ▲7.16 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 33.74 ▼3.22 |
Add New /wp-admin/link-add.php | 3.22 | 34.60 |
All Links /wp-admin/link-manager.php | 3.26 | 33.53 |
Link Categories /wp-admin/edit-tags.php?taxonomy=link_category | 3.36 | 34.43 |
Server storage [IO: ▲0.00MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 2 new files
Database: no new tables, 7 new options
New WordPress options |
---|
db_upgraded |
widget_recent-posts |
widget_recent-comments |
widget_links |
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for Eazy Enable Blogroll
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,834 ▲77 | 13.29 ▼1.46 | 5.04 ▲2.97 | 43.36 ▲0.18 |
Dashboard /wp-admin | 2,240 ▲52 | 4.84 ▼0.01 | 104.07 ▼13.66 | 42.43 ▼0.04 |
Posts /wp-admin/edit.php | 2,120 ▲31 | 2.00 ▼0.02 | 41.10 ▼0.22 | 33.16 ▼2.65 |
Add New Post /wp-admin/post-new.php | 1,568 ▲26 | 18.52 ▲0.36 | 670.72 ▲52.11 | 53.69 ▲1.90 |
Media Library /wp-admin/upload.php | 1,416 ▲31 | 4.14 ▼0.10 | 98.69 ▼3.17 | 41.03 ▼2.00 |
Add New /wp-admin/link-add.php | 1,644 | 2.25 | 49.72 | 35.72 |
All Links /wp-admin/link-manager.php | 1,056 | 1.73 | 28.39 | 33.35 |
Link Categories /wp-admin/edit-tags.php?taxonomy=link_category | 1,299 | 2.13 | 25.51 | 28.94 |
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
It is recommended to fix the following
- The uninstall procedure has failed, leaving 7 options in the database
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-comments
- widget_theysaidso_widget
- db_upgraded
- widget_links
- 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
The smoke test was a success, however most plugin functionality was not tested
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
The following issues need your attention
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_bloginfo() in wp-content/plugins/eazy-enable-blogroll/eazy-enable-blogroll.php:19
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
There were no browser issues found
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
8 plugin tags: easy, enable, links, tk, simple...
eazy-enable-blogroll/eazy-enable-blogroll.php 92% from 13 tests
The main file in "Eazy Enable Blogroll" v. 1.0.2 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please make the necessary changes and fix the following:
- Domain Path: The domain path points to a folder that does not exist ("/languages")
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
Good job! No executable or dangerous file extensions detected18 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 3 | 16 | 18 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.20 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 1 | |
▷ Named functions | 1 | 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 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