Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Please fix the following installer errors
- This plugin did not install gracefully
- > Notice in wp-content/plugins/audiotyped-ux/audiotyped-ux.php+74
Undefined variable: default_audiotyped_mbpv_size
Server metrics [RAM: ▼1.95MB] [CPU: ▼52.66ms] Passed 4 tests
Analyzing server-side resources used by AudioTyped UX
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.04 ▼1.42 | 4.45 ▼35.21 |
Dashboard /wp-admin | 2.06 ▼1.24 | 6.15 ▼45.66 |
Posts /wp-admin/edit.php | 2.06 ▼1.29 | 5.12 ▼44.79 |
Add New Post /wp-admin/post-new.php | 2.06 ▼3.82 | 5.96 ▼84.96 |
Media Library /wp-admin/upload.php | 2.06 ▼1.17 | 5.02 ▼27.15 |
AudioTyped UX /wp-admin/options-general.php?page=audiotyped-settings | 2.06 | 5.31 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
There were no storage issued detected upon installing this plugin
Filesystem: 7 new files
Database: no new tables, 13 new options
New WordPress options |
---|
widget_recent-posts |
audiotyped_ma_size |
widget_theysaidso_widget |
audiotyped_md_size |
audiotyped_mbph_size |
widget_recent-comments |
audiotyped_dbph_size |
audiotyped_dc_size |
audiotyped_mbpv_size |
theysaidso_admin_options |
... |
Browser metrics Passed 4 tests
A check of browser resources used by AudioTyped UX
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,846 ▲85 | 14.74 ▲0.21 | 2.30 ▲0.46 | 42.67 ▲2.76 |
Dashboard /wp-admin | 2,221 ▲41 | 5.88 ▲0.28 | 91.59 ▲5.04 | 40.45 ▼0.27 |
Posts /wp-admin/edit.php | 2,128 ▲31 | 2.26 ▲0.24 | 34.10 ▼2.82 | 32.61 ▼0.68 |
Add New Post /wp-admin/post-new.php | 1,545 ▲19 | 23.12 ▼0.02 | 657.41 ▼20.01 | 35.33 ▼28.05 |
Media Library /wp-admin/upload.php | 1,420 ▲20 | 4.44 ▲0.25 | 103.59 ▲3.07 | 43.93 ▼0.19 |
AudioTyped UX /wp-admin/options-general.php?page=audiotyped-settings | 1,603 | 2.77 | 60.41 | 28.74 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- Uninstall procedure validation failed for this plugin
- > Notice in wp-content/plugins/audiotyped-ux/audiotyped-ux.php+74
Undefined variable: default_audiotyped_mbpv_size
- This plugin did not uninstall successfully, leaving 6 options in the database
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Almost there, just fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=audiotyped-settings
- > Notice in wp-content/plugins/audiotyped-ux/audiotyped-ux.php+74
Undefined variable: default_audiotyped_mbpv_size
- > GET request to /wp-admin/options-general.php?page=audiotyped-settings
- > Notice in wp-content/plugins/audiotyped-ux/audiotyped-ux.php+78
Undefined variable: default_audiotyped_mbph_size
- > GET request to /wp-admin/options-general.php?page=audiotyped-settings
- > Notice in wp-content/plugins/audiotyped-ux/audiotyped-ux.php+82
Undefined variable: default_audiotyped_dbpv_size
- > GET request to /wp-admin/options-general.php?page=audiotyped-settings
- > Notice in wp-content/plugins/audiotyped-ux/audiotyped-ux.php+86
Undefined variable: default_audiotyped_dbph_size
SRP 50% from 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
Please fix the following
- 1× PHP files perform the task of outputting text when accessed with GET requests:
- > /wp-content/plugins/audiotyped-ux/audiotyped-ux.php
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration Passed 29 tests
readme.txt Passed 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
6 plugin tags: interview, transcription, deaf, ux, layout...
audiotyped-ux/audiotyped-ux.php Passed 13 tests
Analyzing the main PHP file in "AudioTyped UX" version 1.0.21
68 characters long description:
Makes the Settings for the UX Interview Layouts of your Transcripts.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are not allowed as they can serve as attack vectors
Good job! No executable or dangerous file extensions detected557 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 1 | 5 | 10 | 299 |
PHP | 2 | 16 | 28 | 231 |
JavaScript | 2 | 0 | 0 | 27 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.13 |
Average class complexity | 0.00 |
▷ Minimum class complexity | 0.00 |
▷ Maximum class complexity | 0.00 |
Average method complexity | 0.00 |
▷ Minimum method complexity | 0.00 |
▷ Maximum method complexity | 0.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 0 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 0 | 0.00% |
▷ Final classes | 0 | 0.00% |
Methods | 0 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 0 | 0.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 6 | |
▷ Named functions | 6 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 0 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
No PNG images were found in this plugin