Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
This plugin's installer ran successfully
Server metrics [RAM: ▲0.09MB] [CPU: ▼1.32ms] Passed 4 tests
This is a short check of server-side resources used by WP Bio Links
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.57 ▲0.11 | 38.94 ▼1.82 |
Dashboard /wp-admin | 3.39 ▲0.09 | 50.40 ▲2.42 |
Posts /wp-admin/edit.php | 3.45 ▲0.09 | 44.29 ▼1.48 |
Add New Post /wp-admin/post-new.php | 5.97 ▲0.09 | 87.26 ▼4.40 |
Media Library /wp-admin/upload.php | 3.31 ▲0.09 | 38.34 ▲3.63 |
All Items /wp-admin/edit.php?post_type=wp-bio-links | 3.39 | 42.75 |
Settings /wp-admin/edit.php?post_type=wp-bio-links&page=wp-bio-links | 3.31 | 36.93 |
Add New /wp-admin/post-new.php?post_type=wp-bio-links | 3.37 | 49.08 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 6 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
can_compress_scripts |
db_upgraded |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
An overview of browser requirements for WP Bio Links
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,826 ▲65 | 14.76 ▲0.48 | 1.60 ▼0.23 | 39.85 ▼7.74 |
Dashboard /wp-admin | 2,229 ▲52 | 5.62 ▼0.05 | 83.87 ▼13.50 | 37.56 ▲1.36 |
Posts /wp-admin/edit.php | 2,128 ▲25 | 1.97 ▼0.00 | 37.56 ▲0.22 | 31.20 ▼2.08 |
Add New Post /wp-admin/post-new.php | 1,552 ▲26 | 23.21 ▲0.13 | 632.90 ▲11.53 | 56.34 ▼15.01 |
Media Library /wp-admin/upload.php | 1,434 ▲37 | 4.22 ▼0.01 | 98.03 ▼8.38 | 42.15 ▼0.57 |
All Items /wp-admin/edit.php?post_type=wp-bio-links | 1,277 | 3.43 | 50.30 | 27.22 |
Settings /wp-admin/edit.php?post_type=wp-bio-links&page=wp-bio-links | 1,391 | 3.81 | 66.17 | 43.18 |
Add New /wp-admin/post-new.php?post_type=wp-bio-links | 1,713 | 3.71 | 75.39 | 34.17 |
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
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- db_upgraded
- theysaidso_admin_options
- widget_recent-posts
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Everything seems fine, however this is by no means an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please take a closer look at the following
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function language_attributes() in wp-content/plugins/wp-bio-links/wp-bio-links.tpl.php:2
- > 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 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Please fix the following attributes:
- Screenshots: Please describe screenshot #0 in wp-bio-links/assets to your readme.txt
wp-bio-links/wp-bio-links.php 92% from 13 tests
This is the main PHP file of "WP Bio Links" version 1.0.0, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
You should first fix the following items:
- Domain Path: The domain path points to an invalid folder, "/languages" does not exist
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
Good job! No executable or dangerous file extensions detected533 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 177 | 62 | 477 |
JavaScript | 1 | 14 | 4 | 56 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.31 |
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 | 18 | |
▷ Named functions | 18 | 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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
1 compressed PNG file occupies 0.00MB
Potential savings
Compression of 1 random PNG file using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
placeholder.png | 2.40KB | 2.57KB | 0.00% |