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
Installer ran successfully
Server metrics [RAM: ▲0.06MB] [CPU: ▼7.92ms] Passed 4 tests
Analyzing server-side resources used by Minimal Coming Soon – Coming Soon Page
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.06 | 35.68 ▼3.09 |
Dashboard /wp-admin | 3.37 ▲0.03 | 46.35 ▼13.14 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 48.51 ▲0.62 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.10 | 81.67 ▼15.92 |
Media Library /wp-admin/upload.php | 3.30 ▲0.08 | 34.05 ▲0.46 |
Maintenance Mode /wp-admin/options-general.php?page=maintenance_mode_options | 3.78 | 60.63 |
Server storage [IO: ▲20.09MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 453 new files
Database: no new tables, 9 new options
New WordPress options |
---|
can_compress_scripts |
wf_licensing_csmm |
widget_theysaidso_widget |
theysaidso_admin_options |
signals_csmm_meta |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
signals_csmm_options |
Browser metrics Passed 4 tests
An overview of browser requirements for Minimal Coming Soon – Coming Soon Page
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,903 ▲142 | 14.73 ▲0.39 | 2.12 ▲0.43 | 37.62 ▼3.44 |
Dashboard /wp-admin | 2,277 ▲97 | 5.76 ▲0.09 | 90.79 ▲4.97 | 67.17 ▲29.62 |
Posts /wp-admin/edit.php | 2,188 ▲91 | 2.29 ▲0.27 | 47.24 ▲11.51 | 42.04 ▲6.75 |
Add New Post /wp-admin/post-new.php | 1,566 ▲38 | 23.01 ▼0.23 | 642.90 ▼18.05 | 171.37 ▲114.05 |
Media Library /wp-admin/upload.php | 1,482 ▲88 | 4.26 ▲0.10 | 101.78 ▲6.53 | 71.05 ▲27.51 |
Maintenance Mode /wp-admin/options-general.php?page=maintenance_mode_options | 16,906 | 5.74 | 186.78 | 364.21 |
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
The following items require your attention
- This plugin does not fully uninstall, leaving 7 options in the database
- widget_recent-posts
- widget_recent-comments
- theysaidso_admin_options
- can_compress_scripts
- db_upgraded
- widget_theysaidso_widget
- wf_licensing_csmm
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Smoke test failed, please fix the following
- > GET request to /wp-admin/options-general.php?page=maintenance_mode_options
- > Notice in wp-content/plugins/minimal-coming-soon-maintenance-mode/framework/admin/views/settings-design.php+266
Undefined index: animation
SRP Passed 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
No output text or server-side errors detected on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
No browser issues were found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
These attributes need to be fixed:
- Tags: You are using too many tags: 11 tag instead of maximum 10
- Screenshots: Please add descriptions for these screenshots #6, #7, #8 in minimal-coming-soon-maintenance-mode/assets to your readme.txt
minimal-coming-soon-maintenance-mode/minimal-coming-soon-maintenance-mode.php Passed 13 tests
The main PHP script in "Minimal Coming Soon – Coming Soon Page" version 2.37 is automatically included on every request by WordPress
102 characters long description:
Simply awesome coming soon & maintenance mode plugin. Super-simple to use. MailChimp support built-in.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Success! There were no dangerous files found in this plugin11,723 lines of code in 66 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 30 | 900 | 557 | 7,062 |
CSS | 5 | 149 | 85 | 2,560 |
JavaScript | 31 | 466 | 247 | 2,101 |
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.31 |
Average class complexity | 27.80 |
▷ Minimum class complexity | 4.00 |
▷ Maximum class complexity | 74.00 |
Average method complexity | 3.24 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 17.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 59 | |
▷ Static methods | 6 | 10.17% |
▷ Public methods | 49 | 83.05% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 10 | 16.95% |
Functions | 41 | |
▷ Named functions | 35 | 85.37% |
▷ Anonymous functions | 6 | 14.63% |
Constants | 6 | |
▷ Global constants | 5 | 83.33% |
▷ Class constants | 1 | 16.67% |
▷ Public constants | 1 | 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
25 PNG files occupy 0.26MB with 0.14MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
wf-flyout/icons/ucp.png | 16.30KB | 2.35KB | ▼ 85.58% |
framework/admin/img/sections/secondary.png | 1.16KB | 0.66KB | ▼ 43.53% |
framework/admin/img/ad_custom-image.png | 54.29KB | 18.12KB | ▼ 66.63% |
wf-flyout/icons/csmm.png | 4.93KB | 3.46KB | ▼ 29.91% |
framework/admin/img/sections/header.png | 2.14KB | 1.12KB | ▼ 47.65% |