Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Please fix the following installer errors
- The plugin cannot be installed
- > Notice in wp-content/plugins/exit-intent-popups-conversion-optimization-by-exitbee/includes/class-exit-bee.php+203
Trying to access array offset on value of type bool
Server metrics [RAM: ▼1.96MB] [CPU: ▼57.30ms] Passed 4 tests
Analyzing server-side resources used by Exit Bee
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.03 ▼1.44 | 6.03 ▼36.07 |
Dashboard /wp-admin | 2.05 ▼1.26 | 5.72 ▼46.36 |
Posts /wp-admin/edit.php | 2.05 ▼1.31 | 6.53 ▼45.63 |
Add New Post /wp-admin/post-new.php | 2.05 ▼3.84 | 6.13 ▼101.15 |
Media Library /wp-admin/upload.php | 2.05 ▼1.18 | 6.83 ▼28.40 |
Exit Bee /wp-admin/options-general.php?page=exitbee_settings | 2.05 | 7.17 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 17 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_theysaidso_widget |
can_compress_scripts |
db_upgraded |
default_exitbee_settings |
widget_recent-posts |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for Exit Bee
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.42 ▲0.04 | 1.70 ▲0.11 | 43.79 ▲2.85 |
Dashboard /wp-admin | 2,199 ▲25 | 5.50 ▼0.03 | 84.43 ▼25.91 | 40.16 ▼5.14 |
Posts /wp-admin/edit.php | 2,107 ▲7 | 1.97 ▼0.02 | 35.02 ▼1.85 | 32.35 ▼4.26 |
Add New Post /wp-admin/post-new.php | 1,529 ▲3 | 23.17 ▼0.58 | 679.48 ▼4.19 | 54.11 ▼6.24 |
Media Library /wp-admin/upload.php | 1,401 ▼2 | 4.13 ▼0.05 | 101.59 ▲0.69 | 41.39 ▼8.71 |
Exit Bee /wp-admin/options-general.php?page=exitbee_settings | 863 | 1.99 | 21.98 | 38.81 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
You still need to fix the following
- Uninstall procedure had uncaught errors
- > Notice in wp-content/plugins/exit-intent-popups-conversion-optimization-by-exitbee/includes/class-exit-bee.php+203
Trying to access array offset on value of type bool
- The uninstall procedure has failed, leaving 7 options in the database
- widget_recent-posts
- widget_recent-comments
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
- theysaidso_admin_options
- default_exitbee_settings
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Please fix the following server-side errors
- 4 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=exitbee_settings
- > Notice in wp-content/plugins/exit-intent-popups-conversion-optimization-by-exitbee/admin/class-exit-bee-settings.php+257
Trying to access array offset on value of type bool
- 4 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=exitbee_settings
- > Notice in wp-content/plugins/exit-intent-popups-conversion-optimization-by-exitbee/admin/class-exit-bee-settings.php+257
Trying to access array offset on value of type null
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
Please fix the following
- 3× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/exit-intent-popups-conversion-optimization-by-exitbee/admin/partials/exit-bee-settings-basic-section.php:17
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/exit-intent-popups-conversion-optimization-by-exitbee/admin/partials/exit-bee-settings.php:18
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html_e() in wp-content/plugins/exit-intent-popups-conversion-optimization-by-exitbee/admin/partials/exit-bee-settings-commerce-section.php:17
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 90% 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
Attributes that need to be fixed:
- Tags: Please reduce the number of tags, currently 48 tag instead of maximum 10
exit-intent-popups-conversion-optimization-by-exitbee/exit-bee.php 85% from 13 tests
Analyzing the main PHP file in "Exit Bee" version 1.6.1
It is important to fix the following:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("exit-intent-popups-conversion-optimization-by-exitbee.php" instead of "exit-bee.php")
- Text Domain: If you choose to specify the text domain, it must be the same as the plugin slug; optional since WordPress version 4.6
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
No dangerous file extensions were detected461 lines of code in 14 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 14 | 141 | 681 | 461 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.19 |
Average class complexity | 5.57 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 13.00 |
Average method complexity | 1.76 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 7.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 42 | |
▷ Static methods | 15 | 35.71% |
▷ Public methods | 33 | 78.57% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 9 | 21.43% |
Functions | 3 | |
▷ Named functions | 3 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 6 | |
▷ Global constants | 4 | 66.67% |
▷ Class constants | 2 | 33.33% |
▷ Public constants | 2 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
There are no PNG files in this plugin