Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Install script ran successfully
Server metrics [RAM: ▲0.25MB] [CPU: ▼5.27ms] Passed 4 tests
This is a short check of server-side resources used by Fuzion - Write. Create. Dream. AI.
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.75 ▲0.29 | 41.38 ▲4.76 |
Dashboard /wp-admin | 3.59 ▲0.29 | 51.50 ▲3.30 |
Posts /wp-admin/edit.php | 3.64 ▲0.28 | 50.01 ▼0.31 |
Add New Post /wp-admin/post-new.php | 6.11 ▲0.22 | 85.85 ▼26.26 |
Media Library /wp-admin/upload.php | 3.45 ▲0.22 | 35.63 ▲2.18 |
Fuzion AI /wp-admin/options-general.php?page=fuzion | 3.44 | 32.52 |
Server storage [IO: ▲0.67MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 62 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
widget_recent-posts |
db_upgraded |
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
Checking browser requirements for Fuzion - Write. Create. Dream. AI.
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.25 ▼0.10 | 1.68 ▲0.10 | 42.74 ▲2.30 |
Dashboard /wp-admin | 2,202 ▲25 | 5.66 ▲0.07 | 87.16 ▲0.13 | 36.60 ▼6.43 |
Posts /wp-admin/edit.php | 2,107 ▲7 | 2.00 ▲0.06 | 33.93 ▼2.84 | 34.16 ▼1.01 |
Add New Post /wp-admin/post-new.php | 1,531 ▼6 | 23.06 ▲4.83 | 670.30 ▲45.54 | 54.05 ▼6.73 |
Media Library /wp-admin/upload.php | 1,404 ▲7 | 4.23 ▼0.08 | 94.25 ▼3.99 | 44.04 ▼1.61 |
Fuzion AI /wp-admin/options-general.php?page=fuzion | 853 | 2.03 | 25.59 | 33.85 |
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
- This plugin did not uninstall successfully, leaving 6 options in the database
- widget_theysaidso_widget
- widget_recent-comments
- db_upgraded
- theysaidso_admin_options
- can_compress_scripts
- widget_recent-posts
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)
Good news, no errors were detected
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 take a closer look at the following
- 3× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Trait 'Fuzion\\App\\Traits\\Utils' not found in wp-content/plugins/fuzion/app/admin/class-view.php on line 25
- > PHP Fatal error
Uncaught Error: Class 'Fuzion\\App\\Admin\\View' not found in wp-content/plugins/fuzion/app/admin/class-admin.php:22
- > PHP Fatal error
Trait 'Fuzion\\App\\Traits\\Utils' not found in wp-content/plugins/fuzion/app/class-editor.php on line 24
- > PHP Fatal error
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 93% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
Attributes that need to be fixed:
- Screenshots: No descriptions were found for these screenshots #5, #6 in fuzion/assets to your readme.txt
fuzion/fuzion.php 92% from 13 tests
The principal PHP file in "Fuzion - Write. Create. Dream. AI." v. 1.4.1 is loaded by WordPress automatically on each request
Please take the time to fix the following:
- Domain Path: The domain path folder was not found ("/languages")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
Success! There were no dangerous files found in this plugin2,914 lines of code in 59 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 25 | 201 | 523 | 1,324 |
PHP | 27 | 502 | 1,154 | 1,288 |
Sass | 3 | 59 | 2 | 298 |
CSS | 3 | 0 | 0 | 3 |
SVG | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.26 |
Average class complexity | 6.59 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 22.00 |
Average method complexity | 2.28 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 7.00 |
Code structure | ||
---|---|---|
Namespaces | 9 | |
Interfaces | 0 | |
Traits | 1 | |
Classes | 16 | |
▷ Abstract classes | 2 | 12.50% |
▷ Concrete classes | 14 | 87.50% |
▷ Final classes | 0 | 0.00% |
Methods | 74 | |
▷ Static methods | 21 | 28.38% |
▷ Public methods | 59 | 79.73% |
▷ Protected methods | 9 | 12.16% |
▷ Private methods | 6 | 8.11% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 2 | |
▷ Global constants | 2 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
No PNG files were detected