Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼5.07ms] Passed 4 tests
A check of server-side resources used by WPC Variation Bulk Editor for WooCommerce
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 39.18 ▼2.12 |
Dashboard /wp-admin | 3.32 ▲0.02 | 54.35 ▲2.95 |
Posts /wp-admin/edit.php | 3.44 ▲0.08 | 49.43 ▼5.45 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.04 | 92.54 ▼15.65 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 41.01 ▲2.93 |
About /wp-admin/admin.php?page=wpclever | 3.21 | 34.57 |
Essential Kit /wp-admin/admin.php?page=wpclever-kit | 3.21 | 29.20 |
Server storage [IO: ▲0.12MB] [DB: ▲0.02MB] Passed 3 tests
How much does this plugin use your filesystem and database?
There were no storage issued detected upon installing this plugin
Filesystem: 19 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
db_upgraded |
widget_recent-posts |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for WPC Variation Bulk Editor for WooCommerce
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,877 ▲131 | 13.41 ▼0.97 | 1.87 ▲0.17 | 52.95 ▲8.30 |
Dashboard /wp-admin | 2,280 ▲92 | 5.87 ▲0.01 | 103.07 ▲0.49 | 91.13 ▲49.22 |
Posts /wp-admin/edit.php | 2,163 ▲74 | 2.01 ▲0.03 | 34.32 ▼5.51 | 35.17 ▼2.49 |
Add New Post /wp-admin/post-new.php | 1,742 ▲200 | 22.49 ▲4.06 | 720.35 ▲85.87 | 65.03 ▲5.61 |
Media Library /wp-admin/upload.php | 1,462 ▲74 | 4.25 ▼0.01 | 105.97 ▲2.71 | 84.68 ▲35.98 |
About /wp-admin/admin.php?page=wpclever | 1,396 | 2.12 | 36.54 | 39.76 |
Essential Kit /wp-admin/admin.php?page=wpclever-kit | 5,720 | 2.14 | 33.94 | 60.55 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.02MB] 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 6 options in the database
- widget_recent-comments
- theysaidso_admin_options
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
- db_upgraded
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
Even though everything seems fine, this is not an exhaustive test
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 take a closer look at the following
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/wpc-variation-bulk-editor/wpc-variation-bulk-editor.php:19
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser issues were found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
Please fix the following attributes:
- Screenshots: Add descriptions for screenshots #1, #2, #3, #4 in wpc-variation-bulk-editor/assets to your readme.txt
wpc-variation-bulk-editor/wpc-variation-bulk-editor.php Passed 13 tests
The main PHP file in "WPC Variation Bulk Editor for WooCommerce" ver. 1.1.2 adds more information about the plugin and also serves as the entry point for this plugin
77 characters long description:
WPC Variation Bulk Editor helps you save precious time working on variations.
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
Good job! No executable or dangerous file extensions detected2,087 lines of code in 16 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 158 | 32 | 820 |
CSS | 5 | 111 | 23 | 625 |
JavaScript | 4 | 63 | 6 | 369 |
Sass | 1 | 38 | 0 | 244 |
SVG | 1 | 0 | 0 | 29 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.52 |
Average class complexity | 27.40 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 88.00 |
Average method complexity | 5.23 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 31.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 32 | |
▷ Static methods | 1 | 3.12% |
▷ Public methods | 32 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 3 | |
▷ Named functions | 2 | 66.67% |
▷ Anonymous functions | 1 | 33.33% |
Constants | 9 | |
▷ Global constants | 9 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG images were found in this plugin