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.89MB] [CPU: ▼0.90ms] Passed 4 tests
A check of server-side resources used by Ready to use Gutenberg and Elementor Templates - Munk Sites
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.35 ▲0.89 | 42.90 ▼3.50 |
Dashboard /wp-admin | 4.20 ▲0.89 | 51.76 ▲0.75 |
Posts /wp-admin/edit.php | 4.31 ▲0.95 | 55.47 ▲6.99 |
Add New Post /wp-admin/post-new.php | 6.78 ▲0.89 | 90.68 ▼6.05 |
Media Library /wp-admin/upload.php | 4.12 ▲0.89 | 42.44 ▲5.20 |
Munk Sites /wp-admin/themes.php?page=munk-sites | 4.29 | 39.00 |
Server storage [IO: ▲0.68MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 39 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
theysaidso_admin_options |
widget_recent-comments |
widget_recent-posts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
A check of browser resources used by Ready to use Gutenberg and Elementor Templates - Munk Sites
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,829 ▲94 | 13.19 ▼1.18 | 1.96 ▼0.05 | 37.68 ▼10.57 |
Dashboard /wp-admin | 2,210 ▲19 | 4.85 ▼1.03 | 106.00 ▼6.09 | 37.77 ▼9.55 |
Posts /wp-admin/edit.php | 2,093 ▲22 | 2.00 ▼0.05 | 35.32 ▼0.94 | 33.09 ▲0.15 |
Add New Post /wp-admin/post-new.php | 1,517 ▼2 | 17.64 ▼5.65 | 693.26 ▲40.53 | 50.29 ▼10.08 |
Media Library /wp-admin/upload.php | 1,389 ▲1 | 4.22 ▼0.05 | 104.32 ▲2.05 | 47.01 ▲3.89 |
Munk Sites /wp-admin/themes.php?page=munk-sites | 12,363 | 4.76 | 173.22 | 104.43 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- This plugin does not fully uninstall, leaving 6 options in the database
- widget_recent-comments
- can_compress_scripts
- db_upgraded
- widget_theysaidso_widget
- widget_recent-posts
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Everything seems fine, however this is by no means an exhaustive test
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
Almost there! Just fix the following items
- 9× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function untrailingslashit() in wp-content/plugins/munk-sites/munk-sites.php:37
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/munk-sites/templates/dashboard.php:3
- > PHP Fatal error
Uncaught Error: Class 'Munk_Sites_Importer_Logger' not found in wp-content/plugins/munk-sites/importer/class-logger-serversentevents.php:3
- > PHP Fatal error
Uncaught Error: Class 'TGM_Plugin_Activation' not found in wp-content/plugins/munk-sites/classess/class-plugin.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/munk-sites/templates/header.php:4
- > PHP Fatal error
Uncaught Error: Class 'WP_Importer' not found in wp-content/plugins/munk-sites/importer/class-wxr-importer.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/munk-sites/templates/modal.php:5
- > PHP Fatal error
Uncaught Error: Call to undefined function did_action() in wp-content/plugins/munk-sites/classess/class-tgm.php:2100
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/munk-sites/templates/preview.php:12
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
7 plugin tags: elementor, munk, beaver builder, demo import, starter sites...
munk-sites/munk-sites.php 92% from 13 tests
The main PHP script in "Ready to use Gutenberg and Elementor Templates - Munk Sites" version 1.0.7 is automatically included on every request by WordPress
Please take the time to fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 183 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Good job! No executable or dangerous file extensions detected10,020 lines of code in 34 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 16 | 1,225 | 2,586 | 4,744 |
JavaScript | 3 | 606 | 998 | 2,651 |
CSS | 7 | 65 | 71 | 1,288 |
Sass | 2 | 61 | 4 | 822 |
SVG | 6 | 12 | 3 | 515 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.44 |
Average class complexity | 51.18 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 263.00 |
Average method complexity | 4.72 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 34.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 17 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 17 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 229 | |
▷ Static methods | 13 | 5.68% |
▷ Public methods | 163 | 71.18% |
▷ Protected methods | 62 | 27.07% |
▷ Private methods | 4 | 1.75% |
Functions | 3 | |
▷ Named functions | 3 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 10 | |
▷ Global constants | 4 | 40.00% |
▷ Class constants | 6 | 60.00% |
▷ Public constants | 6 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
There were not PNG files found in your plugin