Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.20MB] [CPU: ▼3.10ms] Passed 4 tests
An overview of server-side resources used by Team Showcase
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.66 ▲0.20 | 36.72 ▼8.65 |
Dashboard /wp-admin | 3.50 ▲0.19 | 44.26 ▼5.03 |
Posts /wp-admin/edit.php | 3.62 ▲0.26 | 50.67 ▼0.24 |
Add New Post /wp-admin/post-new.php | 6.10 ▲0.22 | 96.82 ▲1.54 |
Media Library /wp-admin/upload.php | 3.42 ▲0.19 | 36.57 ▲2.66 |
All Team Members /wp-admin/edit.php?post_type=team_member | 3.47 | 38.17 |
All Team layouts /wp-admin/edit.php?post_type=team_layout | 3.55 | 42.35 |
Settings /wp-admin/edit.php?post_type=team&page=team-settings | 3.44 | 37.15 |
Add New /wp-admin/post-new.php?post_type=team_member | 3.67 | 56.72 |
All Team /wp-admin/edit.php?post_type=team | 3.47 | 38.32 |
Add New /wp-admin/post-new.php?post_type=team | 3.66 | 53.72 |
Team Groups /wp-admin/edit-tags.php?taxonomy=team_group&post_type=team_member | 3.41 | 35.56 |
Server storage [IO: ▲3.43MB] [DB: ▲0.02MB] Passed 3 tests
Input-output and database impact of this plugin
No storage issues were detected
Filesystem: 70 new files
Database: no new tables, 7 new options
New WordPress options |
---|
theysaidso_admin_options |
can_compress_scripts |
widget_recent-posts |
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
team_plugin_info |
Browser metrics Passed 4 tests
A check of browser resources used by Team Showcase
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,989 ▲232 | 13.66 ▼1.09 | 4.87 ▲2.76 | 37.11 ▼12.29 |
Dashboard /wp-admin | 2,279 ▲91 | 5.89 ▼0.02 | 103.81 ▲4.23 | 40.45 ▼1.88 |
Posts /wp-admin/edit.php | 2,169 ▲83 | 2.23 ▲0.10 | 40.05 ▲4.26 | 34.57 ▲3.10 |
Add New Post /wp-admin/post-new.php | 1,596 ▲82 | 23.42 ▲5.78 | 622.05 ▼56.12 | 50.75 ▼11.71 |
Media Library /wp-admin/upload.php | 1,467 ▲82 | 4.21 ▲0.06 | 100.04 ▼0.88 | 40.96 ▼5.47 |
All Team Members /wp-admin/edit.php?post_type=team_member | 1,149 | 2.17 | 32.47 | 26.86 |
All Team layouts /wp-admin/edit.php?post_type=team_layout | 2,123 | 2.21 | 34.72 | 30.16 |
Settings /wp-admin/edit.php?post_type=team&page=team-settings | 2,085 | 3.69 | 55.84 | 36.06 |
Add New /wp-admin/post-new.php?post_type=team_member | 2,831 | 9.47 | 240.56 | 84.22 |
All Team /wp-admin/edit.php?post_type=team | 1,141 | 2.17 | 30.53 | 29.38 |
Add New /wp-admin/post-new.php?post_type=team | 4,014 | 7.48 | 160.24 | 38.74 |
Team Groups /wp-admin/edit-tags.php?taxonomy=team_group&post_type=team_member | 1,348 | 2.40 | 28.95 | 28.05 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.02MB] 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 were found after uninstall: 7 options
- db_upgraded
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
- team_plugin_info
- widget_recent-posts
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP Passed 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
Looking good! No server-side errors or output on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration Passed 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
There were no plugin tags found
team/team.php Passed 13 tests
The primary PHP file in "Team Showcase" version 1.22.23 is used by WordPress to initiate all plugin functionality
78 characters long description:
Fully responsive and mobile ready meet the team showcase plugin for wordpress.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Good job! No executable or dangerous file extensions detected22,606 lines of code in 39 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
SVG | 3 | 0 | 12 | 9,026 |
PHP | 23 | 2,982 | 220 | 6,041 |
CSS | 2 | 1,625 | 26 | 3,393 |
PO File | 3 | 666 | 948 | 1,564 |
XML | 2 | 16 | 32 | 1,077 |
JSON | 1 | 0 | 0 | 1,009 |
JavaScript | 5 | 213 | 125 | 496 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.49 |
Average class complexity | 69.36 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 641.00 |
Average method complexity | 11.44 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 73.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 11 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 11 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 72 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 72 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 68 | |
▷ Named functions | 68 | 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
12 PNG files occupy 0.11MB with 0.08MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/front/css/icons/googleplus.png | 7.27KB | 2.68KB | ▼ 63.13% |
assets/front/css/icons/website.png | 5.73KB | 1.54KB | ▼ 73.11% |
assets/front/css/icons/linkedin.png | 4.98KB | 1.58KB | ▼ 68.28% |
assets/front/css/icons/vimeo.png | 20.23KB | 2.37KB | ▼ 88.30% |
assets/front/css/icons/facebook.png | 4.21KB | 1.26KB | ▼ 70.08% |