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.08MB] [CPU: ▼1.53ms] Passed 4 tests
A check of server-side resources used by Roomvu Marketing
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.54 ▲0.08 | 36.92 ▼5.95 |
Dashboard /wp-admin | 3.38 ▲0.08 | 45.07 ▼2.93 |
Posts /wp-admin/edit.php | 3.49 ▲0.14 | 51.35 ▲5.34 |
Add New Post /wp-admin/post-new.php | 5.96 ▲0.07 | 97.33 ▼0.30 |
Media Library /wp-admin/upload.php | 3.30 ▲0.07 | 39.27 ▲3.06 |
Roomvu Marketing /wp-admin/edit.php?page=roomvu-marketing | 3.31 | 265.65 |
Server storage [IO: ▲0.05MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 12 new files
Database: no new tables, 8 new options
New WordPress options |
---|
widget_recent-posts |
widget_theysaidso_widget |
rvm_cron_text |
rvm_cron_text_runs |
theysaidso_admin_options |
widget_recent-comments |
can_compress_scripts |
db_upgraded |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Roomvu Marketing
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.59 ▼0.76 | 1.61 ▼0.19 | 40.92 ▼7.30 |
Dashboard /wp-admin | 2,207 ▲16 | 4.85 ▼1.05 | 108.31 ▲3.08 | 43.25 ▲0.95 |
Posts /wp-admin/edit.php | 2,093 ▲1 | 2.04 ▲0.03 | 38.62 ▼3.73 | 35.93 ▲0.05 |
Add New Post /wp-admin/post-new.php | 1,517 ▼2 | 17.66 ▼5.41 | 649.35 ▲16.64 | 51.58 ▲0.13 |
Media Library /wp-admin/upload.php | 1,392 ▲7 | 4.24 ▲0.06 | 101.62 ▲2.50 | 46.55 ▲4.70 |
Roomvu Marketing /wp-admin/edit.php?page=roomvu-marketing | 954 | 2.05 | 21.91 | 26.87 |
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
- Zombie WordPress options were found after uninstall: 8 options
- widget_theysaidso_widget
- widget_recent-comments
- rvm_cron_text_runs
- rvm_cron_text
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
- widget_recent-posts
Smoke tests 25% from 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)
Even though everything seems fine, this is not an exhaustive test
SRP 0% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
Please fix the following
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/roomvu-marketing/views/post.php
- 5× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Notice
Undefined variable: post_type in wp-content/plugins/roomvu-marketing/views/post.php on line 1
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/roomvu-marketing/roomvu.php:19
- > PHP Notice
Undefined variable: post_type in wp-content/plugins/roomvu-marketing/views/post.php on line 15
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html() in wp-content/plugins/roomvu-marketing/views/settings.php:25
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html() in wp-content/plugins/roomvu-marketing/views/success.php:28
- > PHP Notice
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
These are user-side errors you should fix
- > GET request to /wp-admin/edit.php?page=roomvu-marketing
- > Network (severe)
wp-content/plugins/roomvu-marketing//assets/image/logo.svg - Failed to load resource: the server responded with a status of 404 (Not Found)
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
These attributes need your attention:
- Screenshots: Screenshot #1 (Plugin Settings Page) image not found
roomvu-marketing/roomvu.php 85% from 13 tests
Analyzing the main PHP file in "Roomvu Marketing" version 1.3.0
The following require your attention:
- Description: Keep the plugin description shorter than 140 characters (currently 144 characters long)
- Main file name: Even though not officially enforced, the main plugin file should be the same as the plugin slug ("roomvu-marketing.php" instead of "roomvu.php")
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 plugin686 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 9 | 102 | 82 | 559 |
CSS | 1 | 18 | 1 | 127 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.36 |
Average class complexity | 9.80 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 20.00 |
Average method complexity | 2.57 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 9.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 28 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 21 | 75.00% |
▷ Protected methods | 6 | 21.43% |
▷ Private methods | 1 | 3.57% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.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
There were not PNG files found in your plugin