Benchmarks
Plugin footprint 82% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.11MB] [CPU: ▼4.79ms] 75% from 4 tests
This is a short check of server-side resources used by Martins Free & Easy SEO BackLink Link Building Network - Improve Rankings & Traffic
Please have a look at the following items
- CPU: Try to keep total CPU usage under 500.00ms (currently 1,740.01ms on /wp-admin/index.php?page=martins-link-network-install-ad-network)
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.27 ▲0.80 | 38.67 ▼4.11 |
Dashboard /wp-admin | 3.46 ▲0.11 | 49.46 ▼10.39 |
Posts /wp-admin/edit.php | 3.51 ▲0.15 | 46.22 ▲0.77 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.09 | 88.86 ▼5.41 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 34.16 ▲3.37 |
Install Ad Network /wp-admin/index.php?page=martins-link-network-install-ad-network | 3.43 | 1,740.01 |
Martins Link Building /wp-admin/index.php?page=martins-link-network-dashboard | 3.22 | 238.36 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] 67% from 3 tests
A short overview of filesystem and database impact
Please fix the following
- You have illegally modified 3 files (8.10KB) outside of "wp-content/plugins/martins-link-network/" and "wp-content/uploads/"
- (new file) wp-content/plugins/martins-ad-network/martinsAdNetwork.php
- (new file) wp-content/upgrade/.empty
- (new file) wp-content/plugins/martins-ad-network/readme.txt
Filesystem: 2 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
martinslinknetwork_version |
widget_recent-comments |
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for Martins Free & Easy SEO BackLink Link Building Network - Improve Rankings & Traffic
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,806 ▲59 | 14.67 ▼0.04 | 1.66 ▲0.04 | 40.97 ▼7.09 |
Dashboard /wp-admin | 2,202 ▲25 | 5.63 ▼0.02 | 94.62 ▲0.39 | 43.15 ▼2.10 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.01 ▲0.05 | 40.03 ▼3.90 | 31.47 ▼5.92 |
Add New Post /wp-admin/post-new.php | 1,532 ▲6 | 23.37 ▲0.26 | 630.79 ▼21.57 | 49.22 ▼12.08 |
Media Library /wp-admin/upload.php | 1,404 ▲4 | 4.19 ▼0.03 | 95.65 ▼4.72 | 42.88 ▼1.46 |
Install Ad Network /wp-admin/index.php?page=martins-link-network-install-ad-network | 703 | 1.51 | 6.18 | 29.08 |
Martins Link Building /wp-admin/index.php?page=martins-link-network-dashboard | 8 | 0.41 | 0.06 | 0.16 |
Uninstaller [IO: ▲0.08MB] [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
It is recommended to fix the following
- Zombie WordPress options were found after uninstall: 7 options
- widget_recent-posts
- can_compress_scripts
- db_upgraded
- martinslinknetwork_version
- theysaidso_admin_options
- widget_recent-comments
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Everything seems fine, however this is by no means an exhaustive test
SRP Passed 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
Congratulations! This plugin passed the SRP test
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 fix the following browser errors
- > GET request to /wp-admin/index.php?page=martins-link-network-dashboard
- > Network (severe)
https://linknetwork.martinstools.com/admin/#/statswp/wp.com/ - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 86% from 29 tests
readme.txt 94% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
These attributes need your attention:
- Tags: Too many tags (24 tag instead of maximum 10); only the first 5 tags are used in your directory listing
martins-link-network/martinsLinkNetwork.php 77% from 13 tests
The main file in "Martins Free & Easy SEO BackLink Link Building Network - Improve Rankings & Traffic" v. 1.2.33 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please take the time to fix the following:
- Domain Path: The domain path points to a folder that does not exist ("/languages")
- Description: The description should be shorter than 140 characters (currently 167 characters long)
- Main file name: It is recommended to name the main PHP file as the plugin slug ("martins-link-network.php" instead of "martinsLinkNetwork.php")
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
Everything looks great! No dangerous files found in this plugin296 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 87 | 58 | 296 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.40 |
Average class complexity | 29.50 |
▷ Minimum class complexity | 15.00 |
▷ Maximum class complexity | 44.00 |
Average method complexity | 5.07 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 17.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 15 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 15 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 1 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 1 | 100.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
There are no PNG files in this plugin