Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.36MB] [CPU: ▲0.66ms] Passed 4 tests
A check of server-side resources used by Iconize
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 4.24 ▲0.77 | 45.12 ▲0.41 |
Dashboard /wp-admin | 4.08 ▲0.78 | 55.07 ▲3.20 |
Posts /wp-admin/edit.php | 3.57 ▲0.22 | 51.36 ▼2.14 |
Add New Post /wp-admin/post-new.php | 6.18 ▲0.29 | 102.66 ▲1.15 |
Media Library /wp-admin/upload.php | 3.38 ▲0.15 | 42.51 ▲5.96 |
Iconize /wp-admin/options-general.php?page=iconize | 3.35 | 32.83 |
Server storage [IO: ▲8.63MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 118 new files
Database: no new tables, 10 new options
New WordPress options |
---|
widget_recent-posts |
widget_iconize_taxonomy |
iconize_fonts |
iconize_plugin_version |
iconize_integrations |
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by Iconize
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 10,734 ▲7,973 | 16.26 ▲1.85 | 1.88 ▼0.01 | 42.27 ▲1.72 |
Dashboard /wp-admin | 9,321 ▲7,150 | 6.60 ▲0.92 | 149.24 ▲52.82 | 39.52 ▼3.94 |
Posts /wp-admin/edit.php | 2,117 ▲17 | 2.09 ▲0.07 | 39.56 ▼0.10 | 37.47 ▲0.38 |
Add New Post /wp-admin/post-new.php | 5,477 ▲3,943 | 24.26 ▲1.01 | 777.80 ▲92.41 | 37.33 ▼17.08 |
Media Library /wp-admin/upload.php | 1,420 ▲20 | 4.26 ▲0.01 | 98.47 ▼1.70 | 43.93 ▼0.00 |
Iconize /wp-admin/options-general.php?page=iconize | 890 | 2.06 | 22.89 | 28.93 |
Uninstaller [IO: ▲8.63MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
The following items require your attentionThis plugin did not uninstall successfully, leaving 10 options in the database
- Incomplete uninstall procedure, leaving 118 files (8.63MB) in the plugin directory
- (new file) css/bootstrap-modal.css
- (new file) css/foundation.min.css
- (new file) class-iconize-wp.php
- (new file) css/dashicons.min.css
- (new file) css/bootstrap-modal.min.css
- (new file) css/bootstrap.min.css
- (new file) css/fa-4-7.min.css
- (new file) css/fa-brands.min.css
- (new file) css/fa-regular.min.css
- (new file) css/fa-solid.min.css
- ...
- iconize_plugin_version
- can_compress_scripts
- widget_recent-comments
- widget_theysaidso_widget
- widget_iconize_taxonomy
- db_upgraded
- widget_recent-posts
- iconize_integrations
- iconize_fonts
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please fix the following items
- 5× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Class '_WP_Editors' not found in wp-content/plugins/iconize/tinymce/langs/iconize-langs.php:9
- > PHP Fatal error
Uncaught Error: Class 'WP_Widget' not found in wp-content/plugins/iconize/includes/widgets/class-iconize-widget-taxonomies.php:15
- > PHP Fatal error
Uncaught Error: Class 'Walker_Category' not found in wp-content/plugins/iconize/includes/class-iconize-walker-category.php:18
- > PHP Fatal error
Uncaught Error: Class 'Walker_Nav_Menu' not found in wp-content/plugins/iconize/includes/menu-walkers/class-iconize-walker-nav-menu.php:18
- > PHP Fatal error
Uncaught Error: Class 'Walker_Nav_Menu' not found in wp-content/plugins/iconize/includes/menu-walkers/class-iconize-walker-nav-menu-edit.php:11
- > 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 97% from 29 tests
readme.txt 94% from 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
Attributes that require attention:
- Donate link: Invalid URI found ("")
iconize/iconize.php Passed 13 tests
"Iconize" version 1.2.4's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
107 characters long description:
Quickly and easily iconize posts, pages, menu items, widget titles, categories, tags, custom taxonomies,...
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
Success! There were no dangerous files found in this plugin37,056 lines of code in 70 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
SVG | 7 | 3,239 | 0 | 12,839 |
JSON | 16 | 0 | 0 | 10,436 |
CSS | 24 | 216 | 101 | 8,042 |
PHP | 11 | 906 | 1,416 | 3,490 |
JavaScript | 12 | 966 | 403 | 2,249 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.44 |
Average class complexity | 106.17 |
▷ Minimum class complexity | 19.00 |
▷ Maximum class complexity | 457.00 |
Average method complexity | 7.95 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 56.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 6 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 6 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 91 | |
▷ Static methods | 1 | 1.10% |
▷ Public methods | 84 | 92.31% |
▷ Protected methods | 3 | 3.30% |
▷ Private methods | 4 | 4.40% |
Functions | 5 | |
▷ Named functions | 2 | 40.00% |
▷ Anonymous functions | 3 | 60.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
PNG files should be compressed to save space and minimize bandwidth usage
4 PNG files occupy 0.00MB with 0.00MB in potential savings
Potential savings
Compression of 4 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
tinymce/images/flag.png | 1.34KB | 0.25KB | ▼ 81.04% |
tinymce/images/swappos.png | 1.21KB | 0.22KB | ▼ 82.11% |
tinymce/images/swapsizes.png | 1.08KB | 0.17KB | ▼ 84.76% |
tinymce/images/unflag.png | 1.29KB | 0.22KB | ▼ 82.78% |