Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.06MB] [CPU: ▼2.84ms] Passed 4 tests
A check of server-side resources used by Eventer
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.52 ▲0.06 | 39.19 ▲0.01 |
Dashboard /wp-admin | 3.37 ▲0.06 | 45.32 ▼7.82 |
Posts /wp-admin/edit.php | 3.42 ▲0.06 | 47.99 ▲2.62 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.06 | 93.66 ▼2.92 |
Media Library /wp-admin/upload.php | 3.29 ▲0.06 | 37.62 ▼0.61 |
Settings /wp-admin/admin.php?page=eventer-settings | 3.25 | 31.44 |
Edit Eventer Attendee /wp-admin/admin.php?page=eventer-edit-details | 3.23 | 29.89 |
Eventer /wp-admin/admin.php?page=eventer-home | 3.26 | 34.52 |
Server storage [IO: ▲0.18MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
This plugin was installed successfully
Filesystem: 12 new files
Database: 1 new table, 7 new options
New tables |
---|
wp_eventer_users |
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
can_compress_scripts |
eventer_database_version |
db_upgraded |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for Eventer
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,825 ▲90 | 13.19 ▼1.39 | 1.79 ▲0.21 | 42.99 ▲5.67 |
Dashboard /wp-admin | 2,229 ▲41 | 5.91 ▼0.01 | 105.46 ▲3.80 | 41.99 ▲2.02 |
Posts /wp-admin/edit.php | 2,112 ▲23 | 2.03 ▼0.02 | 38.50 ▲0.97 | 34.47 ▲1.50 |
Add New Post /wp-admin/post-new.php | 1,553 ▲33 | 23.41 ▲0.13 | 596.70 ▼76.61 | 49.52 ▼5.57 |
Media Library /wp-admin/upload.php | 1,411 ▲23 | 4.22 ▼0.03 | 97.25 ▼10.19 | 42.41 ▼3.28 |
Settings /wp-admin/admin.php?page=eventer-settings | 825 | 2.03 | 26.18 | 54.32 |
Edit Eventer Attendee /wp-admin/admin.php?page=eventer-edit-details | 682 | 1.53 | 6.20 | 20.33 |
Eventer /wp-admin/admin.php?page=eventer-home | 809 | 2.06 | 21.78 | 34.16 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie tables were found after uninstall: 1 table
- wp_eventer_users
- Zombie WordPress options were found after uninstall: 7 options
- widget_theysaidso_widget
- db_upgraded
- eventer_database_version
- widget_recent-posts
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Almost there! Just fix the following items
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/eventer/eventer.php
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 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
These attributes need to be fixed:
- Requires at least: Version not formatted correctly
eventer/eventer.php Passed 13 tests
This is the main PHP file of "Eventer" version 0.1.1, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
87 characters long description:
This plugin is meant for event registration and display the registered users on a page.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Everything looks great! No dangerous files found in this plugin7,128 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 2 | 20 | 20 | 6,786 |
PHP | 6 | 2 | 40 | 342 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.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 | 10 | |
▷ Named functions | 10 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 3 | 100.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
There were not PNG files found in your plugin