Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▼0.86MB] [CPU: ▼47.19ms] Passed 4 tests
Server-side resources used by WebD Woocommerce Product Bulk Edit
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.57 ▲0.10 | 42.64 ▼2.26 |
Dashboard /wp-admin | 3.10 ▼0.25 | 24.69 ▼48.42 |
Posts /wp-admin/edit.php | 3.10 ▼0.26 | 22.91 ▼31.13 |
Add New Post /wp-admin/post-new.php | 3.10 ▼2.79 | 24.30 ▼92.05 |
Media Library /wp-admin/upload.php | 3.10 ▼0.13 | 23.13 ▼17.14 |
Bulk Edit /wp-admin/edit.php?post_type=product&page=webd-woocommerce-bulk-edit | 3.10 | 25.28 |
Bulk Edit /wp-admin/admin.php?page=webd-woocommerce-bulk-edit | 3.10 | 31.66 |
Server storage [IO: ▲1.19MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 18 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-comments |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for WebD Woocommerce Product Bulk Edit
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,818 ▲47 | 13.27 ▼1.29 | 4.58 ▲2.28 | 44.85 ▲1.91 |
Dashboard /wp-admin | 2,227 ▲56 | 5.78 ▲0.26 | 88.87 ▼0.45 | 36.05 ▼6.53 |
Posts /wp-admin/edit.php | 2,134 ▲34 | 2.25 ▲0.22 | 38.81 ▼2.22 | 33.87 ▼4.69 |
Add New Post /wp-admin/post-new.php | 1,566 ▲38 | 23.28 ▲0.08 | 613.46 ▼17.93 | 34.32 ▼25.47 |
Media Library /wp-admin/upload.php | 1,429 ▲26 | 4.43 ▲0.21 | 98.58 ▼11.23 | 43.68 ▼3.55 |
Bulk Edit /wp-admin/edit.php?post_type=product&page=webd-woocommerce-bulk-edit | 1,547 | 9.22 | 305.50 | 82.56 |
Bulk Edit /wp-admin/admin.php?page=webd-woocommerce-bulk-edit | 1,548 | 9.68 | 278.91 | 50.93 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
You still need to fix the following
- Uninstall procedure validation failed for this plugin
- > User notice in wp-includes/functions.php+5905
Function add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be numeric representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.)
- This plugin does not fully uninstall, leaving 6 options in the database
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-posts
- widget_recent-comments
- can_compress_scripts
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Smoke test failed, please fix the following
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=webd-woocommerce-bulk-edit
- > User notice in wp-includes/functions.php+5905
Function add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be numeric representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.)
SRP Passed 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
No output text or server-side errors detected on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
There were no browser issues found
Optimizations
Plugin configuration 96% 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: product inline edit, woocommerce bulk edit, woocommerce, product bulk edit, product categories bulk edit...
webd-woocommerce-product-bulk-edit/webd-woocommerce-product-bulk-edit.php 92% from 13 tests
Analyzing the main PHP file in "WebD Woocommerce Product Bulk Edit" version 1.2
Please make the necessary changes and fix the following:
- Requires at least: Required version does not match the one declared in readme.txt ("3.0.1" instead of "2.2")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Success! There were no dangerous files found in this plugin1,835 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
SVG | 1 | 0 | 0 | 685 |
PHP | 2 | 115 | 21 | 646 |
JavaScript | 1 | 64 | 21 | 256 |
CSS | 2 | 40 | 5 | 248 |
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.35 |
Average class complexity | 85.00 |
▷ Minimum class complexity | 85.00 |
▷ Maximum class complexity | 85.00 |
Average method complexity | 15.00 |
▷ Minimum method complexity | 3.00 |
▷ Maximum method complexity | 30.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 6 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 6 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 7 | |
▷ Named functions | 7 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
3 PNG files occupy 0.14MB with 0.09MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/webd_woocommerce_bulk_edit_pro_square.png | 55.12KB | 19.19KB | ▼ 65.19% |
images/webd_woocommerce_product_excel_importer_bulk_edit_pro_square.png | 53.55KB | 17.45KB | ▼ 67.42% |
images/webd_woocommerce_bulk_edit.png | 37.10KB | 12.06KB | ▼ 67.49% |