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: ▲1.01MB] [CPU: ▲5.32ms] Passed 4 tests
A check of server-side resources used by Breadcrumb
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.47 ▲1.00 | 49.80 ▲9.42 |
Dashboard /wp-admin | 4.35 ▲1.05 | 57.37 ▲2.31 |
Posts /wp-admin/edit.php | 4.40 ▲1.04 | 53.24 ▲2.06 |
Add New Post /wp-admin/post-new.php | 6.89 ▲1.00 | 120.88 ▲25.18 |
Media Library /wp-admin/upload.php | 4.21 ▲0.98 | 45.17 ▲7.50 |
Data Update /wp-admin/admin.php?page=breadcrumb-data-update | 4.18 | 45.22 |
Breadcrumb /wp-admin/admin.php?page=breadcrumb_settings | 4.45 | 49.95 |
Server storage [IO: ▲3.12MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 54 new files
Database: no new tables, 8 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
widget_recent-posts |
breadcrumb_options |
widget_recent-comments |
breadcrumb_info |
theysaidso_admin_options |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
A check of browser resources used by Breadcrumb
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,851 ▲90 | 14.77 ▲0.39 | 1.92 ▼0.20 | 45.17 ▼3.13 |
Dashboard /wp-admin | 2,242 ▲45 | 5.88 ▲0.98 | 102.61 ▼40.67 | 85.00 ▲33.35 |
Posts /wp-admin/edit.php | 2,140 ▲40 | 2.01 ▲0.00 | 35.44 ▼5.42 | 33.34 ▼7.01 |
Add New Post /wp-admin/post-new.php | 1,569 ▲13 | 23.10 ▲4.79 | 721.86 ▲99.12 | 58.67 ▲6.86 |
Media Library /wp-admin/upload.php | 1,430 ▲27 | 4.14 ▼0.03 | 101.15 ▼3.92 | 64.79 ▲17.60 |
Data Update /wp-admin/admin.php?page=breadcrumb-data-update | 824 | 2.05 | 25.44 | 26.90 |
Breadcrumb /wp-admin/admin.php?page=breadcrumb_settings | 4,056 | 5.91 | 164.75 | 92.21 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- Zombie WordPress options were found after uninstall: 8 options
- widget_recent-posts
- breadcrumb_options
- breadcrumb_info
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
- widget_theysaidso_widget
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Even though no errors were found, this is by no means an exhaustive test
SRP Passed 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
The SRP test was a success
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
Please fix the following attributes:
- Screenshots: These screenshots do not have images: #7 (screenshot-7), #8 (screenshot-8)
breadcrumb/breadcrumb.php Passed 13 tests
The primary PHP file in "Breadcrumb" version 1.5.43 is used by WordPress to initiate all plugin functionality
33 characters long description:
Awesome Breadcrumb for wordpress.
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
No dangerous file extensions were detected18,192 lines of code in 24 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
SVG | 3 | 0 | 12 | 9,026 |
PHP | 14 | 2,535 | 254 | 5,264 |
CSS | 3 | 1,636 | 27 | 3,394 |
PO File | 1 | 135 | 154 | 305 |
JavaScript | 2 | 113 | 26 | 179 |
XML | 1 | 12 | 0 | 24 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.48 |
Average class complexity | 133.80 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 658.00 |
Average method complexity | 17.20 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 73.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 41 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 41 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 77 | |
▷ Named functions | 77 | 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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
16 PNG files occupy 0.07MB with 0.03MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/admin/images/theme7.png | 3.57KB | 2.10KB | ▼ 41.27% |
assets/admin/images/theme14.png | 3.60KB | 2.12KB | ▼ 41.21% |
assets/admin/images/theme6.png | 3.45KB | 2.08KB | ▼ 39.76% |
assets/admin/images/theme10.png | 3.41KB | 2.16KB | ▼ 36.59% |
assets/admin/images/theme12.png | 3.44KB | 2.12KB | ▼ 38.28% |