Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Installer ran successfully
Server metrics [RAM: ▲0.11MB] [CPU: ▼140.23ms] Passed 4 tests
A check of server-side resources used by Not Found Tracker
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.03 ▲0.31 | 35.46 ▲13.14 |
Dashboard /wp-admin | 3.16 ▲0.10 | 39.52 ▼5.24 |
Posts /wp-admin/edit.php | 3.27 ▲0.16 | 45.42 ▲4.83 |
Add New Post /wp-admin/post-new.php | 5.52 ▲0.08 | 88.26 ▼558.57 |
Media Library /wp-admin/upload.php | 3.10 ▲0.10 | 31.97 ▼1.94 |
Not Found Access List /wp-admin/tools.php?page=nftracker | 3.05 | 31.18 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 7 new files
Database: 3 new tables, no new options
New tables |
---|
wp_404_relation |
wp_404_ip |
wp_404_link |
Browser metrics Passed 4 tests
A check of browser resources used by Not Found Tracker
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,724 ▲118 | 15.88 ▼0.07 | 8.58 ▼0.78 | 48.34 ▲5.12 |
Dashboard /wp-admin | 2,972 ▲42 | 5.87 ▼0.30 | 137.00 ▼24.60 | 107.04 ▼13.82 |
Posts /wp-admin/edit.php | 2,741 ▲2 | 2.72 ▲0.01 | 68.84 ▲5.21 | 96.59 ▲2.71 |
Add New Post /wp-admin/post-new.php | 1,675 ▼8 | 18.84 ▲0.09 | 365.75 ▼9.43 | 109.43 ▲5.50 |
Media Library /wp-admin/upload.php | 1,812 ▲5 | 5.00 ▼0.02 | 154.95 ▲1.72 | 125.35 ▲11.20 |
Not Found Access List /wp-admin/tools.php?page=nftracker | 1,248 | 2.08 | 56.14 | 55.01 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
The following items require your attention
- Zombie tables were found after uninstall: 3 tables
- wp_404_ip
- wp_404_link
- wp_404_relation
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Please fix the following server-side errors
- > GET request to /wp-admin/tools.php?page=nftracker
- > Notice in wp-admin/includes/class-wp-list-table.php+1174
Array to string conversion
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
The following issues need your attention
- 10× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Warning
require_once(ABSPATHwp-admin/includes/class-wp-list-table.php): failed to open stream: No such file or directory in wp-content/plugins/not-found-tracker/Tracker_List_Table.php on line 4
- > PHP Warning
Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in wp-content/plugins/not-found-tracker/Tracker_List_Table.php on line 4
- > PHP Warning
require_once(ABSPATHwp-admin/includes/upgrade.php): failed to open stream: No such file or directory in wp-content/plugins/not-found-tracker/not-found-tracker.php on line 41
- > PHP Warning
require_once(ABSPATHwp-admin/includes/class-wp-list-table.php): failed to open stream: No such file or directory in wp-content/plugins/not-found-tracker/Ip_List_Table.php on line 4
- > PHP Warning
Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in wp-content/plugins/not-found-tracker/not-found-tracker.php on line 41
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/not-found-tracker/uninstall.php:2
- > PHP Warning
Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in wp-content/plugins/not-found-tracker/Ip_List_Table.php on line 4
- > PHP Fatal error
require_once(): Failed opening required 'ABSPATHwp-admin/includes/upgrade.php' (include_path='.:/usr/share/php') in wp-content/plugins/not-found-tracker/not-found-tracker.php on line 41
- > PHP Fatal error
require_once(): Failed opening required 'ABSPATHwp-admin/includes/class-wp-list-table.php' (include_path='.:/usr/share/php') in wp-content/plugins/not-found-tracker/Ip_List_Table.php on line 4
- > PHP Fatal error
require_once(): Failed opening required 'ABSPATHwp-admin/includes/class-wp-list-table.php' (include_path='.:/usr/share/php') in wp-content/plugins/not-found-tracker/Tracker_List_Table.php on line 4
- > PHP Warning
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 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
Attributes that require attention:
- Donate link: Please fix this invalid URI: ""
not-found-tracker/not-found-tracker.php Passed 13 tests
"Not Found Tracker" version 0.1's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
39 characters long description:
Track Not Found address on your website
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are not allowed as they can serve as attack vectors
There were no executable files found in this plugin484 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 79 | 64 | 484 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.32 |
Average class complexity | 17.50 |
▷ Minimum class complexity | 6.00 |
▷ Maximum class complexity | 43.00 |
Average method complexity | 2.83 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 9.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 36 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 31 | 86.11% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 5 | 13.89% |
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
PNG files should be compressed to save space and minimize bandwidth usage
1 PNG file occupies 0.02MB with 0.01MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshoot/link-table.png | 21.16KB | 11.27KB | ▼ 46.73% |