Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.17MB] [CPU: ▼2.70ms] Passed 4 tests
This is a short check of server-side resources used by SEO Links Interlinking
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.63 ▲0.17 | 41.99 ▼1.50 |
Dashboard /wp-admin | 3.48 ▲0.17 | 51.96 ▼0.58 |
Posts /wp-admin/edit.php | 3.59 ▲0.23 | 51.67 ▼0.52 |
Add New Post /wp-admin/post-new.php | 6.06 ▲0.18 | 92.28 ▼8.19 |
Media Library /wp-admin/upload.php | 3.40 ▲0.17 | 37.90 ▲4.25 |
SEO Plugins /wp-admin/admin.php?page=wp-seo-plugins-login | 3.41 | 36.46 |
Links /wp-admin/admin.php?page=seo-links | 3.38 | 37.52 |
Server storage [IO: ▲0.33MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 18 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
widget_recent-posts |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-comments |
Browser metrics Passed 4 tests
Checking browser requirements for SEO Links Interlinking
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,816 ▲30 | 14.68 ▲0.45 | 1.82 ▼0.30 | 43.24 ▼2.83 |
Dashboard /wp-admin | 2,222 ▲42 | 5.63 ▼0.05 | 84.75 ▼11.21 | 39.00 ▼2.00 |
Posts /wp-admin/edit.php | 2,130 ▲33 | 2.02 ▲0.02 | 40.72 ▲5.69 | 37.55 ▲1.84 |
Add New Post /wp-admin/post-new.php | 6,249 ▲4,723 | 26.20 ▲2.97 | 913.06 ▲218.34 | 56.74 ▼16.64 |
Media Library /wp-admin/upload.php | 1,421 ▲21 | 4.19 ▼0.09 | 95.32 ▼14.93 | 41.67 ▼5.97 |
SEO Plugins /wp-admin/admin.php?page=wp-seo-plugins-login | 939 | 2.01 | 25.80 | 25.44 |
Links /wp-admin/admin.php?page=seo-links | 900 | 1.81 | 25.84 | 50.25 |
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
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
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
The smoke test was a success, however most plugin functionality was not tested
SRP 0% 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
Almost there! Just fix the following items
- 2× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/seo-links-interlinking/view/search_console.php
- > /wp-content/plugins/seo-links-interlinking/view/search_console_export.php
- 5× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/seo-links-interlinking/wp_seo_plugins.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_nonce_field() in wp-content/plugins/seo-links-interlinking/view/seo_links_settings.php:36
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/seo-links-interlinking/view/settings.php:49
- > PHP Warning
Invalid argument supplied for foreach() in wp-content/plugins/seo-links-interlinking/view/search_console.php on line 208
- > PHP Notice
Undefined variable: rowData in wp-content/plugins/seo-links-interlinking/view/search_console.php on line 208
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
Optimizations
Plugin configuration 90% 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 require attention:
- Donate link: Invalid URI found ("")
seo-links-interlinking/scdata.php 85% from 13 tests
The main file in "SEO Links Interlinking" v. 1.7.3 serves as a complement to information provided in readme.txt and as the entry point to the plugin
It is important to fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 145 characters long)
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("seo-links-interlinking.php" instead of "scdata.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
No dangerous file extensions were detected2,081 lines of code in 14 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 9 | 181 | 176 | 1,963 |
CSS | 3 | 1 | 6 | 115 |
JavaScript | 2 | 2 | 6 | 3 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.34 |
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 | 31 | |
▷ Named functions | 28 | 90.32% |
▷ Anonymous functions | 3 | 9.68% |
Constants | 11 | |
▷ Global constants | 11 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
No PNG files were detected