Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.02MB] [CPU: ▲3.78ms] Passed 4 tests
Analyzing server-side resources used by Migrate to WooCommerce Multivendor Marketplace
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.05 | 45.87 ▲5.55 |
Dashboard /wp-admin | 3.33 ▲0.03 | 52.08 ▼2.74 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 53.17 ▲5.43 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.02 | 105.80 ▲6.89 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 41.20 ▲8.04 |
Server storage [IO: ▲0.20MB] [DB: ▲0.02MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 15 new files
Database: 17 new tables, 8 new options
New tables |
---|
wp_wcfm_marketplace_reviews |
wp_wcfm_marketplace_refund_request_meta |
wp_wcfm_marketplace_product_multivendor |
wp_wcfm_marketplace_vendor_ledger |
wp_wcfm_marketplace_review_rating_meta |
wp_wcfm_marketplace_reviews_response_meta |
wp_wcfm_marketplace_reverse_withdrawal_meta |
wp_wcfm_marketplace_reviews_response |
wp_wcfm_marketplace_withdraw_request |
wp_wcfm_marketplace_withdraw_request_meta |
... |
New WordPress options |
---|
db_upgraded |
can_compress_scripts |
wcfmmg_installed |
widget_recent-comments |
wcfmmg_table_install |
widget_recent-posts |
widget_theysaidso_widget |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Migrate to WooCommerce Multivendor Marketplace: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,813 ▲78 | 13.29 ▼1.11 | 1.69 ▲0.07 | 38.20 ▼5.89 |
Dashboard /wp-admin | 2,216 ▲25 | 5.83 ▼0.03 | 100.02 ▼2.22 | 42.65 ▼6.52 |
Posts /wp-admin/edit.php | 2,105 ▲16 | 2.05 ▲0.00 | 40.52 ▲2.30 | 36.46 ▲2.95 |
Add New Post /wp-admin/post-new.php | 1,546 ▲26 | 23.50 ▲0.37 | 576.35 ▼33.26 | 65.03 ▲15.39 |
Media Library /wp-admin/upload.php | 1,404 ▲16 | 4.27 ▲0.04 | 94.67 ▼7.09 | 42.84 ▲0.66 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.02MB] 50% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie tables detected upon uninstall: 17 tables
- wp_wcfm_marketplace_refund_request_meta
- wp_wcfm_marketplace_reviews_response
- wp_wcfm_marketplace_withdraw_request
- wp_wcfm_marketplace_reviews
- wp_wcfm_marketplace_orders
- wp_wcfm_marketplace_shipping_zone_methods
- wp_wcfm_marketplace_withdraw_request_meta
- wp_wcfm_marketplace_product_multivendor
- wp_wcfm_marketplace_reverse_withdrawal_meta
- wp_wcfm_marketplace_store_taxonomies
- ...
- The uninstall procedure has failed, leaving 7 options in the database
- widget_theysaidso_widget
- db_upgraded
- wcfmmg_table_install
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
- 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
Almost there! Just fix the following items
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_filter() in wp-content/plugins/wc-multivendor-marketplace-migration/helpers/wcfmmg-core-functions.php:42
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Please fix the following attributes:
- Screenshots: A description for screenshot #1 is required in wc-multivendor-marketplace-migration/assets to your readme.txt
wc-multivendor-marketplace-migration/wc-multivendor-marketplace-migration.php 92% from 13 tests
"Migrate to WooCommerce Multivendor Marketplace" version 1.0.9's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
You should first fix the following items:
- Requires at least: Required version must be the same as the one declared in readme.txt ("4.4" 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
Good job! No executable or dangerous file extensions detected3,662 lines of code in 12 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 12 | 616 | 482 | 3,662 |
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.30 |
Average class complexity | 46.00 |
▷ Minimum class complexity | 6.00 |
▷ Maximum class complexity | 95.00 |
Average method complexity | 7.43 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 32.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 9 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 63 | |
▷ Static methods | 7 | 11.11% |
▷ Public methods | 62 | 98.41% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 1 | 1.59% |
Functions | 4 | |
▷ Named functions | 4 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 4 | |
▷ Global constants | 4 | 100.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
1 PNG file occupies 0.00MB with 0.00MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/images/wcfmmp-75x75.png | 4.73KB | 2.38KB | ▼ 49.71% |