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
Install script ran successfully
Server metrics [RAM: ▲0.52MB] [CPU: ▼8.49ms] Passed 4 tests
A check of server-side resources used by Custom Login Page - Admin Page Customizer
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.01 ▲0.55 | 38.68 ▼2.54 |
Dashboard /wp-admin | 3.87 ▲0.53 | 47.45 ▼9.60 |
Posts /wp-admin/edit.php | 3.92 ▲0.57 | 49.64 ▲3.18 |
Add New Post /wp-admin/post-new.php | 6.39 ▲0.50 | 81.46 ▼23.98 |
Media Library /wp-admin/upload.php | 3.73 ▲0.50 | 37.50 ▲2.16 |
Install Plugins /wp-admin/themes.php?page=tgmpa-install-plugins | 3.80 | 36.27 |
Server storage [IO: ▲0.59MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 17 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
widget_recent-posts |
customizer_login_page_settings |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for Custom Login Page - Admin Page Customizer
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,846 ▲60 | 14.16 ▼0.43 | 1.61 ▼0.24 | 39.84 ▲1.75 |
Dashboard /wp-admin | 2,252 ▲77 | 5.64 ▼0.02 | 85.21 ▼20.44 | 43.19 ▲4.38 |
Posts /wp-admin/edit.php | 2,163 ▲63 | 2.02 ▲0.03 | 42.51 ▲7.29 | 41.16 ▲3.18 |
Add New Post /wp-admin/post-new.php | 1,573 ▲47 | 23.15 ▲0.38 | 649.30 ▲2.81 | 56.78 ▼0.05 |
Media Library /wp-admin/upload.php | 1,465 ▲65 | 4.28 ▲0.06 | 94.56 ▼1.45 | 48.41 ▲8.47 |
Install Plugins /wp-admin/themes.php?page=tgmpa-install-plugins | 1,043 | 2.19 | 25.33 | 28.22 |
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
The following items require your attention
- This plugin does not fully uninstall, leaving 7 options in the database
- widget_recent-comments
- theysaidso_admin_options
- db_upgraded
- customizer_login_page_settings
- widget_theysaidso_widget
- widget_recent-posts
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Good news, no errors were detected
SRP 50% from 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
The following issues need your attention
- 2× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/customizer-login-page/customizer-setting-page.php:73
- > PHP Fatal error
Uncaught Error: Call to undefined function did_action() in wp-content/plugins/customizer-login-page/class-tgm-plugin-activation.php:2109
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
Attributes that need to be fixed:
- Screenshots: Please add descriptions for these screenshots #1, #2, #3, #4, #5 in customizer-login-page/assets to your readme.txt
customizer-login-page/customizer-login-page.php Passed 13 tests
The entry point to "Custom Login Page - Admin Page Customizer" version 1.0.32 is a PHP file that has certain tags in its header comment area
36 characters long description:
customizer Login Page For Wordpress.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
No dangerous file extensions were detected9,767 lines of code in 12 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 2 | 24 | 1,233 | 4,900 |
PHP | 5 | 622 | 1,700 | 2,787 |
JavaScript | 2 | 587 | 196 | 1,609 |
PO File | 3 | 192 | 195 | 471 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.44 |
Average class complexity | 37.70 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 206.00 |
Average method complexity | 4.14 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 37.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 10 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 10 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 117 | |
▷ Static methods | 5 | 4.27% |
▷ Public methods | 91 | 77.78% |
▷ Protected methods | 25 | 21.37% |
▷ Private methods | 1 | 0.85% |
Functions | 6 | |
▷ Named functions | 6 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 10 | |
▷ Global constants | 7 | 70.00% |
▷ Class constants | 3 | 30.00% |
▷ Public constants | 3 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
No PNG images were found in this plugin