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 gracefully, with no errors
Server metrics [RAM: ▲0.42MB] [CPU: ▼1.11ms] Passed 4 tests
This is a short check of server-side resources used by Internal Links Manager
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.13 ▲0.66 | 39.70 ▼1.87 |
Dashboard /wp-admin | 3.69 ▲0.39 | 48.41 ▲2.94 |
Posts /wp-admin/edit.php | 3.74 ▲0.38 | 48.73 ▲8.35 |
Add New Post /wp-admin/post-new.php | 6.50 ▲0.61 | 93.59 ▼13.87 |
Media Library /wp-admin/upload.php | 3.55 ▲0.32 | 44.20 ▲9.34 |
All Links /wp-admin/admin.php?page=seo-automated-link-building-all-links | 3.78 | 37.11 |
Settings /wp-admin/admin.php?page=seo-automated-link-building-settings | 3.53 | 35.87 |
Import + Export /wp-admin/admin.php?page=seo-automated-link-building-import-links | 3.52 | 33.98 |
Add New Link /wp-admin/admin.php?page=seo-automated-link-building-add-link | 3.59 | 32.73 |
Statistic /wp-admin/admin.php?page=seo-automated-link-building-statistic | 3.70 | 36.31 |
Server storage [IO: ▲0.64MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 81 new files
Database: 2 new tables, 8 new options
New tables |
---|
wp_seo_automated_link_building_statistic |
wp_seo_automated_link_building |
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
seo-automated-link-building_settings |
db_upgraded |
widget_recent-comments |
seo-automated-link-building_db_version |
can_compress_scripts |
widget_recent-posts |
Browser metrics Passed 4 tests
Checking browser requirements for Internal Links Manager
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,947 ▲176 | 13.96 ▼0.34 | 8.12 ▲6.03 | 37.36 ▼7.85 |
Dashboard /wp-admin | 2,244 ▲59 | 4.96 ▲0.04 | 95.32 ▼7.49 | 68.75 ▲32.24 |
Posts /wp-admin/edit.php | 2,127 ▲35 | 2.02 ▲0.02 | 36.80 ▼3.59 | 34.11 ▼0.79 |
Add New Post /wp-admin/post-new.php | 1,698 ▲157 | 22.25 ▲3.95 | 774.28 ▲160.99 | 57.93 ▲5.87 |
Media Library /wp-admin/upload.php | 1,417 ▲29 | 4.10 ▼0.06 | 103.50 ▼4.14 | 53.42 ▲9.14 |
All Links /wp-admin/admin.php?page=seo-automated-link-building-all-links | 1,099 | 1.73 | 25.19 | 28.16 |
Settings /wp-admin/admin.php?page=seo-automated-link-building-settings | 948 | 1.96 | 27.38 | 28.31 |
Import + Export /wp-admin/admin.php?page=seo-automated-link-building-import-links | 891 | 1.98 | 27.32 | 30.56 |
Add New Link /wp-admin/admin.php?page=seo-automated-link-building-add-link | 1,113 | 1.79 | 26.18 | 34.25 |
Statistic /wp-admin/admin.php?page=seo-automated-link-building-statistic | 965 | 4.54 | 129.70 | 28.57 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
It is recommended to fix the following
- This plugin does not fully uninstall, leaving 7 options in the database
- theysaidso_admin_options
- seo-automated-link-building_settings
- widget_recent-comments
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
Smoke tests 0% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Smoke test failed, please fix the following
- > GET request to /wp-admin/admin.php?page=seo-automated-link-building-add-link
- > Notice in wp-content/plugins/seo-automated-link-building/src/templates/edit.php+41
Undefined variable:
SRP 0% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Almost there! Just fix the following items
- 1× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/seo-automated-link-building/src/templates/edit.php
- 119× GET requests to PHP files trigger server-side errors or Error 500 responses (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Call to undefined function describe() in wp-content/plugins/seo-automated-link-building/vendor/friedolinfoerder/html-changer/spec/filter.spec.php:5
- > PHP Notice
Undefined variable: availablePostTypes in wp-content/plugins/seo-automated-link-building/src/templates/settings.php on line 46
- > PHP Notice
Undefined variable: postTypesLabel in wp-content/plugins/seo-automated-link-building/src/templates/settings.php on line 44
- > PHP Notice
Undefined variable: inputDescription in wp-content/plugins/seo-automated-link-building/src/templates/settings.php on line 30
- > PHP Notice
Undefined variable: excludeExample in wp-content/plugins/seo-automated-link-building/src/templates/settings.php on line 55
- > PHP Warning
join(): Invalid arguments passed in wp-content/plugins/seo-automated-link-building/src/templates/settings.php on line 46
- > PHP Notice
Undefined variable: shouldDisplayPageInput in wp-content/plugins/seo-automated-link-building/src/templates/edit.php on line 32
- > PHP Notice
Undefined variable: caseSensitiveHeadline in wp-content/plugins/seo-automated-link-building/src/templates/edit.php on line 65
- > PHP Notice
Undefined variable: inputDescription in wp-content/plugins/seo-automated-link-building/src/templates/settings.php on line 38
- > PHP Notice
Undefined variable: activeLinksCount in wp-content/plugins/seo-automated-link-building/src/templates/list.php on line 28
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
There are user-side issues you should fix
- > GET request to /wp-admin/admin.php?page=seo-automated-link-building-statistic
- > Console-api (warning) in wp-content/plugins/seo-automated-link-building/js/external/Chart.bundle.min.js?ver=6.3.1+6:28919
time scale: \"time.format\" is deprecated. Please use \"time.parser\" instead
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
5 plugin tags: seo, search engine optimization, user experience, internal links, link building
seo-automated-link-building/seo-automated-link-building.php Passed 13 tests
The entry point to "Internal Links Manager" version 2.4.2 is a PHP file that has certain tags in its header comment area
28 characters long description:
Build internal links easily.
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 plugin6,874 lines of code in 70 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 45 | 1,050 | 1,851 | 5,605 |
Markdown | 2 | 71 | 0 | 501 |
JavaScript | 12 | 17 | 12 | 292 |
PO File | 1 | 98 | 11 | 212 |
JSON | 4 | 0 | 0 | 181 |
CSS | 6 | 2 | 0 | 83 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
Average class complexity | 24.48 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 132.00 |
Average method complexity | 2.71 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 23.00 |
Code structure | ||
---|---|---|
Namespaces | 7 | |
Interfaces | 2 | |
Traits | 0 | |
Classes | 25 | |
▷ Abstract classes | 1 | 4.00% |
▷ Concrete classes | 24 | 96.00% |
▷ Final classes | 0 | 0.00% |
Methods | 338 | |
▷ Static methods | 52 | 15.38% |
▷ Public methods | 256 | 75.74% |
▷ Protected methods | 57 | 16.86% |
▷ Private methods | 25 | 7.40% |
Functions | 95 | |
▷ Named functions | 1 | 1.05% |
▷ Anonymous functions | 94 | 98.95% |
Constants | 4 | |
▷ Global constants | 1 | 25.00% |
▷ Class constants | 3 | 75.00% |
▷ Public constants | 3 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
1 compressed PNG file occupies 0.00MB
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/webraketen-icon-gruen.png | 1.29KB | 1.33KB | 0.00% |