Benchmarks
Plugin footprint Passed 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.26MB] [CPU: ▼140.69ms] Passed 4 tests
An overview of server-side resources used by WPLauncher - Simple Development Requests
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.09 ▲0.26 | 34.30 ▼1.41 |
Dashboard /wp-admin | 3.32 ▲0.27 | 44.60 ▲2.79 |
Posts /wp-admin/edit.php | 3.43 ▲0.33 | 40.26 ▼1.32 |
Add New Post /wp-admin/post-new.php | 5.68 ▲0.25 | 87.90 ▼562.80 |
Media Library /wp-admin/upload.php | 3.27 ▲0.26 | 35.06 ▲3.53 |
Requests /wp-admin/edit.php?post_type=wplauncher_requests | 3.31 | 36.45 |
Settings /wp-admin/admin.php?page=wplauncher-settings | 3.23 | 28.41 |
WPLauncher /wp-admin/admin.php?page=wplauncher | 3.23 | 29.84 |
Server storage [IO: ▲0.12MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 25 new files
Database: no new tables, no new options
Browser metrics Passed 4 tests
Checking browser requirements for WPLauncher - Simple Development Requests
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,869 ▲273 | 16.33 ▲0.83 | 15.60 ▲5.02 | 46.21 ▼1.67 |
Dashboard /wp-admin | 3,014 ▲77 | 6.15 ▲0.24 | 145.10 ▼6.84 | 129.39 ▲28.59 |
Posts /wp-admin/edit.php | 2,808 ▲69 | 2.70 ▼0.02 | 76.93 ▲12.66 | 83.41 ▼1.03 |
Add New Post /wp-admin/post-new.php | 2,120 ▼1,567 | 22.90 ▲5.12 | 375.48 ▼115.92 | 115.72 ▲2.80 |
Media Library /wp-admin/upload.php | 1,805 ▼2 | 5.04 ▲0.00 | 139.76 ▼18.93 | 141.93 ▲26.47 |
Requests /wp-admin/edit.php?post_type=wplauncher_requests | 1,546 | 2.62 | 73.44 | 75.64 |
Settings /wp-admin/admin.php?page=wplauncher-settings | 1,696 | 2.30 | 52.64 | 81.22 |
WPLauncher /wp-admin/admin.php?page=wplauncher | 1,089 | 2.09 | 51.44 | 70.25 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] Passed 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
Uninstall script ran successfully
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
These server-side errors were triggered
- > GET request to /wp-admin/admin.php?page=wplauncher-settings
- > Warning in wp-admin/includes/template.php+1694
call_user_func() expects parameter 1 to be a valid callback, class 'Wplauncher_Admin' does not have a method 'wplauncher_display_general_account'
- > GET request to /wp-admin/admin.php?page=wplauncher-settings
- > Notice in wp-content/plugins/wplauncher/admin/class-wplauncher-admin.php+1313
Undefined variable: select_options
SRP 0% 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
The following issues need your attention
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/wplauncher/public/partials/wplauncher-public-display.php
- 2× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_html() in wp-content/plugins/wplauncher/admin/partials/wplauncher-admin-display.php:17
- > PHP Fatal error
Uncaught Error: Call to undefined function settings_errors() in wp-content/plugins/wplauncher/admin/partials/wplauncher-admin-settings-display.php:20
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Often overlooked, readme.txt is one of the most important files in your plugin
These attributes need to be fixed:
- Donate link: Invalid URI ("")
wplauncher/wplauncher.php Passed 13 tests
"WPLauncher - Simple Development Requests" version 1.0.0's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
56 characters long description:
Simple way to request development work for your website.
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
There were no executable files found in this plugin1,017 lines of code in 18 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 13 | 155 | 1,310 | 816 |
CSS | 2 | 8 | 33 | 194 |
JavaScript | 2 | 4 | 54 | 6 |
SVG | 1 | 0 | 0 | 1 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.22 |
Average class complexity | 8.57 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 51.00 |
Average method complexity | 2.36 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 20.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 7 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 7 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 39 | |
▷ Static methods | 2 | 5.13% |
▷ Public methods | 34 | 87.18% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 5 | 12.82% |
Functions | 3 | |
▷ Named functions | 3 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.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
No PNG images were found in this plugin