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
Installer ran successfully
Server metrics [RAM: ▼0.10MB] [CPU: ▼8.90ms] Passed 4 tests
This is a short check of server-side resources used by WP Easy Responsive Tabs
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.00 | 35.89 ▼13.27 |
Dashboard /wp-admin | 3.34 ▲0.03 | 46.50 ▲2.15 |
Posts /wp-admin/edit.php | 3.39 ▼0.46 | 46.61 ▼9.99 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 89.80 ▼14.50 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 34.88 ▲2.95 |
Tab Category /wp-admin/edit-tags.php?taxonomy=tabslider_cat&post_type=tabs-items | 3.35 | 39.54 |
About Us /wp-admin/edit.php?post_type=tabs-items&page=about-us | 3.25 | 39.53 |
Easy Tabs /wp-admin/edit.php?post_type=tabs-items | 3.30 | 36.90 |
Add New /wp-admin/post-new.php?post_type=tabs-items | 3.41 | 55.96 |
Server storage [IO: ▲0.08MB] [DB: ▲0.07MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for WP Easy Responsive Tabs
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,842 ▲96 | 13.19 ▼1.18 | 1.70 ▼0.05 | 39.76 ▼1.37 |
Dashboard /wp-admin | 2,240 ▲52 | 5.85 ▲0.93 | 106.41 ▼9.45 | 39.28 ▼3.66 |
Posts /wp-admin/edit.php | 2,126 ▲34 | 2.04 ▼0.01 | 38.69 ▲0.89 | 34.95 ▲0.94 |
Add New Post /wp-admin/post-new.php | 1,568 ▲48 | 18.30 ▼4.78 | 583.05 ▼54.00 | 49.31 ▼10.93 |
Media Library /wp-admin/upload.php | 1,428 ▲43 | 4.24 ▲0.06 | 97.49 ▲1.75 | 40.47 ▼0.42 |
Tab Category /wp-admin/edit-tags.php?taxonomy=tabslider_cat&post_type=tabs-items | 1,302 | 2.14 | 27.01 | 28.09 |
About Us /wp-admin/edit.php?post_type=tabs-items&page=about-us | 835 | 2.03 | 24.37 | 28.97 |
Easy Tabs /wp-admin/edit.php?post_type=tabs-items | 1,107 | 1.94 | 30.97 | 29.63 |
Add New /wp-admin/post-new.php?post_type=tabs-items | 2,385 | 7.62 | 175.48 | 64.76 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- theysaidso_admin_options
- widget_recent-posts
- widget_theysaidso_widget
- db_upgraded
- can_compress_scripts
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking 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 take a closer look at the following
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/wp-responsive-and-easy-tabs/pages/about-us.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_dir_path() in wp-content/plugins/wp-responsive-and-easy-tabs/wp-easy-tabs.php:12
- > PHP Fatal error
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 errors were detected
Optimizations
Plugin configuration 93% 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: These screenshots require images: #1 (Back end add tab items), #2 (Front end tab look)
wp-responsive-and-easy-tabs/wp-easy-tabs.php 92% from 13 tests
The main PHP script in "WP Easy Responsive Tabs" version 1.0.1 is automatically included on every request by WordPress
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 ("wp-responsive-and-easy-tabs.php" instead of "wp-easy-tabs.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Good job! No executable or dangerous file extensions detected263 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 35 | 23 | 138 |
CSS | 2 | 38 | 4 | 125 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.11 |
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 | 9 | |
▷ Named functions | 9 | 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
All PNG images should be compressed to minimize bandwidth usage for end users
2 PNG files occupy 0.07MB with 0.03MB in potential savings
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-1.png | 45.87KB | 22.60KB | ▼ 50.74% |
screenshot-2.png | 24.53KB | 14.98KB | ▼ 38.94% |