Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
Installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼6.97ms] Passed 4 tests
This is a short check of server-side resources used by Manage post content links-interlinks
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 50.58 ▲7.99 |
Dashboard /wp-admin | 3.33 ▼0.02 | 51.34 ▼13.60 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 55.05 ▲4.05 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.05 | 89.78 ▼26.30 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 42.73 ▲8.38 |
Setting /wp-admin/admin.php?page=clm_menue | 3.22 | 36.61 |
All Links /wp-admin/admin.php?page=clm_lists_link | 3.28 | 32.76 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 11 new files
Database: 1 new table, 6 new options
New tables |
---|
wp_clm |
New WordPress options |
---|
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-posts |
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for Manage post content links-interlinks
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,848 ▲87 | 14.41 ▼0.15 | 2.06 ▲0.38 | 43.56 ▼0.37 |
Dashboard /wp-admin | 2,232 ▲58 | 5.62 ▲0.02 | 87.42 ▼6.43 | 40.20 ▼3.74 |
Posts /wp-admin/edit.php | 2,134 ▲37 | 2.04 ▼0.01 | 37.24 ▲1.22 | 36.18 ▼1.72 |
Add New Post /wp-admin/post-new.php | 6,269 ▲4,724 | 25.94 ▲2.83 | 921.78 ▲260.57 | 56.82 ▲7.03 |
Media Library /wp-admin/upload.php | 1,437 ▲40 | 4.22 ▼0.03 | 111.46 ▲6.24 | 47.67 ▲2.89 |
Setting /wp-admin/admin.php?page=clm_menue | 956 | 2.04 | 23.98 | 22.98 |
All Links /wp-admin/admin.php?page=clm_lists_link | 890 | 2.20 | 25.45 | 24.45 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% 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
- Zombie tables were found after uninstall: 1 table
- wp_clm
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-posts
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
- widget_recent-comments
- widget_theysaidso_widget
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP Passed 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
Looking good! No server-side errors or output on direct access of PHP files
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 93% from 29 tests
readme.txt 94% from 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
These attributes need to be fixed:
- Screenshots: Screenshot #1 (Setting for posts type) image required
manage-post-content-links-interlinks/wp-manage-post-content-links.php 92% from 13 tests
The main file in "Manage post content links-interlinks" v. 1.1.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
You should first fix the following items:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("manage-post-content-links-interlinks.php" instead of "wp-manage-post-content-links.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Success! There were no dangerous files found in this plugin897 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 357 | 20 | 692 |
PO File | 1 | 34 | 36 | 92 |
JavaScript | 1 | 89 | 3 | 91 |
CSS | 1 | 4 | 0 | 22 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.23 |
Average class complexity | 39.00 |
▷ Minimum class complexity | 39.00 |
▷ Maximum class complexity | 39.00 |
Average method complexity | 3.24 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 12.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 17 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 17 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.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
Using a strong compression for your PNG files is a great way to speed-up your plugin
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 |
screenshot-1.png | 17.43KB | 8.02KB | ▼ 53.99% |