Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Installer ran successfully
Server metrics [RAM: ▲0.12MB] [CPU: ▼3.20ms] Passed 4 tests
A check of server-side resources used by Product Table For Group Products
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.57 ▲0.10 | 37.34 ▼1.22 |
Dashboard /wp-admin | 3.43 ▲0.12 | 43.66 ▼4.25 |
Posts /wp-admin/edit.php | 3.54 ▲0.18 | 47.87 ▲0.35 |
Add New Post /wp-admin/post-new.php | 6.03 ▲0.14 | 85.91 ▼7.56 |
Media Library /wp-admin/upload.php | 3.35 ▲0.12 | 33.40 ▲0.23 |
Server storage [IO: ▲0.05MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 24 new files
Database: no new tables, 8 new options
New WordPress options |
---|
theysaidso_admin_options |
group_ptable_version |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-comments |
group_ptable_installed |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Product Table For Group Products
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,908 ▲146 | 13.41 ▼0.94 | 8.06 ▲6.35 | 39.81 ▼6.38 |
Dashboard /wp-admin | 2,208 ▲34 | 5.65 ▼0.01 | 87.42 ▼5.48 | 41.56 ▼2.27 |
Posts /wp-admin/edit.php | 2,113 ▲13 | 2.01 ▼0.08 | 42.45 ▼1.19 | 39.66 ▲3.37 |
Add New Post /wp-admin/post-new.php | 1,536 ▲10 | 22.86 ▼0.35 | 691.12 ▲9.38 | 54.87 ▼2.07 |
Media Library /wp-admin/upload.php | 1,404 ▲7 | 4.24 ▲0.01 | 96.50 ▼1.07 | 43.06 ▼1.77 |
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
You still need to fix the following
- Zombie WordPress options were found after uninstall: 8 options
- widget_theysaidso_widget
- group_ptable_version
- group_ptable_installed
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
The smoke test was a success, however most plugin functionality was not tested
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
- 1× PHP files output text when accessed directly:
- > /wp-content/plugins/product-table-for-group-products/product-table-for-group-products.php
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 90% from 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
7 plugin tags: tabel, product-table, woocommerce-group-product-tabel, woocommerce, product-table-for-group-product...
product-table-for-group-products/product-table-for-group-products.php 77% from 13 tests
The primary PHP file in "Product Table For Group Products" version 1.1.0 is used by WordPress to initiate all plugin functionality
Please make the necessary changes and fix the following:
- Requires PHP: Required version does not match the one declared in readme.txt ("7.3" instead of "7.2")
- Domain Path: The domain path points to an invalid folder, "/languages/" does not exist
- Requires at least: Required version does not match the one declared in readme.txt ("6.0" instead of "3.0.0")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
Everything looks great! No dangerous files found in this plugin796 lines of code in 20 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 16 | 173 | 268 | 749 |
JavaScript | 2 | 4 | 5 | 22 |
JSON | 1 | 2 | 0 | 19 |
CSS | 1 | 0 | 0 | 6 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.40 |
Average class complexity | 9.82 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 47.00 |
Average method complexity | 3.06 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 18.00 |
Code structure | ||
---|---|---|
Namespaces | 4 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 11 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 11 | 100.00% |
▷ Final classes | 1 | 9.09% |
Methods | 48 | |
▷ Static methods | 5 | 10.42% |
▷ Public methods | 46 | 95.83% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 2 | 4.17% |
Functions | 4 | |
▷ Named functions | 3 | 75.00% |
▷ Anonymous functions | 1 | 25.00% |
Constants | 7 | |
▷ Global constants | 6 | 85.71% |
▷ Class constants | 1 | 14.29% |
▷ 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
No PNG files were detected