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
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.03MB] [CPU: ▼4.29ms] Passed 4 tests
A check of server-side resources used by Awesome Wp Team Member
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.04 | 40.17 ▲3.17 |
Dashboard /wp-admin | 3.34 ▲0.03 | 52.47 ▲0.24 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 50.35 ▼2.94 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 86.95 ▼17.64 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 39.55 ▲4.06 |
Team Members /wp-admin/edit.php?post_type=team-member | 3.30 | 35.52 |
Add New /wp-admin/post-new.php?post_type=team-member | 3.38 | 48.45 |
Server storage [IO: ▲1.01MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 18 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for Awesome Wp Team Member
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,825 ▲39 | 14.79 ▲0.20 | 1.83 ▼0.33 | 54.60 ▲9.61 |
Dashboard /wp-admin | 2,222 ▲42 | 5.54 ▼0.17 | 98.47 ▲4.77 | 44.49 ▲5.43 |
Posts /wp-admin/edit.php | 2,127 ▲30 | 2.01 ▲0.02 | 35.88 ▼2.47 | 35.23 ▲3.74 |
Add New Post /wp-admin/post-new.php | 1,572 ▲27 | 23.09 ▼0.11 | 666.73 ▲16.19 | 58.23 ▲7.58 |
Media Library /wp-admin/upload.php | 1,427 ▲27 | 4.19 ▼0.02 | 98.40 ▼8.39 | 51.27 ▲7.66 |
Team Members /wp-admin/edit.php?post_type=team-member | 1,091 | 1.99 | 30.88 | 32.47 |
Add New /wp-admin/post-new.php?post_type=team-member | 2,185 | 7.70 | 174.90 | 66.61 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
- can_compress_scripts
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Even though everything seems fine, this is not an exhaustive test
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
The following issues need your attention
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/awesome-wp-team-member/awesome-wp-team-member.php:13
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser issues were found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Attributes that require attention:
- Screenshots: Please add images for these screenshots: #1 (This is the first screen shot), #2 (This is the second screen shot), #3 (This is the third screen shot), #4 (This is the fourth screen shot), #5 (This is the fifth screen shot)
- Plugin Name: Write the name of your plugin instead of "Plugin Name" on the first line (
=== awesome-wp-team-member ===
)
awesome-wp-team-member/awesome-wp-team-member.php Passed 13 tests
The entry point to "Awesome Wp Team Member" version 1.0 is a PHP file that has certain tags in its header comment area
132 characters long description:
This plugin adds a teams section to the admin panel which allows you to showcase your employees/people on your website the easy way.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Good job! No executable or dangerous file extensions detected1,178 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
SVG | 2 | 0 | 0 | 973 |
CSS | 3 | 16 | 11 | 114 |
PHP | 1 | 16 | 7 | 73 |
HTML | 2 | 0 | 0 | 18 |
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.05 |
Average class complexity | 2.00 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 2.00 |
Average method complexity | 1.25 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 2.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 4 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 4 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.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