Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.02MB] [CPU: ▼6.11ms] Passed 4 tests
This is a short check of server-side resources used by Embed Calendly
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.01 | 32.98 ▼4.23 |
Dashboard /wp-admin | 3.33 ▲0.03 | 42.83 ▼3.18 |
Posts /wp-admin/edit.php | 3.38 ▲0.03 | 46.77 ▼0.24 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.05 | 80.28 ▼16.77 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 35.40 ▼0.20 |
Event Types /wp-admin/admin.php?page=emcs-event-types | 3.22 | 31.04 |
Settings /wp-admin/admin.php?page=emcs-settings | 3.22 | 30.05 |
Customizer /wp-admin/admin.php?page=emcs-customizer | 3.22 | 29.46 |
Premium /wp-admin/admin.php?page=emcs-licenses | 3.22 | 28.97 |
Server storage [IO: ▲0.15MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 43 new files
Database: 1 new table, 13 new options
New tables |
---|
wp_emcs_event_types |
New WordPress options |
---|
db_upgraded |
emcs_promotion_last_displayed |
emcs_encryption_key |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
emcs_display_greeting |
emcs_stop_promotions |
emcs_promotion_delay |
widget_recent-posts |
... |
Browser metrics Passed 4 tests
An overview of browser requirements for Embed Calendly
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,826 ▲65 | 14.35 ▲0.13 | 1.55 ▼0.07 | 37.53 ▼6.32 |
Dashboard /wp-admin | 2,235 ▲55 | 5.80 ▲0.13 | 102.08 ▲14.53 | 41.66 ▼0.64 |
Posts /wp-admin/edit.php | 2,137 ▲40 | 2.44 ▲0.46 | 32.50 ▼4.76 | 32.98 ▼4.82 |
Add New Post /wp-admin/post-new.php | 1,557 ▲31 | 24.21 ▲0.54 | 667.66 ▲10.80 | 62.45 ▲0.31 |
Media Library /wp-admin/upload.php | 1,440 ▲40 | 4.34 ▲0.14 | 101.37 ▼2.64 | 42.71 ▼0.06 |
Event Types /wp-admin/admin.php?page=emcs-event-types | 871 | 1.80 | 35.51 | 47.83 |
Settings /wp-admin/admin.php?page=emcs-settings | 976 | 1.84 | 26.49 | 36.72 |
Customizer /wp-admin/admin.php?page=emcs-customizer | 862 | 1.84 | 24.05 | 27.89 |
Premium /wp-admin/admin.php?page=emcs-licenses | 848 | 1.89 | 23.45 | 50.32 |
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
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
The smoke test was a success, however most plugin functionality was not tested
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Almost there! Just fix the following items
- 1× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/embed-calendly-scheduling/embed-calendly-scheduling.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
Attributes that require attention:
- Screenshots: Please add descriptions for these screenshots #1, #2, #3, #4, #5, #6 in embed-calendly-scheduling/assets to your readme.txt
embed-calendly-scheduling/embed-calendly-scheduling.php Passed 13 tests
The main PHP file in "Embed Calendly" ver. 3.7 adds more information about the plugin and also serves as the entry point for this plugin
68 characters long description:
Easy and simple way to embed Calendly scheduling pages on WordPress.
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
No dangerous file extensions were detected1,307 lines of code in 28 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 17 | 251 | 78 | 1,286 |
SVG | 5 | 0 | 0 | 15 |
CSS | 4 | 0 | 0 | 4 |
JavaScript | 2 | 0 | 0 | 2 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.37 |
Average class complexity | 11.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 20.00 |
Average method complexity | 2.50 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 14.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 9 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 60 | |
▷ Static methods | 39 | 65.00% |
▷ Public methods | 29 | 48.33% |
▷ Protected methods | 4 | 6.67% |
▷ Private methods | 27 | 45.00% |
Functions | 11 | |
▷ Named functions | 11 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 12 | |
▷ Global constants | 8 | 66.67% |
▷ Class constants | 4 | 33.33% |
▷ 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
1 PNG file occupies 0.01MB with 0.00MB in potential savings
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/img/donate.png | 6.64KB | 2.85KB | ▼ 57.15% |