Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼5.55ms] Passed 4 tests
An overview of server-side resources used by SEO Auto Linker
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 39.04 ▼0.01 |
Dashboard /wp-admin | 3.32 ▲0.02 | 46.13 ▼4.45 |
Posts /wp-admin/edit.php | 3.37 ▲0.02 | 44.58 ▼3.99 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.04 | 85.27 ▼13.73 |
Media Library /wp-admin/upload.php | 3.24 ▲0.02 | 38.48 ▲8.23 |
Server storage [IO: ▲0.32MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 23 new files
Database: no new tables, 7 new options
New WordPress options |
---|
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
SEOAutoLinks |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
A check of browser resources used by SEO Auto Linker
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,806 ▲60 | 13.27 ▼1.10 | 1.60 ▼0.15 | 44.16 ▲2.19 |
Dashboard /wp-admin | 2,215 ▲27 | 4.86 ▼0.02 | 108.64 ▼3.57 | 40.63 ▼1.90 |
Posts /wp-admin/edit.php | 2,095 ▲6 | 2.04 ▲0.02 | 35.97 ▼5.64 | 29.49 ▼5.09 |
Add New Post /wp-admin/post-new.php | 1,533 ▲141 | 23.10 ▲4.77 | 682.76 ▲60.51 | 62.65 ▲18.30 |
Media Library /wp-admin/upload.php | 1,388 ▲6 | 4.24 ▼0.00 | 98.83 ▲0.63 | 42.38 ▲1.90 |
WPA SEO Auto Linker /wp-admin/wpa-seo-auto-linker.php | 26 | 0.44 | 0.07 | 19.03 |
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
These items require your attention
- The uninstall procedure has failed, leaving 7 options in the database
- widget_theysaidso_widget
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
- widget_recent-comments
- SEOAutoLinks
- widget_recent-posts
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Good news, no errors were detected
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Almost there! Just fix the following items
- 4× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Notice
Undefined variable: nonce in wp-content/plugins/wpa-seo-auto-linker/wpa-seo-auto-linker-admin.php on line 5
- > PHP Notice
Undefined variable: action_url in wp-content/plugins/wpa-seo-auto-linker/wpa-seo-auto-linker-admin.php on line 4
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/wpa-seo-auto-linker/wpa-seo-auto-linker.php:327
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/wpa-seo-auto-linker/wpa-seo-auto-linker-admin.php:10
- > PHP Notice
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Please fix the following user-side errors
- > GET request to /wp-admin/wpa-seo-auto-linker.php
- > Network (severe)
wp-admin/wpa-seo-auto-linker.php - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Attributes that need to be fixed:
- Tags: There are too many tags (13 tag instead of maximum 10)
wpa-seo-auto-linker/wpa-seo-auto-linker.php 92% from 13 tests
The main file in "SEO Auto Linker" v. 1.5.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:
- Description: The description should be shorter than 140 characters (currently 395 characters long)
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 plugin1,350 lines of code in 11 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PO File | 4 | 236 | 406 | 678 |
PHP | 4 | 77 | 28 | 559 |
JavaScript | 2 | 5 | 2 | 59 |
CSS | 1 | 1 | 0 | 54 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.45 |
Average class complexity | 145.00 |
▷ Minimum class complexity | 145.00 |
▷ Maximum class complexity | 145.00 |
Average method complexity | 5.36 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 40.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 | 8 | |
▷ Named functions | 4 | 50.00% |
▷ Anonymous functions | 4 | 50.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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
2 PNG files occupy 0.21MB with 0.09MB in potential savings
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-1.png | 209.60KB | 94.17KB | ▼ 55.07% |
images/wp_assist_tech_plugin_logo.png | 4.83KB | 3.48KB | ▼ 27.95% |