Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Install script ran successfully
Server metrics [RAM: ▲0.06MB] [CPU: ▲0.79ms] Passed 4 tests
Analyzing server-side resources used by Immersive designer
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 42.80 ▲0.65 |
Dashboard /wp-admin | 3.36 ▲0.05 | 52.61 ▲5.96 |
Posts /wp-admin/edit.php | 3.41 ▲0.05 | 50.67 ▲4.65 |
Add New Post /wp-admin/post-new.php | 6.00 ▲0.11 | 85.77 ▼7.42 |
Media Library /wp-admin/upload.php | 3.28 ▲0.05 | 38.16 ▲5.29 |
Add New /wp-admin/post-new.php?post_type=immersive_config | 3.34 | 49.00 |
All Configurations /wp-admin/edit.php?post_type=immersive_config | 3.32 | 38.49 |
Settings /wp-admin/edit.php?post_type=immersive_config&page=immdg | 3.26 | 31.53 |
Server storage [IO: ▲3.07MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 32 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
widget_recent-posts |
widget_theysaidso_widget |
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Immersive designer
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,947 ▲212 | 14.01 ▼0.35 | 5.89 ▲3.97 | 43.71 ▲0.03 |
Dashboard /wp-admin | 2,242 ▲54 | 4.86 ▼0.00 | 107.42 ▼4.79 | 38.20 ▼5.08 |
Posts /wp-admin/edit.php | 2,119 ▲30 | 2.02 ▼0.02 | 39.95 ▲1.18 | 33.81 ▼0.46 |
Add New Post /wp-admin/post-new.php | 1,556 ▲23 | 23.20 ▲2.15 | 672.37 ▼6.71 | 54.51 ▲1.04 |
Media Library /wp-admin/upload.php | 1,421 ▲36 | 4.16 ▼0.07 | 104.96 ▲4.15 | 45.61 ▲0.20 |
Add New /wp-admin/post-new.php?post_type=immersive_config | 2,181 | 6.62 | 157.34 | 43.93 |
All Configurations /wp-admin/edit.php?post_type=immersive_config | 1,095 | 1.99 | 29.26 | 30.28 |
Settings /wp-admin/edit.php?post_type=immersive_config&page=immdg | 833 | 2.04 | 24.19 | 25.76 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
These items require your attention
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-comments
- can_compress_scripts
- db_upgraded
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though no errors were found, this is by no means an exhaustive test
SRP Passed 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
Congratulations! This plugin passed the SRP test
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There are user-side issues you should fix
- > GET request to /wp-admin/post-new.php?post_type=immersive_config
- > Rendering (warning) in unknown
/wp-admin/post-new.php?post_type=immersive_config - [.WebGL-0x6d000331c00]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
Attributes that need to be fixed:
- Donate link: Please fix this invalid URI: "#"
immersive-designer/immdg.php 92% from 13 tests
The primary PHP file in "Immersive designer" version 1.0.0 is used by WordPress to initiate all plugin functionality
You should first fix the following items:
- Main file name: Even though not officially enforced, the main plugin file should be the same as the plugin slug ("immersive-designer.php" instead of "immdg.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
No dangerous file extensions were detected58,710 lines of code in 24 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 10 | 41,285 | 6,846 | 57,253 |
PHP | 12 | 200 | 654 | 1,278 |
CSS | 2 | 31 | 8 | 179 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.21 |
Average class complexity | 13.88 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 69.00 |
Average method complexity | 3.29 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 26.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 8 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 8 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 45 | |
▷ Static methods | 2 | 4.44% |
▷ Public methods | 39 | 86.67% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 6 | 13.33% |
Functions | 9 | |
▷ Named functions | 9 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 9 | |
▷ Global constants | 9 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Using a strong compression for your PNG files is a great way to speed-up your plugin
1 compressed PNG file occupies 0.01MB
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
includes/img/checked.png | 15.15KB | 15.15KB | 0.01% |