Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.16MB] [CPU: ▼0.81ms] Passed 4 tests
A check of server-side resources used by Video Playlist For YouTube
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.60 ▲0.14 | 43.47 ▲1.48 |
Dashboard /wp-admin | 3.45 ▲0.14 | 51.13 ▲1.40 |
Posts /wp-admin/edit.php | 3.56 ▲0.20 | 45.83 ▲4.36 |
Add New Post /wp-admin/post-new.php | 6.10 ▲0.21 | 85.48 ▼5.61 |
Media Library /wp-admin/upload.php | 3.37 ▲0.14 | 35.05 ▼0.50 |
All Playlists /wp-admin/edit.php?post_type=vid_playlist_ytub | 3.41 | 36.23 |
Settings /wp-admin/edit.php?post_type=vid_playlist_ytub&page=vpfy_settings_menu | 3.33 | 32.73 |
Server storage [IO: ▲0.32MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 16 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
Video Playlist For YouTube: 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,850 ▲115 | 13.26 ▼1.14 | 4.51 ▲2.74 | 43.43 ▼1.08 |
Dashboard /wp-admin | 2,237 ▲45 | 4.86 ▼0.04 | 103.65 ▼5.05 | 41.08 ▼4.81 |
Posts /wp-admin/edit.php | 2,117 ▲28 | 2.06 ▲0.09 | 34.56 ▼2.03 | 33.27 ▼0.26 |
Add New Post /wp-admin/post-new.php | 1,567 ▲32 | 18.20 ▼5.09 | 621.34 ▼83.93 | 58.67 ▲0.11 |
Media Library /wp-admin/upload.php | 1,422 ▲31 | 4.31 ▲0.10 | 94.33 ▼4.43 | 43.40 ▼0.92 |
All Playlists /wp-admin/edit.php?post_type=vid_playlist_ytub | 1,092 | 1.94 | 29.53 | 31.18 |
Settings /wp-admin/edit.php?post_type=vid_playlist_ytub&page=vpfy_settings_menu | 915 | 2.02 | 22.92 | 27.87 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-comments
- widget_theysaidso_widget
- db_upgraded
- theysaidso_admin_options
- widget_recent-posts
- can_compress_scripts
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
The smoke test was a success, however most plugin functionality was not tested
SRP Passed 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
Looking good! No server-side errors or output on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% 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:
- Requires at least: The plugin version is formatted incorrectly
video-playlist-for-youtube/video-playlist-ytb-plugin.php 85% from 13 tests
The main PHP file in "Video Playlist For YouTube" ver. 6.0 adds more information about the plugin and also serves as the entry point for this plugin
Please take the time to fix the following:
- Main file name: Name the main plugin file the same as the plugin slug ("video-playlist-for-youtube.php" instead of "video-playlist-ytb-plugin.php")
- Description: Keep the plugin description shorter than 140 characters (currently 267 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Good job! No executable or dangerous file extensions detected2,364 lines of code in 15 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 6 | 415 | 73 | 1,508 |
PHP | 5 | 80 | 38 | 586 |
JavaScript | 4 | 124 | 70 | 270 |
PHP code Passed 2 tests
Analyzing 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.32 |
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 | 19 | |
▷ Named functions | 19 | 100.00% |
▷ Anonymous functions | 0 | 0.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
PNG files should be compressed to save space and minimize bandwidth usage
PNG images were not found in this plugin