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
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.31MB] [CPU: ▼1.87ms] Passed 4 tests
An overview of server-side resources used by HTTP Requests Manager
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.82 ▲0.35 | 39.00 ▼0.82 |
Dashboard /wp-admin | 3.65 ▲0.35 | 47.62 ▼0.79 |
Posts /wp-admin/edit.php | 3.70 ▲0.34 | 55.42 ▲6.28 |
Add New Post /wp-admin/post-new.php | 6.17 ▲0.28 | 88.43 ▼12.14 |
Media Library /wp-admin/upload.php | 3.51 ▲0.28 | 39.43 ▲6.37 |
HTTP Requests Manager /wp-admin/tools.php?page=http-requests-manager | 3.55 | 36.72 |
Server storage [IO: ▲0.13MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
No storage issues were detected
Filesystem: 5 new files
Database: 2 new tables, 6 new options
New tables |
---|
wp_vphrm_log |
wp_vphrm_log_page |
New WordPress options |
---|
widget_recent-posts |
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for HTTP Requests Manager
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,794 ▲47 | 14.22 ▼0.54 | 1.70 ▲0.08 | 41.81 ▼2.11 |
Dashboard /wp-admin | 2,199 ▲22 | 5.62 ▼0.06 | 92.29 ▼6.93 | 37.47 ▼2.35 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.03 ▲0.07 | 35.15 ▼2.20 | 30.08 ▼5.71 |
Add New Post /wp-admin/post-new.php | 1,529 ▼1 | 23.07 ▲0.10 | 705.96 ▲74.93 | 61.60 ▲7.60 |
Media Library /wp-admin/upload.php | 1,404 ▲4 | 4.20 ▲0.01 | 96.42 ▼6.61 | 40.56 ▼4.38 |
HTTP Requests Manager /wp-admin/tools.php?page=http-requests-manager | 1,423 | 1.88 | 43.90 | 56.21 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
The following items require your attention
- Zombie WordPress options detected upon uninstall: 6 options
- widget_theysaidso_widget
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
- widget_recent-posts
- widget_recent-comments
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)
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | A shallow check of the single-responsibility principle; PHP files should perform no action - including output of placeholder text - and trigger no errors when accessed directly
The following issues need your attention
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/http-requests-manager/templates/page-settings.php:11
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
No browser issues were found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
9 plugin tags: update checks, limit request count, block external requests, log, wp_http...
http-requests-manager/http-requests-manager.php 85% from 13 tests
The primary PHP file in "HTTP Requests Manager" version 1.2.3 is used by WordPress to initiate all plugin functionality
Please take the time to fix the following:
- Description: Please keep the plugin description shorter than 140 characters (currently 154 characters long)
- Domain Path: The domain path folder does not exist ("/languages")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
No dangerous file extensions were detected3,401 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 502 | 573 | 2,105 |
JavaScript | 1 | 170 | 171 | 989 |
CSS | 1 | 43 | 9 | 307 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.37 |
Average class complexity | 271.00 |
▷ Minimum class complexity | 271.00 |
▷ Maximum class complexity | 271.00 |
Average method complexity | 3.55 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 20.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 | 106 | |
▷ Static methods | 57 | 53.77% |
▷ Public methods | 98 | 92.45% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 8 | 7.55% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 4 | |
▷ Global constants | 2 | 50.00% |
▷ Class constants | 2 | 50.00% |
▷ Public constants | 2 | 100.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