Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.05MB] [CPU: ▼6.99ms] Passed 4 tests
Server-side resources used by Exit Popup Free
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.05 | 41.06 ▲2.10 |
Dashboard /wp-admin | 3.36 ▲0.06 | 45.25 ▼11.76 |
Posts /wp-admin/edit.php | 3.41 ▲0.06 | 42.69 ▼3.93 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 79.98 ▼14.30 |
Media Library /wp-admin/upload.php | 3.28 ▲0.06 | 32.63 ▲2.02 |
Server storage [IO: ▲0.14MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 12 new files
Database: no new tables, 7 new options
New WordPress options |
---|
can_compress_scripts |
widget_recent-comments |
epp_options |
widget_recent-posts |
db_upgraded |
theysaidso_admin_options |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
A check of browser resources used by Exit Popup Free
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,925 ▲179 | 13.92 ▼0.76 | 9.40 ▲7.58 | 42.66 ▼3.17 |
Dashboard /wp-admin | 2,210 ▲19 | 5.89 ▲0.85 | 115.51 ▲9.35 | 42.86 ▲3.40 |
Posts /wp-admin/edit.php | 2,093 ▲1 | 2.05 ▲0.05 | 36.84 ▼8.37 | 32.39 ▼2.17 |
Add New Post /wp-admin/post-new.php | 1,539 ▼5 | 23.15 ▲5.13 | 684.92 ▲80.16 | 52.53 ▲1.73 |
Media Library /wp-admin/upload.php | 1,392 ▲1 | 4.24 ▲0.12 | 108.99 ▲1.61 | 47.72 ▲6.38 |
Exit Popup Free /wp-admin/exit-popup-promo.php | 26 | 0.44 | 0.09 | 12.94 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
These items require your attention
- Zombie WordPress options were found after uninstall: 7 options
- widget_theysaidso_widget
- widget_recent-posts
- can_compress_scripts
- epp_options
- theysaidso_admin_options
- db_upgraded
- widget_recent-comments
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Even though no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please take a closer look at the following
- 1× 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/exit-popup-free/admin/admin-page.php:8
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
These are user-side errors you should fix
- > GET request to /wp-admin/exit-popup-promo.php
- > Network (severe)
wp-admin/exit-popup-promo.php - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
Attributes that need to be fixed:
- Screenshots: Please add images for these screenshots: #1 (screenshot-1.png), #2 (screenshot-2.png)
exit-popup-free/exit-popup-promo.php 85% from 13 tests
"Exit Popup Free" version 1.0's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
Please make the necessary changes and fix the following:
- Description: Please keep the plugin description shorter than 140 characters (currently 159 characters long)
- Main file name: The principal plugin file should be the same as the plugin slug ("exit-popup-free.php" instead of "exit-popup-promo.php")
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
Success! There were no dangerous files found in this plugin287 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 15 | 11 | 175 |
PO File | 1 | 15 | 15 | 55 |
CSS | 1 | 0 | 0 | 52 |
JavaScript | 1 | 0 | 0 | 5 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.35 |
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 | 8 | |
▷ Named functions | 8 | 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
4 PNG files occupy 0.12MB with 0.05MB in potential savings
Potential savings
Compression of 4 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-2.png | 59.70KB | 27.52KB | ▼ 53.90% |
assets/images/exit.png | 0.50KB | 0.50KB | ▼ 0.78% |
screenshot-1.png | 43.81KB | 21.41KB | ▼ 51.14% |
assets/images/banner.png | 18.94KB | 9.11KB | ▼ 51.89% |