Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
It is recommended to fix the following installer errors
- This plugin did not install gracefully
- > Notice in wp-content/plugins/events-manager-pro-extended/plugin-register.class.php+36
session_start(): A session had already been started - ignoring
Server metrics [RAM: ▼1.96MB] [CPU: ▼55.62ms] Passed 4 tests
A check of server-side resources used by Events Manager Pro - extended
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.03 ▼1.44 | 3.99 ▼34.66 |
Dashboard /wp-admin | 2.05 ▼1.26 | 4.84 ▼44.64 |
Posts /wp-admin/edit.php | 2.05 ▼1.31 | 5.95 ▼47.57 |
Add New Post /wp-admin/post-new.php | 2.05 ▼3.84 | 5.33 ▼95.61 |
Media Library /wp-admin/upload.php | 2.05 ▼1.18 | 4.43 ▼29.50 |
Reminder Email /wp-admin/tools.php?page=reminder | 2.05 | 5.43 |
Server storage [IO: ▲0.01MB] [DB: ▲0.07MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 3 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-comments |
widget_recent-posts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Events Manager Pro - extended: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲7 | 14.72 ▲0.37 | 1.81 ▲0.02 | 45.02 ▲1.38 |
Dashboard /wp-admin | 2,193 ▲12 | 5.48 ▼0.22 | 86.67 ▼22.58 | 38.12 ▼4.45 |
Posts /wp-admin/edit.php | 2,104 ▲1 | 2.01 ▲0.01 | 40.12 ▼6.05 | 34.85 ▼1.39 |
Add New Post /wp-admin/post-new.php | 1,538 ▲12 | 18.37 ▼5.02 | 619.12 ▼81.47 | 65.23 ▲5.14 |
Media Library /wp-admin/upload.php | 1,407 ▲10 | 4.20 ▲0.01 | 98.64 ▼25.14 | 40.72 ▼7.80 |
Reminder Email /wp-admin/tools.php?page=reminder | 1,397 | 5.69 | 125.35 | 54.98 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- Uninstall procedure validation failed for this plugin
- > Notice in wp-content/plugins/events-manager-pro-extended/plugin-register.class.php+36
session_start(): A session had already been started - ignoring
- Zombie WordPress options detected upon uninstall: 6 options
- widget_recent-posts
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-comments
- db_upgraded
- can_compress_scripts
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Please fix the following server-side errors
- > GET request to /wp-admin/tools.php?page=reminder
- > Notice in wp-content/plugins/events-manager-pro-extended/plugin-register.class.php+36
session_start(): A session had already been started - ignoring
- > GET request to /wp-admin/tools.php?page=reminder
- > Notice in wp-content/plugins/events-manager-pro-extended/reminder-email.php+148
Undefined index: reminder_body
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
- 1× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/events-manager-pro-extended/plugin-register.class.php:37
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Attributes that need to be fixed:
- Plugin Name: Please specify the plugin name on the first line (
=== events-manager-pro-extended ===
) - Tags: Please reduce the number of tags, currently 27 tag instead of maximum 10
events-manager-pro-extended/reminder-email.php 92% from 13 tests
Analyzing the main PHP file in "Events Manager Pro - extended" version 0.1
The following require your attention:
- Main file name: Name the main plugin file the same as the plugin slug ("events-manager-pro-extended.php" instead of "reminder-email.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
There were no executable files found in this plugin266 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 39 | 35 | 266 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.43 |
Average class complexity | 11.00 |
▷ Minimum class complexity | 11.00 |
▷ Maximum class complexity | 11.00 |
Average method complexity | 4.33 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 8.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 | 3 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 3 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 5 | |
▷ Named functions | 5 | 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
PNG files should be compressed to save space and minimize bandwidth usage
There were not PNG files found in your plugin