Benchmarks
Plugin footprint 82% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.37MB] [CPU: ▼7.86ms] Passed 4 tests
A check of server-side resources used by WP Wallcreeper
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.84 ▲0.37 | 36.21 ▼3.22 |
Dashboard /wp-admin | 3.68 ▲0.33 | 46.54 ▼16.68 |
Posts /wp-admin/edit.php | 3.80 ▲0.44 | 47.47 ▲4.95 |
Add New Post /wp-admin/post-new.php | 6.28 ▲0.40 | 86.54 ▼16.49 |
Media Library /wp-admin/upload.php | 3.61 ▲0.38 | 35.27 ▲5.65 |
WP Wallcreeper /wp-admin/options-general.php?page=wpwallcreeper | 3.55 | 30.65 |
Server storage [IO: ▲0.08MB] [DB: ▲0.07MB] 67% from 3 tests
How much does this plugin use your filesystem and database?
These are issues you should consider
- Illegal file modification found: 2 files (4.81KB) outside of "wp-content/plugins/wp-wallcreeper/" and "wp-content/uploads/"
- (modified) wp-config.php
- (new file) wp-content/advanced-cache.php
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
db_upgraded |
widget_recent-comments |
widget_theysaidso_widget |
widget_recent-posts |
theysaidso_admin_options |
Browser metrics Passed 4 tests
WP Wallcreeper: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,878 ▲117 | 14.36 ▼0.37 | 1.94 ▲0.19 | 39.10 ▼3.72 |
Dashboard /wp-admin | 2,248 ▲74 | 5.65 ▼0.00 | 84.42 ▼14.78 | 38.44 ▼5.15 |
Posts /wp-admin/edit.php | 2,154 ▲54 | 2.21 ▲0.18 | 37.52 ▲2.96 | 36.46 ▲4.87 |
Add New Post /wp-admin/post-new.php | 1,569 ▲39 | 23.14 ▲0.13 | 664.22 ▲59.34 | 57.87 ▲6.65 |
Media Library /wp-admin/upload.php | 1,456 ▲53 | 4.27 ▲0.04 | 95.00 ▼1.04 | 44.42 ▲2.99 |
WP Wallcreeper /wp-admin/options-general.php?page=wpwallcreeper | 1,035 | 2.24 | 25.88 | 37.94 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
The following items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-posts
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- widget_recent-comments
- 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)
Please fix the following server-side errors
- 6 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=wpwallcreeper
- > Notice in wp-content/plugins/wp-wallcreeper/wp-wallcreeper.php+1016
Undefined index: tab
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 items
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/wp-wallcreeper/wp-wallcreeper.php:19
- > PHP Fatal error
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
The readme.txt file uses markdown syntax to describe your plugin to the world
4 plugin tags: caching, performance, speed, cache
wp-wallcreeper/wp-wallcreeper.php Passed 13 tests
The main file in "WP Wallcreeper" v. 1.6.1 serves as a complement to information provided in readme.txt and as the entry point to the plugin
49 characters long description:
High performance full page caching for Wordpress.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
There were no executable files found in this plugin1,997 lines of code in 5 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 443 | 266 | 1,951 |
JavaScript | 1 | 7 | 0 | 43 |
CSS | 1 | 0 | 0 | 3 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.86 |
Average class complexity | 141.50 |
▷ Minimum class complexity | 24.00 |
▷ Maximum class complexity | 259.00 |
Average method complexity | 8.79 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 53.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 2 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 2 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 35 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 27 | 77.14% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 8 | 22.86% |
Functions | 21 | |
▷ Named functions | 2 | 9.52% |
▷ Anonymous functions | 19 | 90.48% |
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
No PNG files were detected