Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.10MB] [CPU: ▼10.21ms] Passed 4 tests
An overview of server-side resources used by Auto URL Regenerator
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.57 ▲0.10 | 39.37 ▼1.04 |
Dashboard /wp-admin | 3.42 ▲0.07 | 43.92 ▼18.31 |
Posts /wp-admin/edit.php | 3.53 ▲0.17 | 42.71 ▼4.87 |
Add New Post /wp-admin/post-new.php | 6.02 ▲0.13 | 79.15 ▼16.63 |
Media Library /wp-admin/upload.php | 3.34 ▲0.11 | 37.99 ▲6.09 |
Auto URL Regenerator /wp-admin/options-general.php?page=aurg_options | 3.29 | 30.09 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-comments |
db_upgraded |
widget_recent-posts |
Browser metrics Passed 4 tests
Auto URL Regenerator: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲22 | 14.39 ▲0.00 | 1.64 ▼0.21 | 38.88 ▼5.39 |
Dashboard /wp-admin | 2,199 ▲25 | 5.55 ▼0.10 | 81.26 ▼18.75 | 39.01 ▼6.73 |
Posts /wp-admin/edit.php | 2,107 ▲7 | 2.00 ▲0.01 | 35.04 ▼2.26 | 31.64 ▼5.54 |
Add New Post /wp-admin/post-new.php | 1,539 ▲11 | 18.16 ▼5.13 | 614.54 ▼54.52 | 71.90 ▲16.84 |
Media Library /wp-admin/upload.php | 1,404 ▲4 | 4.20 ▲0.03 | 96.08 ▲1.40 | 41.98 ▼3.62 |
Auto URL Regenerator /wp-admin/options-general.php?page=aurg_options | 866 | 2.02 | 24.97 | 64.22 |
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
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-comments
- db_upgraded
- can_compress_scripts
- widget_recent-posts
- theysaidso_admin_options
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
These errors were triggered by the plugin
- > GET request to /wp-admin/options-general.php?page=aurg_options
- > Notice in wp-content/plugins/auto-url-regenerator/auto-url-regenerator.php+206
Undefined index: custom
- > GET request to /wp-admin/options-general.php?page=aurg_options
- > Warning in wp-content/plugins/auto-url-regenerator/auto-url-regenerator.php+206
array_merge(): Expected parameter 2 to be an array, null given
- > GET request to /wp-admin/options-general.php?page=aurg_options
- > Warning in wp-content/plugins/auto-url-regenerator/auto-url-regenerator.php+207
Invalid argument supplied for foreach()
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
The SRP test was a success
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser errors were detected
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
7 plugin tags: post, page, rewrite_rules, url, automatically...
auto-url-regenerator/auto-url-regenerator.php Passed 13 tests
The main PHP file in "Auto URL Regenerator" ver. 1.0.0 adds more information about the plugin and also serves as the entry point for this plugin
114 characters long description:
投稿のURLに一意の識別子を付与し、また定期的に識別子を自動で更新するプラグイン
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
There were no executable files found in this plugin571 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 92 | 14 | 539 |
JavaScript | 1 | 0 | 0 | 23 |
CSS | 1 | 0 | 0 | 9 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.46 |
Average class complexity | 104.00 |
▷ Minimum class complexity | 104.00 |
▷ Maximum class complexity | 104.00 |
Average method complexity | 4.32 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 16.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 31 | |
▷ Static methods | 12 | 38.71% |
▷ Public methods | 20 | 64.52% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 11 | 35.48% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 1 | 50.00% |
▷ Class constants | 1 | 50.00% |
▷ Public constants | 1 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There were not PNG files found in your plugin