Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.02MB] [CPU: ▼5.39ms] Passed 4 tests
Analyzing server-side resources used by ShopEngine Gutenberg WooCommerce Builder Blocks Addon - All in One WooCommerce Solution
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 36.66 ▼6.16 |
Dashboard /wp-admin | 3.32 ▲0.02 | 44.78 ▼3.87 |
Posts /wp-admin/edit.php | 3.43 ▲0.08 | 44.63 ▼3.58 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 91.44 ▼7.95 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 37.45 ▲1.12 |
Server storage [IO: ▲9.86MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 391 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
can_compress_scripts |
widget_recent-comments |
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
An overview of browser requirements for ShopEngine Gutenberg WooCommerce Builder Blocks Addon - All in One WooCommerce Solution
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,823 ▲88 | 13.20 ▼1.11 | 1.58 ▼0.44 | 40.33 ▼6.18 |
Dashboard /wp-admin | 2,226 ▲38 | 4.88 ▼0.01 | 110.99 ▲3.88 | 41.41 ▼5.49 |
Posts /wp-admin/edit.php | 2,112 ▲23 | 2.04 ▲0.02 | 39.82 ▲4.43 | 34.51 ▲3.46 |
Add New Post /wp-admin/post-new.php | 1,537 ▲15 | 17.98 ▼4.91 | 642.01 ▼58.13 | 63.16 ▲15.45 |
Media Library /wp-admin/upload.php | 1,411 ▲20 | 4.20 ▲0.02 | 96.74 ▼6.38 | 46.30 ▼1.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
These items require your attention
- This plugin does not fully uninstall, leaving 6 options in the database
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-comments
- db_upgraded
- widget_recent-posts
- can_compress_scripts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Good news, no errors were detected
SRP 50% from 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
Please fix the following items
- 3× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/blocks-for-shopengine/blocks/account-details/screen.php
- > /wp-content/plugins/blocks-for-shopengine/blocks/related/dummy-related-product.php
- > /wp-content/plugins/blocks-for-shopengine/blocks/product-tabs/screen.php
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 90% from 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
6 plugin tags: woocommerce product, woocommerce gutenberg, gutenberg, woo builder, woocommerce...
blocks-for-shopengine/shopengine-gutenberg-addon.php 77% from 13 tests
The main PHP file in "ShopEngine Gutenberg WooCommerce Builder Blocks Addon - All in One WooCommerce Solution" ver. 2.3.2 adds more information about the plugin and also serves as the entry point for this plugin
Please take the time to fix the following:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("blocks-for-shopengine.php" instead of "shopengine-gutenberg-addon.php")
- Text Domain: If you choose to specify the text domain, it must be the same as the plugin slug; optional since WordPress version 4.6
- Description: Please keep the plugin description shorter than 140 characters (currently 341 characters long)
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
Success! There were no dangerous files found in this plugin129,816 lines of code in 365 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JSON | 76 | 1,326 | 0 | 86,048 |
JavaScript | 161 | 3,342 | 816 | 26,757 |
SVG | 6 | 0 | 0 | 9,634 |
PHP | 111 | 1,804 | 609 | 7,366 |
CSS | 11 | 0 | 3 | 11 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.47 |
Average class complexity | 19.57 |
▷ Minimum class complexity | 3.00 |
▷ Maximum class complexity | 45.00 |
Average method complexity | 2.05 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 11.00 |
Code structure | ||
---|---|---|
Namespaces | 5 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 1 | 14.29% |
Methods | 89 | |
▷ Static methods | 43 | 48.31% |
▷ Public methods | 86 | 96.63% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 3 | 3.37% |
Functions | 31 | |
▷ Named functions | 17 | 54.84% |
▷ Anonymous functions | 14 | 45.16% |
Constants | 1 | |
▷ Global constants | 1 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
No PNG images were found in this plugin