Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Installer ran successfully
Server metrics [RAM: ▲0.18MB] [CPU: ▼4.99ms] Passed 4 tests
This is a short check of server-side resources used by Forms Management System Views Builder
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.66 ▲0.19 | 46.00 ▲6.08 |
Dashboard /wp-admin | 3.49 ▲0.18 | 51.11 ▲0.21 |
Posts /wp-admin/edit.php | 3.60 ▲0.24 | 48.83 ▼9.96 |
Add New Post /wp-admin/post-new.php | 6.07 ▲0.18 | 88.75 ▼13.37 |
Media Library /wp-admin/upload.php | 3.41 ▲0.18 | 39.52 ▲3.17 |
Views Settings /wp-admin/admin.php?page=fvb_settings | 3.38 | 36.66 |
Views /wp-admin/edit.php?post_type=fvb_views | 3.45 | 40.14 |
Server storage [IO: ▲0.41MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 26 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
theysaidso_admin_options |
db_upgraded |
can_compress_scripts |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
Checking browser requirements for Forms Management System Views Builder
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,828 ▲67 | 14.35 ▲0.01 | 2.15 ▲0.25 | 45.65 ▼0.37 |
Dashboard /wp-admin | 2,209 ▲38 | 5.61 ▲0.03 | 91.63 ▼13.12 | 46.17 ▼9.43 |
Posts /wp-admin/edit.php | 2,112 ▲12 | 2.01 ▲0.03 | 37.47 ▼5.48 | 38.44 ▲2.87 |
Add New Post /wp-admin/post-new.php | 1,540 ▲14 | 23.02 ▼0.61 | 694.52 ▲16.90 | 53.23 ▼2.36 |
Media Library /wp-admin/upload.php | 1,408 ▲8 | 4.19 ▲0.02 | 97.52 ▼9.94 | 41.42 ▼6.85 |
Views Settings /wp-admin/admin.php?page=fvb_settings | 909 | 2.04 | 29.70 | 67.51 |
Views /wp-admin/edit.php?post_type=fvb_views | 1,075 | 1.98 | 32.01 | 31.88 |
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
These items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- theysaidso_admin_options
- widget_recent-comments
- widget_recent-posts
- can_compress_scripts
- db_upgraded
- widget_theysaidso_widget
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Even though everything seems fine, this is not 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
No output text or server-side errors detected on direct access of PHP files
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser errors were detected
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is undoubtedly the most important file in your plugin, preparing it for public listing on WordPress.org
8 plugin tags: custom fields, visual builder, form, mostasharoon, custom post type...
forms-management-system-views-builder/fms-views-builder.php 85% from 13 tests
"Forms Management System Views Builder" version 1.2.0.3's main PHP file describes plugin functionality and also serves as the entry point to any WordPress functionality
It is important to fix the following:
- Main file name: The principal plugin file should be the same as the plugin slug ("forms-management-system-views-builder.php" instead of "fms-views-builder.php")
- Text Domain: You no longer need to specify the text domain since WordPress 4.6; 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
Everything looks great! No dangerous files found in this plugin7,944 lines of code in 17 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 5 | 1,421 | 16 | 5,883 |
PHP | 6 | 171 | 91 | 876 |
JavaScript | 4 | 21 | 47 | 869 |
SVG | 1 | 0 | 0 | 229 |
PO File | 1 | 31 | 33 | 87 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.27 |
Average class complexity | 28.00 |
▷ Minimum class complexity | 19.00 |
▷ Maximum class complexity | 39.00 |
Average method complexity | 4.12 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 17.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 3 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 3 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 26 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 26 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 12 | |
▷ Named functions | 12 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 3 | |
▷ Global constants | 3 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
2 compressed PNG files occupy 0.00MB
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/error.png | 0.70KB | 0.74KB | 0.00% |
images/mdm-cross-hair.png | 0.21KB | 0.24KB | 0.00% |