Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.07MB] [CPU: ▼7.17ms] Passed 4 tests
This is a short check of server-side resources used by Go Live Update Urls
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 41.74 ▼2.12 |
Dashboard /wp-admin | 3.39 ▲0.04 | 46.74 ▼16.04 |
Posts /wp-admin/edit.php | 3.50 ▲0.14 | 49.13 ▲2.35 |
Add New Post /wp-admin/post-new.php | 5.97 ▲0.08 | 89.97 ▼10.32 |
Media Library /wp-admin/upload.php | 3.31 ▲0.08 | 33.83 ▼0.20 |
Go Live /wp-admin/tools.php?page=go-live-update-urls-settings | 3.31 | 33.99 |
Server storage [IO: ▲0.09MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 21 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-posts |
widget_recent-comments |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for Go Live Update Urls
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,794 ▲7 | 14.67 ▼0.04 | 1.59 ▼0.22 | 43.99 ▲0.38 |
Dashboard /wp-admin | 2,202 ▲25 | 5.57 ▼0.06 | 92.13 ▲6.22 | 39.38 ▼0.70 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 1.96 ▲0.01 | 37.63 ▼0.40 | 36.39 ▲2.61 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.62 ▲0.50 | 586.53 ▼77.82 | 48.30 ▼3.30 |
Media Library /wp-admin/upload.php | 1,404 ▲7 | 4.18 ▲0.02 | 94.63 ▼9.20 | 40.38 ▼3.39 |
Go Live /wp-admin/tools.php?page=go-live-update-urls-settings | 971 | 1.98 | 24.92 | 33.00 |
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
- The uninstall procedure has failed, leaving 6 options in the database
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please fix the following items
- 7× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Trait 'Go_Live_Update_Urls\\Traits\\Singleton' not found in wp-content/plugins/go-live-update-urls/src/Skip_Rows.php on line 16
- > PHP Fatal error
Trait 'Go_Live_Update_Urls\\Traits\\Singleton' not found in wp-content/plugins/go-live-update-urls/src/Admin.php on line 13
- > PHP Fatal error
Trait 'Go_Live_Update_Urls\\Traits\\Singleton' not found in wp-content/plugins/go-live-update-urls/src/Database.php on line 13
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_url() in wp-content/plugins/go-live-update-urls/go-live-update-urls.php:20
- > PHP Fatal error
Uncaught Error: Class 'Go_Live_Update_Urls\\Updaters\\Updaters_Abstract' not found in wp-content/plugins/go-live-update-urls/src/Updaters/Url_Encoded.php:13
- > PHP Fatal error
Trait 'Go_Live_Update_Urls\\Traits\\Singleton' not found in wp-content/plugins/go-live-update-urls/src/Core.php on line 13
- > PHP Fatal error
Trait 'Go_Live_Update_Urls\\Traits\\Singleton' not found in wp-content/plugins/go-live-update-urls/src/Updaters/Repo.php on line 13
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Attributes that require attention:
- Plugin Name: Write the name of your plugin instead of "Plugin Name" on the first line (
=== go-live-update-urls ===
)
go-live-update-urls/go-live-update-urls.php Passed 13 tests
The principal PHP file in "Go Live Update Urls" v. 6.7.0 is loaded by WordPress automatically on each request
67 characters long description:
Updates every URL on your site when going live or changing domains.
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
There were no executable files found in this plugin1,242 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 11 | 257 | 814 | 887 |
PO File | 3 | 77 | 133 | 273 |
CSS | 1 | 13 | 0 | 72 |
JavaScript | 1 | 1 | 5 | 10 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
Average class complexity | 10.10 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 37.00 |
Average method complexity | 2.43 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 15.00 |
Code structure | ||
---|---|---|
Namespaces | 3 | |
Interfaces | 0 | |
Traits | 1 | |
Classes | 9 | |
▷ Abstract classes | 1 | 11.11% |
▷ Concrete classes | 8 | 88.89% |
▷ Final classes | 0 | 0.00% |
Methods | 67 | |
▷ Static methods | 12 | 17.91% |
▷ Public methods | 54 | 80.60% |
▷ Protected methods | 13 | 19.40% |
▷ Private methods | 0 | 0.00% |
Functions | 13 | |
▷ Named functions | 3 | 23.08% |
▷ Anonymous functions | 10 | 76.92% |
Constants | 11 | |
▷ Global constants | 3 | 27.27% |
▷ Class constants | 8 | 72.73% |
▷ Public constants | 8 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG files were detected