Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.10MB] [CPU: ▼3.59ms] Passed 4 tests
This is a short check of server-side resources used by VoxedIn
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 34.04 ▼8.87 |
Dashboard /wp-admin | 3.40 ▲0.10 | 45.95 ▼3.52 |
Posts /wp-admin/edit.php | 3.51 ▲0.16 | 47.98 ▲2.87 |
Add New Post /wp-admin/post-new.php | 5.98 ▲0.10 | 81.73 ▼4.85 |
Media Library /wp-admin/upload.php | 3.32 ▲0.10 | 36.16 ▲3.40 |
VoxedIn Settings /wp-admin/options-general.php?page=voxedin-wordpress | 3.26 | 28.78 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 5 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
theysaidso_admin_options |
db_upgraded |
widget_recent-posts |
widget_recent-comments |
can_compress_scripts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for VoxedIn
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,864 ▲118 | 13.82 ▼0.48 | 1.81 ▼0.30 | 42.51 ▼0.52 |
Dashboard /wp-admin | 2,210 ▲28 | 4.84 ▼0.95 | 105.27 ▼1.87 | 39.98 ▼2.17 |
Posts /wp-admin/edit.php | 2,093 ▲7 | 2.05 ▲0.07 | 41.34 ▲6.65 | 35.84 ▲0.94 |
Add New Post /wp-admin/post-new.php | 1,414 ▼100 | 17.86 ▲0.20 | 612.83 ▼56.46 | 45.93 ▼10.54 |
Media Library /wp-admin/upload.php | 1,386 ▼5 | 4.21 ▲0.00 | 100.38 ▼0.41 | 44.62 ▲1.05 |
VoxedIn Settings /wp-admin/options-general.php?page=voxedin-wordpress | 795 | 2.03 | 25.93 | 23.73 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
Please fix the following items
- This plugin did not uninstall successfully, leaving 6 options in the database
- can_compress_scripts
- db_upgraded
- widget_recent-posts
- widget_recent-comments
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Please fix the following server-side errors
- 3 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=voxedin-wordpress
- > Notice in wp-content/plugins/voxedin/voxedin-wordpress.php+413
Trying to access array offset on value of type bool
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
- 1× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/voxedin/voxedin-wordpress.php:55
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 90% from 29 tests
readme.txt Passed 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
7 plugin tags: multi-factor, biometric, login, authentication, iphone...
voxedin/voxedin-wordpress.php 77% from 13 tests
Analyzing the main PHP file in "VoxedIn" version 0.95
It is important to fix the following:
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("voxedin.php" instead of "voxedin-wordpress.php")
- Domain Path: The domain path folder does not exist ("/lang")
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is a short overview of programming languages used in this plugin, detecting executable files
Good job! No executable or dangerous file extensions detected458 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 132 | 85 | 352 |
JavaScript | 1 | 15 | 4 | 80 |
HTML | 2 | 4 | 0 | 26 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.21 |
Average class complexity | 41.00 |
▷ Minimum class complexity | 41.00 |
▷ Maximum class complexity | 41.00 |
Average method complexity | 2.90 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 10.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 | 21 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 21 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.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
All PNG images should be compressed to minimize bandwidth usage for end users
There were not PNG files found in your plugin