Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
It is recommended to fix the following installer errors
- The plugin did not install without errors
- > User notice in wp-includes/functions.php+5905
Function wp_deregister_script was called incorrectly. Do not deregister the jquery script in the administration area. To target the front-end theme, use the wp_enqueue_scripts hook. Please see Debugging in WordPress for more information. (This message was added in version 3.6.0.)
Server metrics [RAM: ▼1.73MB] [CPU: ▼55.57ms] Passed 4 tests
Server-side resources used by RackForms Express Web Form Builder
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.26 ▼1.20 | 5.62 ▼36.27 |
Dashboard /wp-admin | 2.28 ▼1.02 | 7.32 ▼47.05 |
Posts /wp-admin/edit.php | 2.28 ▼1.07 | 6.75 ▼46.34 |
Add New Post /wp-admin/post-new.php | 2.28 ▼3.60 | 6.36 ▼92.63 |
Media Library /wp-admin/upload.php | 2.28 ▼0.95 | 6.40 ▼27.30 |
Server storage [IO: ▲0.23MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 9 new files
Database: no new tables, 8 new options
New WordPress options |
---|
widget_recent-comments |
widget_recent-posts |
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
hefo_version |
widget_theysaidso_widget |
hefo |
Browser metrics Passed 4 tests
Checking browser requirements for RackForms Express Web Form Builder
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,866 ▲95 | 13.80 ▼0.58 | 18.59 ▲16.33 | 44.42 ▼1.92 |
Dashboard /wp-admin | 2,219 ▲28 | 4.85 ▼1.05 | 104.49 ▲0.32 | 42.84 ▼5.99 |
Posts /wp-admin/edit.php | 2,108 ▲19 | 2.01 ▲0.03 | 36.57 ▼3.63 | 33.91 ▼1.61 |
Add New Post /wp-admin/post-new.php | 1,527 ▼6 | 17.55 ▼5.53 | 664.31 ▼18.93 | 59.43 ▼11.26 |
Media Library /wp-admin/upload.php | 1,404 ▲13 | 4.20 ▲0.01 | 98.21 ▼3.32 | 42.73 ▼3.06 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
You still need to fix the following
- Uninstall procedure had uncaught errors
- > User notice in wp-includes/functions.php+5905
Function wp_deregister_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the jquery handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.)
- This plugin does not fully uninstall, leaving 8 options in the database
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-posts
- db_upgraded
- can_compress_scripts
- widget_recent-comments
- hefo_version
- hefo
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 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following items
- 2× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_deregister_script() in wp-content/plugins/rackforms-express/rackforms-express.php:12
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/rackforms-express/post-integration/post-integration.php:33
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser issues were found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
These attributes need to be fixed:
- Tags: There are too many tags (11 tag instead of maximum 10)
- Screenshots: These screenshots have no corresponding images in /assets: #1 (RackForms Express For WordPress Can Build Any Form Type You Need.), #2 (Collect Entries In An Automated Entry Viewer, Or Send Emails.)
rackforms-express/rackforms-express.php Passed 13 tests
Analyzing the main PHP file in "RackForms Express Web Form Builder" version 1.5
93 characters long description:
Install and Manage RackForms Express, A Powerful and Totally Free Form Builder For WordPress!
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
There were no executable files found in this plugin1,712 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 502 | 319 | 1,371 |
JavaScript | 1 | 103 | 73 | 338 |
CSS | 1 | 3 | 1 | 3 |
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 | 3.00 |
▷ Minimum class complexity | 3.00 |
▷ Maximum class complexity | 3.00 |
Average method complexity | 1.25 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 2.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 8 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 8 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 24 | |
▷ Named functions | 24 | 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
PNG files should be compressed to save space and minimize bandwidth usage
No PNG images were found in this plugin