Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.05MB] [CPU: ▼0.78ms] Passed 4 tests
Analyzing server-side resources used by Responsive Team Showcase
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.06 | 41.07 ▲1.13 |
Dashboard /wp-admin | 3.35 ▲0.05 | 49.67 ▲0.66 |
Posts /wp-admin/edit.php | 3.40 ▲0.05 | 43.85 ▼4.03 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.07 | 86.33 ▼0.89 |
Media Library /wp-admin/upload.php | 3.27 ▲0.05 | 35.68 ▲1.78 |
Shortcode Generator /wp-admin/edit.php?post_type=our-team&page=rts-designs | 3.24 | 30.35 |
Team Groups /wp-admin/edit-tags.php?taxonomy=our-team-cat&post_type=our-team | 3.27 | 33.64 |
Add New Member /wp-admin/post-new.php?post_type=our-team | 3.40 | 49.35 |
All Members /wp-admin/edit.php?post_type=our-team | 3.32 | 33.63 |
Server storage [IO: ▲1.09MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 33 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-comments |
widget_theysaidso_widget |
widget_rts_teamshowcase_slider |
theysaidso_admin_options |
db_upgraded |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by Responsive Team Showcase
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,850 ▲115 | 13.28 ▼1.07 | 1.73 ▼0.18 | 43.60 ▼7.16 |
Dashboard /wp-admin | 2,242 ▲54 | 5.88 ▲1.01 | 100.28 ▼14.76 | 38.93 ▼5.91 |
Posts /wp-admin/edit.php | 2,128 ▲39 | 2.02 ▲0.05 | 35.33 ▼2.28 | 32.08 ▼1.96 |
Add New Post /wp-admin/post-new.php | 1,550 ▲30 | 23.46 ▲0.09 | 672.49 ▼7.35 | 59.49 ▲7.13 |
Media Library /wp-admin/upload.php | 1,427 ▲36 | 4.20 ▲0.03 | 93.92 ▼3.71 | 41.19 ▼2.58 |
Shortcode Generator /wp-admin/edit.php?post_type=our-team&page=rts-designs | 989 | 2.06 | 24.43 | 26.14 |
Team Groups /wp-admin/edit-tags.php?taxonomy=our-team-cat&post_type=our-team | 1,284 | 2.17 | 26.26 | 25.75 |
Add New Member /wp-admin/post-new.php?post_type=our-team | 2,458 | 7.69 | 171.71 | 72.20 |
All Members /wp-admin/edit.php?post_type=our-team | 1,100 | 1.98 | 31.75 | 30.68 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
The following items require your attention
- Zombie WordPress options detected upon uninstall: 7 options
- can_compress_scripts
- widget_recent-comments
- widget_theysaidso_widget
- theysaidso_admin_options
- db_upgraded
- widget_rts_teamshowcase_slider
- widget_recent-posts
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
The smoke test was a success, however most plugin functionality was not tested
SRP Passed 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Everything seems fine, however this is by no means an exhaustive test
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)
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
Please fix the following attributes:
- Tags: Please delete some tags, you are using 22 tag instead of maximum 10
responsive-team-showcase/responsive-team-showcase.php Passed 13 tests
The main file in "Responsive Team Showcase" v. 1.0 serves as a complement to information provided in readme.txt and as the entry point to the plugin
115 characters long description:
Simple to use responsive Team Showcase with Widget plugin works with Slider, Grid also with widget using shortcode.
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
Good job! No executable or dangerous file extensions detected2,992 lines of code in 23 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 12 | 14 | 250 | 1,574 |
SVG | 2 | 0 | 0 | 725 |
CSS | 5 | 3 | 19 | 562 |
JavaScript | 4 | 0 | 4 | 131 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.37 |
Average class complexity | 18.50 |
▷ Minimum class complexity | 7.00 |
▷ Maximum class complexity | 30.00 |
Average method complexity | 5.38 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 26.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 8 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 8 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 34 | |
▷ Named functions | 34 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 5 | |
▷ Global constants | 5 | 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