Benchmarks
Plugin footprint Passed 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.00MB] [CPU: ▼139.81ms] Passed 4 tests
A check of server-side resources used by AutomatorWP - Zoom integration
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.84 ▲0.12 | 43.80 ▲16.77 |
Dashboard /wp-admin | 3.06 ▲0.01 | 50.38 ▲1.77 |
Posts /wp-admin/edit.php | 3.11 ▲0.01 | 50.89 ▲2.12 |
Add New Post /wp-admin/post-new.php | 5.43 ▼0.00 | 105.37 ▼557.22 |
Media Library /wp-admin/upload.php | 3.01 ▼0.00 | 36.62 ▼5.89 |
Server storage [IO: ▲0.06MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 13 new files
Database: no new tables, no new options
Browser metrics Passed 4 tests
AutomatorWP - 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 / | 3,726 ▲120 | 15.63 ▲0.11 | 10.68 ▼1.58 | 51.86 ▼6.62 |
Dashboard /wp-admin | 2,990 ▲59 | 5.97 ▼0.22 | 154.16 ▲1.07 | 111.65 ▼11.89 |
Posts /wp-admin/edit.php | 2,765 ▲29 | 2.72 ▲0.01 | 73.62 ▲11.04 | 102.11 ▲11.17 |
Add New Post /wp-admin/post-new.php | 1,699 ▲16 | 18.81 ▲0.43 | 399.42 ▼7.22 | 114.97 ▼3.94 |
Media Library /wp-admin/upload.php | 1,831 ▲24 | 5.04 ▲0.03 | 159.81 ▼1.18 | 123.64 ▼6.62 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] Passed 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
Uninstall script ran successfully
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Good news, no errors were detected
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 trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/automatorwp-zoom-integration/automatorwp-zoom.php:239
- > PHP Fatal error
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 93% from 29 tests
readme.txt Passed 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
5 plugin tags: automatorwp, webinar, video, zoom, meeting
automatorwp-zoom-integration/automatorwp-zoom.php 85% from 13 tests
The main PHP file in "AutomatorWP - Zoom integration" ver. 1.0.4 adds more information about the plugin and also serves as the entry point for this plugin
It is important to fix the following:
- Main file name: Name the main plugin file the same as the plugin slug ("automatorwp-zoom-integration.php" instead of "automatorwp-zoom.php")
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Success! There were no dangerous files found in this plugin852 lines of code in 11 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 242 | 423 | 592 |
SVG | 1 | 1 | 1 | 189 |
JavaScript | 2 | 19 | 10 | 53 |
CSS | 2 | 3 | 0 | 18 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
Average class complexity | 12.00 |
▷ Minimum class complexity | 12.00 |
▷ Maximum class complexity | 12.00 |
Average method complexity | 2.47 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 6.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 1 | 50.00% |
Methods | 15 | |
▷ Static methods | 1 | 6.67% |
▷ Public methods | 10 | 66.67% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 5 | 33.33% |
Functions | 19 | |
▷ Named functions | 19 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 6 | |
▷ Global constants | 6 | 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 are no PNG files in this plugin