Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.08MB] [CPU: ▼7.40ms] Passed 4 tests
Server-side resources used by Owl carousel responsive
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.56 ▲0.09 | 36.06 ▼0.36 |
Dashboard /wp-admin | 3.40 ▲0.05 | 45.67 ▼12.36 |
Posts /wp-admin/edit.php | 3.51 ▲0.15 | 46.83 ▲0.11 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.09 | 80.80 ▼16.97 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 39.39 ▲9.39 |
Create Gallery /wp-admin/admin.php?page=owlc-gallery | 3.33 | 31.08 |
Add Images /wp-admin/admin.php?page=owlc-images | 3.33 | 36.30 |
Server storage [IO: ▲0.45MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 33 new files
Database: 1 new table, 7 new options
New tables |
---|
wp_owl_carousel_tbl |
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-posts |
owl-carousel-responsive |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-comments |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Owl carousel responsive
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,896 ▲135 | 13.46 ▼0.89 | 7.99 ▲6.30 | 38.67 ▼0.17 |
Dashboard /wp-admin | 2,221 ▲44 | 5.62 ▼0.00 | 81.51 ▼2.39 | 36.12 ▼7.88 |
Posts /wp-admin/edit.php | 2,126 ▲26 | 2.03 ▲0.00 | 41.65 ▲4.22 | 38.87 ▲5.74 |
Add New Post /wp-admin/post-new.php | 1,545 ▲19 | 23.12 ▼0.46 | 675.91 ▲25.64 | 52.04 ▲2.35 |
Media Library /wp-admin/upload.php | 1,423 ▲26 | 4.15 ▼0.02 | 95.24 ▼6.89 | 44.15 ▲1.31 |
Create Gallery /wp-admin/admin.php?page=owlc-gallery | 933 | 2.00 | 25.49 | 26.60 |
Add Images /wp-admin/admin.php?page=owlc-images | 1,194 | 2.00 | 24.44 | 25.98 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- Zombie WordPress options detected upon uninstall: 6 options
- theysaidso_admin_options
- widget_theysaidso_widget
- db_upgraded
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Almost there! Just fix the following items
- 5× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/responsive-owl-carousel/gallery/gallery-add.php
- > /wp-content/plugins/responsive-owl-carousel/images/images-edit.php
- > /wp-content/plugins/responsive-owl-carousel/images/images-add.php
- > /wp-content/plugins/responsive-owl-carousel/owl-carousel-responsive.php
- > /wp-content/plugins/responsive-owl-carousel/gallery/gallery-edit.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser errors were detected
Optimizations
Plugin configuration 90% 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
5 plugin tags: carousel, images, responsive, gallery, owl
responsive-owl-carousel/owl-carousel-responsive.php 77% from 13 tests
This is the main PHP file of "Owl carousel responsive" version 1.9, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
Please make the necessary changes and fix the following:
- Description: Please don't use more than 140 characters for the plugin description (currently 158 characters long)
- Main file name: It is recommended to name the main PHP file as the plugin slug ("responsive-owl-carousel.php" instead of "owl-carousel-responsive.php")
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
Success! There were no dangerous files found in this plugin3,740 lines of code in 20 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 3 | 474 | 907 | 1,976 |
PHP | 15 | 251 | 86 | 1,354 |
CSS | 1 | 41 | 6 | 212 |
PO File | 1 | 86 | 108 | 198 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.34 |
Average class complexity | 8.14 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 14.00 |
Average method complexity | 2.92 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 12.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 26 | |
▷ Static methods | 26 | 100.00% |
▷ Public methods | 26 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 3 | |
▷ Named functions | 3 | 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
There are no PNG files in this plugin