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.03MB] [CPU: ▼8.50ms] Passed 4 tests
An overview of server-side resources used by Export All URLs
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.03 | 34.70 ▼6.55 |
Dashboard /wp-admin | 3.35 ▼0.00 | 46.64 ▼18.80 |
Posts /wp-admin/edit.php | 3.40 ▲0.04 | 48.47 ▲0.34 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.06 | 87.94 ▼9.00 |
Media Library /wp-admin/upload.php | 3.27 ▲0.04 | 36.20 ▲0.69 |
Export All URLs /wp-admin/tools.php?page=extract-all-urls-settings | 3.37 | 33.93 |
Server storage [IO: ▲0.05MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
db_upgraded |
widget_recent-posts |
widget_recent-comments |
can_compress_scripts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Checking browser requirements for Export All URLs
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,798 ▲51 | 14.34 ▼0.45 | 1.63 ▼0.11 | 36.27 ▼8.43 |
Dashboard /wp-admin | 2,206 ▲32 | 5.53 ▼0.08 | 89.93 ▼8.08 | 38.16 ▼7.44 |
Posts /wp-admin/edit.php | 2,108 ▲5 | 1.97 ▲0.02 | 39.68 ▲2.26 | 35.26 ▼0.54 |
Add New Post /wp-admin/post-new.php | 1,533 ▲7 | 23.23 ▲0.22 | 606.51 ▼82.90 | 58.77 ▲5.14 |
Media Library /wp-admin/upload.php | 1,408 ▲8 | 4.29 ▲0.07 | 111.59 ▼4.67 | 43.02 ▼4.89 |
Export All URLs /wp-admin/tools.php?page=extract-all-urls-settings | 1,223 | 1.68 | 26.48 | 33.57 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- db_upgraded
- widget_recent-posts
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
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
No output text or server-side errors detected on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
Attributes that require attention:
- Tags: There are too many tags (15 tag instead of maximum 10)
export-all-urls/extract-all-urls.php 85% from 13 tests
Analyzing the main PHP file in "Export All URLs" version 4.7
You should first fix the following items:
- Description: Keep the plugin description shorter than 140 characters (currently 406 characters long)
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("export-all-urls.php" instead of "extract-all-urls.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
Good job! No executable or dangerous file extensions detected673 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 185 | 41 | 541 |
CSS | 1 | 22 | 0 | 96 |
JavaScript | 1 | 12 | 0 | 36 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.36 |
Average class complexity | 15.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 39.00 |
Average method complexity | 4.23 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 29.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 3 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 3 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 13 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 13 | 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 | 14 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 14 | 100.00% |
▷ Public constants | 14 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There are no PNG files in this plugin