Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▼0.80MB] [CPU: ▼30.72ms] Passed 4 tests
Server-side resources used by Evergage for WordPress
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.39 ▼0.07 | 28.43 ▼11.14 |
Dashboard /wp-admin | 3.10 ▼0.24 | 33.20 ▼33.49 |
Posts /wp-admin/edit.php | 3.24 ▼0.12 | 35.18 ▼14.86 |
Add New Post /wp-admin/post-new.php | 3.11 ▼2.78 | 40.14 ▼63.37 |
Media Library /wp-admin/upload.php | 3.17 ▼0.06 | 27.17 ▼7.53 |
Evergage /wp-admin/plugins.php?page=evergage-config | 3.08 | 26.89 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin was installed successfully
Filesystem: 6 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-comments |
widget_recent-posts |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Evergage for WordPress
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,879 ▲133 | 13.14 ▼1.17 | 5.57 ▲3.63 | 43.94 ▲0.10 |
Dashboard /wp-admin | 2,248 ▲60 | 5.84 ▲0.03 | 101.18 ▼19.67 | 43.20 ▲0.17 |
Posts /wp-admin/edit.php | 2,130 ▲38 | 2.02 ▼0.00 | 35.74 ▼0.71 | 36.76 ▲2.05 |
Add New Post /wp-admin/post-new.php | 1,563 ▲40 | 22.00 ▼1.26 | 605.64 ▼39.13 | 74.93 ▲15.16 |
Media Library /wp-admin/upload.php | 1,430 ▲39 | 4.19 ▼0.02 | 98.90 ▼1.41 | 43.99 ▼2.38 |
Evergage /wp-admin/plugins.php?page=evergage-config | 896 | 2.19 | 24.05 | 28.99 |
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
The following items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
- widget_theysaidso_widget
- db_upgraded
- widget_recent-comments
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Please fix the following server-side errors
- > GET request to /wp-admin/plugins.php?page=evergage-config
- > User deprecated in wp-includes/functions.php+5453
Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead.
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please fix the following items
- 2× 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/evergage/evergage.php:32
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/evergage/admin.php:2
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
Please fix the following browser errors
- > GET request to /wp-admin/plugins.php?page=evergage-config
- > Javascript (severe) in unknown
/wp-content/plugins/evergage/evergage.js?ver=6.3.1 9:51 Uncaught TypeError: Cannot read properties of undefined (reading 'setAccount')
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
5 plugin tags: statistics, stats, personalization, tracking, analytics
evergage/evergage.php Passed 13 tests
The main PHP file in "Evergage for WordPress" ver. 1.0.4 adds more information about the plugin and also serves as the entry point for this plugin
29 characters long description:
Real-time web personalization
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
There were no executable files found in this plugin520 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 258 | 88 | 490 |
JavaScript | 1 | 10 | 6 | 27 |
CSS | 1 | 0 | 0 | 3 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
Average class complexity | 4.00 |
▷ Minimum class complexity | 4.00 |
▷ Maximum class complexity | 4.00 |
Average method complexity | 2.50 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 4.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 2 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 2 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 32 | |
▷ Named functions | 32 | 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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There are no PNG files in this plugin