Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
This plugin's installer ran successfully
Server metrics [RAM: ▲0.01MB] [CPU: ▼4.93ms] Passed 4 tests
Analyzing server-side resources used by Events Manager - Zoom Integration
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.49 ▲0.02 | 44.83 ▲2.86 |
Dashboard /wp-admin | 3.33 ▼0.02 | 53.29 ▼14.07 |
Posts /wp-admin/edit.php | 3.38 ▲0.02 | 49.64 ▼1.58 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.02 | 93.57 ▼6.21 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 37.09 ▲2.16 |
Server storage [IO: ▲0.66MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 80 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
db_upgraded |
widget_recent-posts |
widget_recent-comments |
Browser metrics Passed 4 tests
Events Manager - Zoom Integration: 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,814 ▲43 | 14.28 ▼0.07 | 2.06 ▼0.13 | 46.28 ▲3.24 |
Dashboard /wp-admin | 2,192 ▲18 | 5.61 ▲0.05 | 85.68 ▼14.87 | 42.40 ▲0.60 |
Posts /wp-admin/edit.php | 2,100 ▼0 | 1.95 ▼0.02 | 43.14 ▲7.74 | 41.86 ▲5.97 |
Add New Post /wp-admin/post-new.php | 1,526 ▼0 | 23.32 ▲0.22 | 656.93 ▼107.12 | 53.23 ▼8.32 |
Media Library /wp-admin/upload.php | 1,400 ▼0 | 4.23 ▼0.01 | 102.39 ▼1.42 | 48.85 ▲2.69 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-posts
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
The smoke test was a success, however most plugin functionality was not tested
SRP 50% 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
- 9× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Class 'EM_OAuth\\OAuth_API' not found in wp-content/plugins/events-manager-zoom/oauth/em-zoom-api.php:4
- > PHP Fatal error
Uncaught Error: Call to undefined function add_filter() in wp-content/plugins/events-manager-zoom/em-zoom-docs.php:2
- > PHP Fatal error
Uncaught Error: Class 'EM_OAuth\\OAuth_API_Client' not found in wp-content/plugins/events-manager-zoom/oauth/em-zoom-api-client.php:5
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/events-manager-zoom/em-zoom-install.php:3
- > PHP Fatal error
Uncaught Error: Call to undefined function trailingslashit() in wp-content/plugins/events-manager-zoom/events-manager-zoom.php:30
- > PHP Fatal error
Uncaught Error: Class 'EM_OAuth\\OAuth_API_Admin_Settings' not found in wp-content/plugins/events-manager-zoom/oauth/em-zoom-admin-settings.php:4
- > PHP Fatal error
Uncaught Error: Class 'EM_Event_Locations\\Event_Location' not found in wp-content/plugins/events-manager-zoom/event-locations/em-event-location-zoom-meeting.php:19
- > PHP Fatal error
Uncaught Error: Class 'EM_Event_Locations\\Event_Location' not found in wp-content/plugins/events-manager-zoom/event-locations/em-event-location-zoom-room.php:11
- > PHP Fatal error
Uncaught Error: Class 'EM_Event_Locations\\Zoom_Meeting' not found in wp-content/plugins/events-manager-zoom/event-locations/em-event-location-zoom-webinar.php:17
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
9 plugin tags: tickets, events, webinars, buddypress, zoom...
events-manager-zoom/events-manager-zoom.php Passed 13 tests
"Events Manager - Zoom Integration" version 1.6's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
40 characters long description:
Adds Zoom integration for Events Manager
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 plugin11,600 lines of code in 79 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 65 | 2,538 | 758 | 9,497 |
PHP | 11 | 96 | 348 | 1,642 |
CSS | 2 | 59 | 0 | 457 |
SVG | 1 | 0 | 0 | 4 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.49 |
Average class complexity | 37.33 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 237.00 |
Average method complexity | 5.78 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 56.00 |
Code structure | ||
---|---|---|
Namespaces | 2 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 9 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 68 | |
▷ Static methods | 39 | 57.35% |
▷ Public methods | 68 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 3 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 3 | 100.00% |
Constants | 2 | |
▷ Global constants | 2 | 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
No PNG images were found in this plugin