Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Installer ran successfully
Server metrics [RAM: ▲0.05MB] [CPU: ▼2.13ms] Passed 4 tests
This is a short check of server-side resources used by Icyclub
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.05 | 36.01 ▲0.71 |
Dashboard /wp-admin | 3.35 ▲0.05 | 45.32 ▼5.63 |
Posts /wp-admin/edit.php | 3.47 ▲0.11 | 44.40 ▼0.01 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.05 | 80.83 ▼3.57 |
Media Library /wp-admin/upload.php | 3.28 ▲0.05 | 34.26 ▲1.03 |
Server storage [IO: ▲9.59MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 172 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
An overview of browser requirements for Icyclub
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,791 ▲30 | 14.08 ▼0.31 | 1.67 ▼0.11 | 37.43 ▼0.73 |
Dashboard /wp-admin | 2,194 ▲17 | 5.55 ▼0.11 | 80.29 ▼9.48 | 36.96 ▼3.22 |
Posts /wp-admin/edit.php | 2,102 ▲5 | 2.01 ▲0.01 | 33.36 ▼2.20 | 33.93 ▼3.40 |
Add New Post /wp-admin/post-new.php | 1,537 ▲11 | 18.09 ▼5.23 | 620.90 ▼64.44 | 66.97 ▲12.28 |
Media Library /wp-admin/upload.php | 1,402 ▲2 | 4.23 ▲0.06 | 96.07 ▼0.79 | 42.55 ▼0.76 |
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 6 options in the database
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Everything seems fine, however this is by no means an exhaustive test
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
Almost there! Just fix the following items
- 83× PHP files trigger errors when accessed directly with GET requests (only 10 are shown):
- > PHP Fatal error
Uncaught Error: Call to undefined function apply_filters() in wp-content/plugins/icyclub/inc/industryup/sections/indusup-callout-section.php:60
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_insert_post() in wp-content/plugins/icyclub/inc/consultco/pages/blog.php:14
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/icyclub/inc/consultup/sections/header.php:56
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/icyclub/inc/agencyup/features/customizer-fianancy-header-info.php:140
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_insert_post() in wp-content/plugins/icyclub/inc/industryup/pages/about.php:21
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_insert_post() in wp-content/plugins/icyclub/inc/yoga/pages/home.php:14
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/icyclub/inc/industryup/features/indusup-slider-section.php:177
- > PHP Fatal error
Uncaught Error: Call to undefined function apply_filters() in wp-content/plugins/icyclub/inc/consultco/sections/consultco-news-section.php:92
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_insert_post() in wp-content/plugins/icyclub/inc/yoga/pages/blog.php:14
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/icyclub/inc/consultup/features/customizer.php:195
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser errors were detected
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
5 plugin tags: testimonial, plugin, portfolio, demo, home page
icyclub/icyclub.php Passed 13 tests
The main file in "Icyclub" v. 2.1 serves as a complement to information provided in readme.txt and as the entry point to the plugin
49 characters long description:
Icyclub plugin is comptible for Themeansar theme.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
There were no executable files found in this plugin17,830 lines of code in 79 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 69 | 3,717 | 1,316 | 16,055 |
CSS | 6 | 153 | 58 | 1,180 |
JavaScript | 4 | 281 | 178 | 595 |
PHP code Passed 2 tests
An overview of 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.26 |
Average class complexity | 2.28 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 10.00 |
Average method complexity | 1.74 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 10.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 25 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 25 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 43 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 31 | 72.09% |
▷ Protected methods | 12 | 27.91% |
▷ Private methods | 0 | 0.00% |
Functions | 460 | |
▷ Named functions | 460 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.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
4 compressed PNG files occupy 0.00MB
Potential savings
Compression of 4 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
inc/agencyup/images/right-alignment.png | 0.38KB | 0.31KB | ▼ 18.81% |
inc/agencyup/images/center-alignment.png | 0.38KB | 0.31KB | ▼ 18.81% |
inc/class-alpha-color-control/css/transparency-grid.png | 2.58KB | 2.80KB | 0.00% |
inc/agencyup/images/left-alignment.png | 0.38KB | 0.31KB | ▼ 19.04% |