Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.11MB] [CPU: ▼5.30ms] Passed 4 tests
Server-side resources used by azurecurve Tag Cloud
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.58 ▲0.12 | 43.23 ▲5.19 |
Dashboard /wp-admin | 3.42 ▲0.08 | 45.82 ▼9.92 |
Posts /wp-admin/edit.php | 3.53 ▲0.18 | 46.24 ▲0.91 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.12 | 81.57 ▼14.86 |
Media Library /wp-admin/upload.php | 3.34 ▲0.11 | 36.40 ▲2.68 |
Plugins /wp-admin/admin.php?page=azc-plugin-menus | 3.31 | 29.67 |
Tag Cloud /wp-admin/admin.php?page=azc-tc | 3.28 | 29.58 |
Server storage [IO: ▲0.04MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 8 new files
Database: no new tables, 8 new options
New WordPress options |
---|
widget_recent-comments |
theysaidso_admin_options |
can_compress_scripts |
azc_tc_options |
widget_theysaidso_widget |
widget_azurecurve_tag_cloud |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for azurecurve Tag Cloud
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,832 ▲86 | 13.62 ▼0.75 | 1.61 ▼0.14 | 42.88 ▼0.98 |
Dashboard /wp-admin | 2,239 ▲51 | 4.88 ▼1.00 | 96.18 ▼13.05 | 66.53 ▲22.98 |
Posts /wp-admin/edit.php | 2,116 ▲27 | 2.02 ▼0.02 | 33.54 ▼2.95 | 31.29 ▼1.40 |
Add New Post /wp-admin/post-new.php | 1,545 ▲8 | 23.31 ▲0.03 | 709.45 ▲46.23 | 63.84 ▲7.38 |
Media Library /wp-admin/upload.php | 1,415 ▲27 | 4.22 ▲0.02 | 103.30 ▲4.13 | 74.47 ▲28.48 |
Plugins /wp-admin/admin.php?page=azc-plugin-menus | 852 | 2.02 | 23.98 | 28.96 |
Tag Cloud /wp-admin/admin.php?page=azc-tc | 1,043 | 2.05 | 23.31 | 26.64 |
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
The following items require your attention
- This plugin did not uninstall successfully, leaving 7 options in the database
- db_upgraded
- widget_recent-posts
- widget_theysaidso_widget
- widget_azurecurve_tag_cloud
- can_compress_scripts
- widget_recent-comments
- theysaidso_admin_options
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
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=azc-tc
- > Notice in wp-content/plugins/azurecurve-tag-cloud/azurecurve-tag-cloud.php+146
Undefined index: include_exclude
SRP 50% from 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
Please take a closer look at the following
- 2× 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/azurecurve-tag-cloud/includes/menu.php:29
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/azurecurve-tag-cloud/includes/menu.php:29
- > 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 94% from 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
Please fix the following attributes:
- Screenshots: Please add an image for screenshot #1 (Plugin settings page.)
azurecurve-tag-cloud/azurecurve-tag-cloud.php 92% from 13 tests
The main PHP file in "azurecurve Tag Cloud" ver. 2.0.4 adds more information about the plugin and also serves as the entry point for this plugin
Please take the time to fix the following:
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
There were no executable files found in this plugin661 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 99 | 73 | 636 |
CSS | 2 | 0 | 4 | 25 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.50 |
Average class complexity | 8.00 |
▷ Minimum class complexity | 8.00 |
▷ Maximum class complexity | 8.00 |
Average method complexity | 2.40 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 7.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 | 5 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 5 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 15 | |
▷ Named functions | 15 | 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
Using a strong compression for your PNG files is a great way to speed-up your plugin
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% |