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.30MB] [CPU: ▲2.71ms] Passed 4 tests
Analyzing server-side resources used by Broken Link Checker | Finder
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.92 ▲0.46 | 41.90 ▲3.02 |
Dashboard /wp-admin | 3.61 ▲0.31 | 48.64 ▲1.60 |
Posts /wp-admin/edit.php | 3.69 ▲0.34 | 53.14 ▲3.98 |
Add New Post /wp-admin/post-new.php | 6.18 ▲0.29 | 88.96 ▲2.24 |
Media Library /wp-admin/upload.php | 3.50 ▲0.27 | 41.12 ▲6.37 |
Broken Link Scan /wp-admin/admin.php?page=moblc_manual | 3.48 | 39.78 |
Report /wp-admin/admin.php?page=moblc_report | 3.56 | 38.98 |
Troubleshoot /wp-admin/admin.php?page=moblc_troubleshooting | 3.48 | 35.86 |
Settings /wp-admin/admin.php?page=moblc_settings | 3.48 | 33.36 |
Server storage [IO: ▲0.35MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
This plugin was installed successfully
Filesystem: 41 new files
Database: 2 new tables, 6 new options
New tables |
---|
wp_moblc_scan_status_table |
wp_moblc_link_details_table |
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
widget_theysaidso_widget |
widget_recent-posts |
theysaidso_admin_options |
widget_recent-comments |
Browser metrics Passed 4 tests
Checking browser requirements for Broken Link Checker | Finder
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,866 ▲131 | 13.14 ▼1.68 | 4.81 ▲2.95 | 42.70 ▼5.60 |
Dashboard /wp-admin | 2,247 ▲59 | 5.90 ▲1.00 | 113.63 ▲3.08 | 40.60 ▼1.81 |
Posts /wp-admin/edit.php | 2,133 ▲44 | 2.07 ▲0.07 | 41.83 ▲1.34 | 35.51 ▼0.64 |
Add New Post /wp-admin/post-new.php | 1,561 ▲47 | 23.48 ▲5.93 | 690.65 ▲34.19 | 54.20 ▲3.81 |
Media Library /wp-admin/upload.php | 1,429 ▲44 | 4.28 ▲0.06 | 105.55 ▲9.37 | 46.95 ▲5.38 |
Broken Link Scan /wp-admin/admin.php?page=moblc_manual | 884 | 1.93 | 34.23 | 38.90 |
Report /wp-admin/admin.php?page=moblc_report | 1,057 | 2.67 | 47.82 | 62.48 |
Troubleshoot /wp-admin/admin.php?page=moblc_troubleshooting | 954 | 2.07 | 28.01 | 32.49 |
Settings /wp-admin/admin.php?page=moblc_settings | 879 | 2.08 | 28.62 | 26.42 |
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
You still need to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-posts
- theysaidso_admin_options
- can_compress_scripts
- db_upgraded
- 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 everything seems fine, this is not 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
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 just a short smoke test looking for browser issues
No browser issues were found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
Attributes that need to be fixed:
- Tags: Please reduce the number of tags, currently 30 tag instead of maximum 10
broken-link-finder/miniorange-broken-link-settings.php 85% from 13 tests
Analyzing the main PHP file in "Broken Link Checker | Finder" version 2.5.0
Please take the time to fix the following:
- Description: Please don't use more than 140 characters for the plugin description (currently 159 characters long)
- Main file name: It is recommended to name the main PHP file as the plugin slug ("broken-link-finder.php" instead of "miniorange-broken-link-settings.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Good job! No executable or dangerous file extensions detected4,005 lines of code in 39 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 33 | 293 | 657 | 2,289 |
CSS | 3 | 306 | 0 | 1,548 |
JavaScript | 3 | 3 | 17 | 168 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.34 |
Average class complexity | 24.44 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 116.00 |
Average method complexity | 3.57 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 23.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 9 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 82 | |
▷ Static methods | 3 | 3.66% |
▷ Public methods | 82 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 2 | 66.67% |
▷ Class constants | 1 | 33.33% |
▷ Public constants | 1 | 100.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 images were found in this plugin