Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼7.81ms] Passed 4 tests
This is a short check of server-side resources used by Never Outdated
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 36.87 ▼3.21 |
Dashboard /wp-admin | 3.33 ▼0.02 | 44.31 ▼19.11 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 47.30 ▲1.77 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.02 | 89.86 ▼7.53 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 32.13 ▼1.37 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 7 new files
Database: no new tables, 7 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-comments |
db_upgraded |
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
plugin_wp_never_outdated_settings |
Browser metrics Passed 4 tests
Never Outdated: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,829 ▲83 | 13.26 ▼1.11 | 1.65 ▼0.00 | 42.60 ▼0.53 |
Dashboard /wp-admin | 2,210 ▲19 | 4.92 ▲0.01 | 108.65 ▼7.23 | 38.48 ▼4.33 |
Posts /wp-admin/edit.php | 2,093 ▲7 | 2.04 ▲0.03 | 38.97 ▲3.74 | 34.82 ▼0.18 |
Add New Post /wp-admin/post-new.php | 1,545 ▲17 | 18.32 ▼4.84 | 616.99 ▼74.47 | 53.05 ▲1.44 |
Media Library /wp-admin/upload.php | 1,389 ▲1 | 4.16 ▼0.06 | 102.86 ▼5.51 | 44.65 ▼1.08 |
WP Never Outdated /wp-admin/wp-never-outdated.php | 26 | 0.44 | 0.10 | 15.50 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- The uninstall procedure has failed, leaving 7 options in the database
- widget_recent-posts
- db_upgraded
- widget_theysaidso_widget
- plugin_wp_never_outdated_settings
- can_compress_scripts
- widget_recent-comments
- theysaidso_admin_options
Smoke tests 25% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP 0% 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
Please take a closer look at the following
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/never-outdated/wp-never-outdated.php
- 1× PHP files trigger server errors when accessed directly:
- > Uninstalling WPNeverOutdated ...
User-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Please take a look at the following user-side issues
- > GET request to /wp-admin/wp-never-outdated.php
- > Network (severe)
wp-admin/wp-never-outdated.php - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
10 plugin tags: update, blog, plugin, wordpress, cms...
never-outdated/wp-never-outdated.php 85% from 13 tests
This is the main PHP file of "Never Outdated" version 1.0.2, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
Please make the necessary changes and fix the following:
- Description: Please keep the plugin description shorter than 140 characters (currently 252 characters long)
- Main file name: It is recommended to name the main PHP file as the plugin slug ("never-outdated.php" instead of "wp-never-outdated.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
There were no executable files found in this plugin270 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 59 | 79 | 200 |
PO File | 2 | 26 | 46 | 70 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.31 |
Average class complexity | 11.00 |
▷ Minimum class complexity | 11.00 |
▷ Maximum class complexity | 11.00 |
Average method complexity | 1.71 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 3.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 | 14 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 14 | 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 were not PNG files found in your plugin