Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.10MB] [CPU: ▼3.06ms] Passed 4 tests
Analyzing server-side resources used by azurecurve Breadcrumbs
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.56 ▲0.10 | 39.46 ▲0.39 |
Dashboard /wp-admin | 3.40 ▲0.10 | 47.58 ▼1.47 |
Posts /wp-admin/edit.php | 3.45 ▲0.10 | 50.41 ▲0.43 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.10 | 83.29 ▼8.15 |
Media Library /wp-admin/upload.php | 3.32 ▲0.09 | 33.87 ▼3.01 |
Breadcrumbs /wp-admin/admin.php?page=azc-b | 3.26 | 28.69 |
Plugins /wp-admin/admin.php?page=azc-plugin-menus | 3.29 | 28.73 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 6 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-comments |
widget_recent-posts |
db_upgraded |
azc-b |
Browser metrics Passed 4 tests
This is an overview of browser requirements for azurecurve Breadcrumbs
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,833 ▲98 | 13.26 ▼1.12 | 4.15 ▲2.16 | 42.21 ▼3.32 |
Dashboard /wp-admin | 2,237 ▲46 | 4.84 ▼0.07 | 96.30 ▼3.95 | 74.21 ▲32.35 |
Posts /wp-admin/edit.php | 2,123 ▲31 | 2.02 ▲0.02 | 37.17 ▼5.45 | 35.75 ▲0.51 |
Add New Post /wp-admin/post-new.php | 1,543 ▲29 | 23.16 ▲5.81 | 756.98 ▲61.05 | 51.17 ▲2.18 |
Media Library /wp-admin/upload.php | 1,413 ▲28 | 4.23 ▼0.00 | 99.39 ▼19.23 | 48.24 ▲1.53 |
Breadcrumbs /wp-admin/admin.php?page=azc-b | 988 | 2.06 | 25.26 | 30.69 |
Plugins /wp-admin/admin.php?page=azc-plugin-menus | 855 | 2.02 | 24.58 | 28.81 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
It is recommended to fix the following
- This plugin did not uninstall successfully, leaving 7 options in the database
- azc-b
- db_upgraded
- theysaidso_admin_options
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Almost there, just fix the following server-side errors
- > GET request to /wp-admin/admin.php?page=azc-b
- > Notice in wp-content/plugins/azurecurve-breadcrumbs/azurecurve-breadcrumbs.php+354
Undefined index: show-on-homepage
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
Almost there! Just fix the following items
- 2× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/azurecurve-breadcrumbs/includes/menu.php:29
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/azurecurve-breadcrumbs/includes/menu.php:29
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
5 plugin tags: breadcrumbs, wordpress, page, pages, classicpress
azurecurve-breadcrumbs/azurecurve-breadcrumbs.php 77% from 13 tests
The main PHP script in "azurecurve Breadcrumbs" version 1.0.0 is automatically included on every request by WordPress
You should first fix the following items:
- Description: Keep the plugin description shorter than 140 characters (currently 191 characters long)
- Domain Path: The domain path folder was not found ("/languages")
- Text Domain: The text domain must be the same as the plugin slug, although optional since WordPress version 4.6
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Good job! No executable or dangerous file extensions detected556 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 75 | 53 | 540 |
CSS | 2 | 0 | 4 | 16 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.51 |
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 | 17 | |
▷ Named functions | 17 | 100.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
1 compressed PNG file occupies 0.00MB
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/Favicon-16x16.png | 0.40KB | 0.34KB | ▼ 14.81% |