Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
Install script ran successfully
Server metrics [RAM: ▼0.00MB] [CPU: ▼3.23ms] Passed 4 tests
An overview of server-side resources used by List Builder
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.01 | 38.81 ▼3.31 |
Dashboard /wp-admin | 3.31 ▼0.03 | 56.17 ▼14.17 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 51.04 ▲3.84 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 98.49 ▲0.72 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 44.65 ▲8.97 |
List Builder Settings /wp-admin/options-general.php?page=email-list-builder-by-socialintents | 3.18 | 30.65 |
Server storage [IO: ▲2.99MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 10 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
db_upgraded |
can_compress_scripts |
widget_recent-comments |
theysaidso_admin_options |
Browser metrics Passed 4 tests
This is an overview of browser requirements for List Builder
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,854 ▲108 | 13.59 ▼0.70 | 2.56 ▲0.86 | 41.17 ▲2.74 |
Dashboard /wp-admin | 2,226 ▲38 | 5.85 ▼0.03 | 111.26 ▲1.81 | 59.70 ▲20.83 |
Posts /wp-admin/edit.php | 2,120 ▲34 | 1.98 ▼0.01 | 40.68 ▲4.98 | 36.00 ▲1.30 |
Add New Post /wp-admin/post-new.php | 1,540 ▲15 | 23.29 ▲0.30 | 754.64 ▲82.93 | 61.91 ▲6.65 |
Media Library /wp-admin/upload.php | 1,408 ▲20 | 4.23 ▲0.08 | 104.30 ▼16.48 | 75.44 ▲26.71 |
List Builder Settings /wp-admin/options-general.php?page=email-list-builder-by-socialintents | 1,120 | 2.20 | 26.52 | 25.59 |
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
These items require your attention
- This plugin does not fully uninstall, leaving 6 options in the database
- theysaidso_admin_options
- db_upgraded
- widget_recent-comments
- can_compress_scripts
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Smoke test failed, please fix the following
- > GET request to /wp-admin/options-general.php?page=email-list-builder-by-socialintents
- > 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=email-list-builder-by-socialintents
- > User deprecated in wp-includes/functions.php+5463
Function get_screen_icon is deprecated since version 3.8.0 with no alternative available.
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
The following issues need your attention
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugins_url() in wp-content/plugins/email-list-builder-by-social-intents/email-list-build-by-socialintents.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, but this is not an exhaustive test
Optimizations
Plugin configuration 87% from 29 tests
readme.txt 88% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Please fix the following attributes:
- Tags: Please delete some tags, you are using 18 tag instead of maximum 10
- Screenshots: These screenshots require images: #1 (Example Email List Builder Popup), #2 (Another Example Email List Builder Popup), #3 (Email List Builder Settings), #4 (Social Intents Dashboard), #5 (Social Intents Overview)
email-list-builder-by-social-intents/email-list-build-by-socialintents.php 85% from 13 tests
The primary PHP file in "List Builder" version 1.6.69 is used by WordPress to initiate all plugin functionality
Please take the time to fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 326 characters long)
- Main file name: The principal plugin file should be the same as the plugin slug ("email-list-builder-by-social-intents.php" instead of "email-list-build-by-socialintents.php")
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
Everything looks great! No dangerous files found in this plugin472 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 40 | 8 | 472 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 1.20 |
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 | 7 | |
▷ Named functions | 7 | 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
7 PNG files occupy 2.52MB with 1.51MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-2.png | 378.65KB | 160.94KB | ▼ 57.50% |
si-small.png | 3.71KB | 1.27KB | ▼ 65.90% |
socialintents.png | 32.92KB | 11.21KB | ▼ 65.97% |
screenshot-1.png | 43.31KB | 24.72KB | ▼ 42.92% |
screenshot-3.png | 143.19KB | 46.90KB | ▼ 67.25% |