Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Installer ran successfully
Server metrics [RAM: ▲0.06MB] [CPU: ▼2.83ms] Passed 4 tests
An overview of server-side resources used by BuddyPress & BuddyBoss Member Profile Forms
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 40.28 ▼2.00 |
Dashboard /wp-admin | 3.42 ▲0.12 | 52.27 ▼0.78 |
Posts /wp-admin/edit.php | 3.47 ▲0.12 | 49.58 ▼3.10 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 90.38 ▼5.44 |
Media Library /wp-admin/upload.php | 3.28 ▲0.05 | 41.59 ▲4.53 |
Install Plugins /wp-admin/plugins.php?page=buddyforms_members_tgmpa-install-plugins | 3.35 | 35.13 |
Server storage [IO: ▲0.75MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 69 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-posts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
This is an overview of browser requirements for BuddyPress & BuddyBoss Member Profile Forms
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,820 ▲34 | 14.68 ▲0.32 | 1.86 ▼0.90 | 46.31 ▼0.35 |
Dashboard /wp-admin | 2,223 ▲46 | 5.62 ▲0.03 | 96.77 ▼4.86 | 47.91 ▲3.97 |
Posts /wp-admin/edit.php | 2,143 ▲43 | 2.02 ▲0.03 | 39.44 ▲0.35 | 38.86 ▲3.80 |
Add New Post /wp-admin/post-new.php | 1,553 ▲147 | 23.32 ▲5.51 | 647.31 ▼14.70 | 52.98 ▲6.08 |
Media Library /wp-admin/upload.php | 1,442 ▲42 | 4.24 ▼0.02 | 100.87 ▲2.68 | 48.71 ▲2.20 |
Install Plugins /wp-admin/plugins.php?page=buddyforms_members_tgmpa-install-plugins | 1,002 | 2.06 | 25.78 | 30.35 |
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
- This plugin does not fully uninstall, leaving 6 options in the database
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
Smoke tests 75% 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 no errors were found, this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
Please fix the following
- 2× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/buddyforms-members/includes/templates/buddyforms/members/members-post-create.php
- > /wp-content/plugins/buddyforms-members/includes/templates/buddyforms/members/members-post-display.php
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
5 plugin tags: buddypress, member forms, buddypress profile, buddypress registration, buddyboss
buddyforms-members/loader.php 92% from 13 tests
The main PHP script in "BuddyPress & BuddyBoss Member Profile Forms" version 1.5.5 is automatically included on every request by WordPress
Please take the time to fix the following:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("buddyforms-members.php" instead of "loader.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
Success! There were no dangerous files found in this plugin7,962 lines of code in 36 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PO File | 19 | 1,705 | 2,321 | 5,631 |
PHP | 11 | 572 | 317 | 2,220 |
CSS | 2 | 13 | 8 | 54 |
JSON | 1 | 0 | 0 | 23 |
XML | 1 | 0 | 0 | 19 |
JavaScript | 2 | 1 | 0 | 15 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.56 |
Average class complexity | 44.89 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 206.00 |
Average method complexity | 4.24 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 40.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 9 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 9 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 119 | |
▷ Static methods | 5 | 4.20% |
▷ Public methods | 96 | 80.67% |
▷ Protected methods | 23 | 19.33% |
▷ Private methods | 0 | 0.00% |
Functions | 65 | |
▷ Named functions | 57 | 87.69% |
▷ Anonymous functions | 8 | 12.31% |
Constants | 6 | |
▷ Global constants | 3 | 50.00% |
▷ Class constants | 3 | 50.00% |
▷ Public constants | 3 | 100.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
There were not PNG files found in your plugin