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.55MB] [CPU: ▼2.95ms] Passed 4 tests
This is a short check of server-side resources used by Team Showcase - Best Team Grid, Filter, Slider, & List WordPress Plugin
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.03 ▲0.57 | 44.34 ▼0.91 |
Dashboard /wp-admin | 3.86 ▲0.51 | 47.11 ▼14.72 |
Posts /wp-admin/edit.php | 3.98 ▲0.62 | 51.81 ▲8.30 |
Add New Post /wp-admin/post-new.php | 6.47 ▲0.58 | 88.75 ▼0.87 |
Media Library /wp-admin/upload.php | 3.78 ▲0.55 | 36.23 ▲4.71 |
All Team Member /wp-admin/edit.php?post_type=teamultimate | 3.79 | 40.64 |
Add New Member /wp-admin/post-new.php?post_type=teamultimate | 3.92 | 56.31 |
Create Shortcode /wp-admin/post-new.php?post_type=teamshortcode | 3.83 | 53.64 |
Team Categories /wp-admin/edit-tags.php?taxonomy=teamultimate-tax&post_type=teamultimate | 3.78 | 31.88 |
All Shortcode /wp-admin/edit.php?post_type=teamshortcode | 3.79 | 36.31 |
Server storage [IO: ▲1.17MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 30 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_recent-posts |
can_compress_scripts |
widget_theysaidso_widget |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for Team Showcase - Best Team Grid, Filter, Slider, & List WordPress Plugin
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,978 ▲242 | 13.77 ▼0.37 | 12.54 ▲10.58 | 43.38 ▼0.38 |
Dashboard /wp-admin | 2,260 ▲80 | 6.03 ▲0.41 | 96.41 ▼2.12 | 42.45 ▼0.13 |
Posts /wp-admin/edit.php | 2,148 ▲48 | 2.38 ▲0.40 | 42.21 ▲2.16 | 35.02 ▼0.61 |
Add New Post /wp-admin/post-new.php | 1,579 ▲53 | 23.48 ▲0.40 | 668.51 ▼298.56 | 28.90 ▼28.50 |
Media Library /wp-admin/upload.php | 1,468 ▲74 | 4.58 ▲0.37 | 102.33 ▲1.96 | 42.77 ▼3.14 |
All Team Member /wp-admin/edit.php?post_type=teamultimate | 1,136 | 2.28 | 38.06 | 27.66 |
Add New Member /wp-admin/post-new.php?post_type=teamultimate | 2,670 | 8.07 | 180.05 | 77.36 |
Create Shortcode /wp-admin/post-new.php?post_type=teamshortcode | 6,738 | 4.58 | 194.60 | 44.75 |
Team Categories /wp-admin/edit-tags.php?taxonomy=teamultimate-tax&post_type=teamultimate | 1,349 | 2.14 | 35.18 | 36.09 |
All Shortcode /wp-admin/edit.php?post_type=teamshortcode | 1,120 | 2.29 | 37.42 | 27.26 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- The uninstall procedure has failed, leaving 6 options in the database
- widget_theysaidso_widget
- db_upgraded
- widget_recent-comments
- widget_recent-posts
- theysaidso_admin_options
- can_compress_scripts
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Almost there, just fix the following server-side errors
- 2 occurences, only the last one shown
- > GET request to /wp-admin/edit.php?post_type=teamshortcode
- > Notice in wp-content/plugins/team-ultimate/libs/post-types/team-ultimate-post-type.php+226
Undefined index: order
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
Please fix the following items
- 1× PHP files output text when accessed directly:
- > /wp-content/plugins/team-ultimate/team-ultimate.php
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 on the user side
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
5 plugin tags: team showcase, our teams, team wordpress plugin, members profiles, team
team-ultimate/team-ultimate.php 92% from 13 tests
The entry point to "Team Showcase - Best Team Grid, Filter, Slider, & List WordPress Plugin" version 2.0.1 is a PHP file that has certain tags in its header comment area
Please make the necessary changes and fix the following:
- Description: Please keep the plugin description shorter than 140 characters (currently 237 characters long)
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 detected10,342 lines of code in 23 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 9 | 466 | 168 | 3,918 |
CSS | 6 | 536 | 37 | 3,304 |
JavaScript | 7 | 590 | 1,108 | 2,555 |
SVG | 1 | 0 | 0 | 565 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.39 |
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 | 29 | |
▷ Named functions | 29 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
PNG images were not found in this plugin