Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed gracefully, with no errors
Server metrics [RAM: ▼0.93MB] [CPU: ▼42.94ms] Passed 4 tests
An overview of server-side resources used by Route | Marketing Automation
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.46 ▲0.00 | 47.03 ▲4.93 |
Dashboard /wp-admin | 3.03 ▼0.32 | 27.84 ▼37.10 |
Posts /wp-admin/edit.php | 3.03 ▼0.33 | 26.44 ▼24.26 |
Add New Post /wp-admin/post-new.php | 3.03 ▼2.86 | 23.43 ▼98.16 |
Media Library /wp-admin/upload.php | 3.03 ▼0.20 | 24.12 ▼12.24 |
Route Configuration /wp-admin/options-general.php?page=route-admin | 3.03 | 25.73 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
The plugin installed successfully
Filesystem: 4 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
theysaidso_admin_options |
widget_recent-posts |
widget_recent-comments |
can_compress_scripts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Checking browser requirements for Route | Marketing Automation
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,794 ▲33 | 14.71 ▲0.54 | 1.68 ▼0.04 | 43.25 ▼1.99 |
Dashboard /wp-admin | 2,199 ▲22 | 5.59 ▼0.07 | 84.76 ▼6.62 | 39.09 ▼6.28 |
Posts /wp-admin/edit.php | 2,101 ▲1 | 1.99 ▼0.04 | 33.63 ▼3.16 | 34.47 ▼0.16 |
Add New Post /wp-admin/post-new.php | 1,531 ▼0 | 22.87 ▼0.54 | 672.08 ▼8.28 | 52.13 ▼7.16 |
Media Library /wp-admin/upload.php | 1,407 ▲10 | 4.18 ▲0.00 | 99.51 ▼4.47 | 47.28 ▲2.14 |
Route Configuration /wp-admin/options-general.php?page=route-admin | 791 | 2.01 | 23.51 | 29.30 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% 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 without warnings or errors
- > Notice in wp-content/plugins/route/route.php+81
Undefined index: organization_id
- Zombie WordPress options were found after uninstall: 6 options
- can_compress_scripts
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-comments
- db_upgraded
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Almost there, just fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=route-admin
- > Notice in wp-content/plugins/route/route.php+81
Undefined index: organization_id
- > GET request to /wp-admin/options-general.php?page=route-admin
- > 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=route-admin
- > 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 | 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× PHP files output text when accessed directly:
- > /wp-content/plugins/route/route-js.php
- 4× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/route/page.php:2
- > PHP Fatal error
Uncaught Error: Call to undefined function route_plugin\\is_admin() in wp-content/plugins/route/route.php:16
- > PHP Notice
Trying to access array offset on value of type null in wp-content/plugins/route/route-js.php on line 2
- > PHP Notice
Undefined variable: settings in wp-content/plugins/route/route-js.php on line 2
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser issues were found
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
6 plugin tags: inbound marketing, marketing automation, route, customer engagement, lead generation...
route/route.php 92% from 13 tests
Analyzing the main PHP file in "Route | Marketing Automation" version 1.1
The following require your attention:
- Description: Please don't use more than 140 characters for the plugin description (currently 149 characters long)
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
Everything looks great! No dangerous files found in this plugin100 lines of code in 3 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 23 | 11 | 100 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.19 |
Average class complexity | 4.50 |
▷ Minimum class complexity | 2.00 |
▷ Maximum class complexity | 7.00 |
Average method complexity | 1.70 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 5.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 | 10 | |
▷ Static methods | 2 | 20.00% |
▷ Public methods | 10 | 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
PNG files should be compressed to save space and minimize bandwidth usage
PNG images were not found in this plugin