Benchmarks
Plugin footprint 83% 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.10MB] [CPU: ▼5.70ms] Passed 4 tests
Server-side resources used by Tabs for WooCommerce
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.58 ▲0.11 | 48.05 ▲6.19 |
Dashboard /wp-admin | 3.41 ▲0.07 | 55.28 ▼6.66 |
Posts /wp-admin/edit.php | 3.51 ▲0.15 | 53.82 ▲3.87 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.10 | 95.18 ▼26.20 |
Media Library /wp-admin/upload.php | 3.34 ▲0.10 | 45.63 ▲8.09 |
All Tabs /wp-admin/edit.php?post_type=woocommercetabs | 3.36 | 45.51 |
Add New /wp-admin/post-new.php?post_type=woocommercetabs | 3.45 | 56.07 |
Global Settings /wp-admin/edit.php?post_type=woocommercetabs&page=tabglobalsettings | 3.30 | 40.38 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 3 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Tabs for WooCommerce
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,823 ▲77 | 14.38 ▼0.20 | 1.91 ▲0.19 | 41.29 ▲3.46 |
Dashboard /wp-admin | 2,226 ▲45 | 5.63 ▼0.24 | 92.56 ▼11.27 | 42.72 ▲1.64 |
Posts /wp-admin/edit.php | 2,131 ▲31 | 1.98 ▼0.01 | 41.24 ▲4.45 | 37.99 ▲2.36 |
Add New Post /wp-admin/post-new.php | 1,552 ▲17 | 23.48 ▲5.27 | 674.34 ▲34.55 | 67.05 ▼7.10 |
Media Library /wp-admin/upload.php | 1,431 ▲34 | 4.22 ▲0.09 | 118.98 ▲20.05 | 54.72 ▲8.37 |
All Tabs /wp-admin/edit.php?post_type=woocommercetabs | 1,100 | 1.96 | 37.19 | 31.48 |
Add New /wp-admin/post-new.php?post_type=woocommercetabs | 2,391 | 7.68 | 167.14 | 68.27 |
Global Settings /wp-admin/edit.php?post_type=woocommercetabs&page=tabglobalsettings | 874 | 2.03 | 24.78 | 25.55 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
The following items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-comments
Smoke tests Passed 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 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
Looking good! No server-side errors or output on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
1 plugin tags: woocommerce product tabs
tabs-for-woocommerce/product-tabs-for-woowommerce.php 92% from 13 tests
The principal PHP file in "Tabs for WooCommerce" v. 1.0.5 is loaded by WordPress automatically on each request
Please make the necessary changes and fix the following:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("tabs-for-woocommerce.php" instead of "product-tabs-for-woowommerce.php")
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 plugin281 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 49 | 10 | 281 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.31 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 8 | |
▷ Named functions | 8 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
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
All PNG images should be compressed to minimize bandwidth usage for end users
No PNG files were detected