Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.02MB] [CPU: ▼7.62ms] Passed 4 tests
An overview of server-side resources used by Popups - WordPress Popup
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.03 | 37.11 ▼2.45 |
Dashboard /wp-admin | 3.34 ▼0.00 | 46.07 ▼16.74 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 47.74 ▲5.53 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 90.10 ▼15.54 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 37.29 ▲4.27 |
Conversion Popup /wp-admin/options-general.php?page=conversion-popup | 3.20 | 29.34 |
Server storage [IO: ▲1.42MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin installed successfully
Filesystem: 14 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
widget_recent-posts |
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
An overview of browser requirements for Popups - WordPress Popup
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,829 ▲83 | 13.30 ▼1.12 | 4.83 ▲3.06 | 40.03 ▲0.24 |
Dashboard /wp-admin | 2,235 ▲46 | 5.83 ▼0.07 | 106.48 ▼0.00 | 76.93 ▲37.54 |
Posts /wp-admin/edit.php | 2,125 ▲36 | 2.02 ▼0.16 | 39.27 ▲4.11 | 34.35 ▼1.59 |
Add New Post /wp-admin/post-new.php | 1,695 ▲181 | 22.69 ▲5.05 | 718.99 ▲111.48 | 52.06 ▼9.42 |
Media Library /wp-admin/upload.php | 1,421 ▲36 | 4.20 ▲0.03 | 97.31 ▼3.39 | 93.30 ▲52.00 |
Conversion Popup /wp-admin/options-general.php?page=conversion-popup | 946 | 2.20 | 25.13 | 27.58 |
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
You still need to fix the following
- Zombie WordPress options were found after uninstall: 6 options
- can_compress_scripts
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
- db_upgraded
- widget_theysaidso_widget
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Almost there, just fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=conversion-popup
- > User deprecated in wp-includes/functions.php+5463
Function screen_icon is deprecated since version 3.8.0 with no alternative available.
- > GET request to /wp-admin/options-general.php?page=conversion-popup
- > User deprecated in wp-includes/functions.php+5463
Function get_screen_icon is deprecated since version 3.8.0 with no alternative available.
SRP 0% 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
The following issues need your attention
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/conversion-popup/options.php
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugins_url() in wp-content/plugins/conversion-popup/conversion-popup.php:11
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Attributes that need to be fixed:
- Screenshots: These screenshots require images: #1 (Popup Modal Example), #2 (Conversion Templates), #3 (Call To Action Popup), #4 (Social Intents Dashboard), #5 (Survey Example), #6 (Exit Action Example), #7 (Call To Action), #8 (Twitter and Facebook Sharing)
conversion-popup/conversion-popup.php 92% from 13 tests
The primary PHP file in "Popups - WordPress Popup" version 1.4.66 is used by WordPress to initiate all plugin functionality
Please take the time to fix the following:
- Description: Please keep the plugin description shorter than 140 characters (currently 227 characters long)
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 plugin158 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 23 | 8 | 158 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.21 |
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 | 9 | |
▷ Named functions | 9 | 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 50% from 2 tests
Image compression 50% from 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
11 PNG files occupy 1.41MB with 1.01MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
si-small.png | 3.71KB | 1.27KB | ▼ 65.90% |
screenshot-1.png | 492.24KB | 131.38KB | ▼ 73.31% |
screenshot-7.png | 127.73KB | 32.46KB | ▼ 74.59% |
screenshot-2.png | 152.29KB | 42.46KB | ▼ 72.12% |
screenshot-8.png | 118.07KB | 31.34KB | ▼ 73.45% |