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
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.08MB] [CPU: ▼14.48ms] Passed 4 tests
This is a short check of server-side resources used by Formzu WP
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.05 | 35.35 ▼9.49 |
Dashboard /wp-admin | 3.39 ▲0.05 | 45.47 ▼19.56 |
Posts /wp-admin/edit.php | 3.49 ▲0.13 | 48.39 ▼3.51 |
Add New Post /wp-admin/post-new.php | 6.08 ▲0.20 | 78.01 ▼25.35 |
Media Library /wp-admin/upload.php | 3.33 ▲0.10 | 35.93 ▼3.47 |
フォーム管理 /wp-admin/admin.php?page=formzu-admin | 3.30 | 39.81 |
使い方 /wp-admin/admin.php?page=how-to-use | 3.30 | 34.09 |
Server storage [IO: ▲0.19MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 48 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_formzudefaultwidget |
widget_recent-comments |
widget_theysaidso_widget |
can_compress_scripts |
widget_recent-posts |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
Checking browser requirements for Formzu WP
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,956 ▲195 | 13.60 ▼0.77 | 6.13 ▲4.02 | 36.82 ▼6.32 |
Dashboard /wp-admin | 2,247 ▲41 | 4.86 ▼1.02 | 108.24 ▲2.20 | 48.70 ▲3.84 |
Posts /wp-admin/edit.php | 2,131 ▲31 | 2.05 ▲0.08 | 35.60 ▼6.23 | 42.59 ▲5.54 |
Add New Post /wp-admin/post-new.php | 1,561 ▲30 | 23.15 ▼0.20 | 669.84 ▼13.93 | 56.29 ▼4.08 |
Media Library /wp-admin/upload.php | 1,428 ▲31 | 4.28 ▲0.03 | 109.21 ▼3.62 | 55.29 ▲4.82 |
フォーム管理 /wp-admin/admin.php?page=formzu-admin | 1,426 | 2.44 | 53.58 | 124.89 |
使い方 /wp-admin/admin.php?page=how-to-use | 2,163 | 2.34 | 33.40 | 102.90 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 7 options
- can_compress_scripts
- widget_formzudefaultwidget
- db_upgraded
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
- widget_recent-comments
Smoke tests Passed 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP Passed 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
Everything seems fine, however this is by no means an exhaustive test
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
No browser errors were detected
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
Attributes that need to be fixed:
- Donate link: Invalid URI found ("")
formzu-wp/formzu-wp.php 85% from 13 tests
The main file in "Formzu WP" v. 1.6.6 serves as a complement to information provided in readme.txt and as the entry point to the plugin
Please take the time to fix the following:
- Domain Path: The domain path points to an invalid folder, "/languages/" does not exist
- Description: A good plugin description is longer than 10 characters (currently 9 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Success! There were no dangerous files found in this plugin4,223 lines of code in 47 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 39 | 716 | 151 | 3,246 |
JavaScript | 4 | 175 | 250 | 558 |
CSS | 4 | 53 | 5 | 419 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.38 |
Average class complexity | 20.38 |
▷ Minimum class complexity | 3.00 |
▷ Maximum class complexity | 33.00 |
Average method complexity | 2.78 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 19.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 | 86 | |
▷ Static methods | 48 | 55.81% |
▷ Public methods | 79 | 91.86% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 7 | 8.14% |
Functions | 53 | |
▷ Named functions | 53 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 10 | |
▷ Global constants | 9 | 90.00% |
▷ Class constants | 1 | 10.00% |
▷ Public constants | 1 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There were not PNG files found in your plugin