Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.08MB] [CPU: ▼1.65ms] Passed 4 tests
Server-side resources used by Gist All-In-One Marketing - Live Chat, Popups, Email
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.06 | 42.53 ▼3.60 |
Dashboard /wp-admin | 3.38 ▲0.08 | 57.79 ▲6.26 |
Posts /wp-admin/edit.php | 3.49 ▲0.14 | 53.11 ▲3.04 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.09 | 90.76 ▼9.54 |
Media Library /wp-admin/upload.php | 3.30 ▲0.08 | 42.02 ▲3.51 |
Gist /wp-admin/options-general.php?page=convertfox-admin | 3.27 | 34.71 |
Server storage [IO: ▲0.03MB] [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: 6 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-posts |
can_compress_scripts |
db_upgraded |
widget_recent-comments |
theysaidso_admin_options |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Gist All-In-One Marketing - Live Chat, Popups, Email: an overview of browser usage
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,806 ▲35 | 13.19 ▼1.11 | 1.71 ▼0.43 | 43.86 ▼4.68 |
Dashboard /wp-admin | 2,212 ▲30 | 4.87 ▼1.03 | 105.82 ▼9.68 | 39.26 ▼5.20 |
Posts /wp-admin/edit.php | 2,098 ▲9 | 2.06 ▲0.07 | 38.41 ▼0.78 | 34.51 ▲0.16 |
Add New Post /wp-admin/post-new.php | 1,519 ▲5 | 17.57 ▲0.02 | 679.37 ▲17.78 | 58.92 ▼15.67 |
Media Library /wp-admin/upload.php | 1,397 ▲9 | 4.30 ▲0.13 | 102.07 ▼10.80 | 44.50 ▼1.70 |
Gist /wp-admin/options-general.php?page=convertfox-admin | 891 | 1.68 | 23.56 | 27.64 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- This plugin did not uninstall successfully, leaving 6 options in the database
- can_compress_scripts
- widget_recent-comments
- widget_theysaidso_widget
- theysaidso_admin_options
- db_upgraded
- widget_recent-posts
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
The smoke test was a success, however most plugin functionality was not tested
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 fix the following
- 5× PHP files trigger errors when accessed directly with GET requests:
- > PHP Notice
Undefined variable: settings in wp-content/plugins/marketing-automation-by-convertfox/convertfoxjs.php on line 3
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/marketing-automation-by-convertfox/convertfoxjs.php on line 3
- > PHP Fatal error
Uncaught Error: Call to undefined function is_front_page() in wp-content/plugins/marketing-automation-by-convertfox/convertfoxjs.php:9
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/marketing-automation-by-convertfox/page.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function convertfox\\is_admin() in wp-content/plugins/marketing-automation-by-convertfox/convertfox.php:28
- > PHP Notice
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 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
10 plugin tags: contact form, lead generation, mailchimp, gist, popup...
marketing-automation-by-convertfox/convertfox.php 85% from 13 tests
The principal PHP file in "Gist All-In-One Marketing - Live Chat, Popups, Email" v. 2.7 is loaded by WordPress automatically on each request
The following require your attention:
- Main file name: Name the main plugin file the same as the plugin slug ("marketing-automation-by-convertfox.php" instead of "convertfox.php")
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 159 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
There were no executable files found in this plugin434 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 55 | 45 | 409 |
JavaScript | 1 | 5 | 0 | 25 |
PHP code Passed 2 tests
A short review 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.58 |
Average class complexity | 27.00 |
▷ Minimum class complexity | 7.00 |
▷ Maximum class complexity | 47.00 |
Average method complexity | 3.60 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 14.00 |
Code structure | ||
---|---|---|
Namespaces | 1 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 20 | |
▷ Static methods | 1 | 5.00% |
▷ Public methods | 20 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.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
Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG files were detected