Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed gracefully, with no errors
Server metrics [RAM: ▲0.26MB] [CPU: ▼0.14ms] Passed 4 tests
An overview of server-side resources used by Auction Feed
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.72 ▲0.25 | 39.57 ▲0.47 |
Dashboard /wp-admin | 3.57 ▲0.26 | 50.51 ▲2.99 |
Posts /wp-admin/edit.php | 3.62 ▲0.26 | 47.85 ▼0.01 |
Add New Post /wp-admin/post-new.php | 6.17 ▲0.28 | 88.16 ▼3.65 |
Media Library /wp-admin/upload.php | 3.49 ▲0.26 | 37.54 ▲2.62 |
Delete /wp-admin/admin.php?page=auction-feed-plugin-delete-feed | 3.46 | 32.93 |
Add New /wp-admin/admin.php?page=auction-feed-plugin-feed-options | 3.44 | 31.35 |
Auction Feed /wp-admin/admin.php?page=auction-feed-plugin | 3.46 | 33.68 |
Server storage [IO: ▲0.08MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 7 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
A check of browser resources used by Auction Feed
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,885 ▲124 | 14.28 ▲0.02 | 1.75 ▲0.06 | 44.13 ▲2.61 |
Dashboard /wp-admin | 2,291 ▲111 | 5.72 ▲0.06 | 82.90 ▼10.06 | 39.92 ▼2.95 |
Posts /wp-admin/edit.php | 2,197 ▲97 | 2.09 ▲0.10 | 36.77 ▲0.50 | 31.80 ▼4.30 |
Add New Post /wp-admin/post-new.php | 1,558 ▲30 | 23.41 ▲0.50 | 672.72 ▼9.19 | 69.54 ▲13.48 |
Media Library /wp-admin/upload.php | 1,491 ▲91 | 4.28 ▲0.08 | 97.38 ▼4.22 | 43.47 ▼2.06 |
Delete /wp-admin/admin.php?page=auction-feed-plugin-delete-feed | 852 | 1.77 | 25.35 | 22.84 |
Add New /wp-admin/admin.php?page=auction-feed-plugin-feed-options | 1,587 | 1.93 | 26.24 | 28.26 |
Auction Feed /wp-admin/admin.php?page=auction-feed-plugin | 887 | 1.77 | 24.07 | 24.72 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
Please fix the following items
- Uninstall procedure had uncaught errors
- > User notice in wp-includes/functions.php+5905
Function wpdb::prepare was called incorrectly. The query argument of wpdb::prepare() must have a placeholder. Please see Debugging in WordPress for more information. (This message was added in version 3.9.0.)
- Zombie WordPress options were found after uninstall: 6 options
- widget_recent-comments
- theysaidso_admin_options
- widget_recent-posts
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
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
These server-side errors were triggered
- 4 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=auction-feed-plugin-feed-options
- > Notice in wp-content/plugins/auction-feed/auction-feed.php+295
Undefined variable: setThemeOptions
- 5 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=auction-feed-plugin-feed-options
- > Notice in wp-content/plugins/auction-feed/auction-feed.php+318
Undefined variable: setLanguageOptions
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
Almost there! Just 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 AuctionFeed\\add_filter() in wp-content/plugins/auction-feed/auction-feed.php:18
- > 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 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file is an important file in your plugin as it is parsed by WordPress.org to prepare the public listing of your plugin
3 plugin tags: feed, ebay, auction
auction-feed/auction-feed.php 92% from 13 tests
This is the main PHP file of "Auction Feed" version 1.1.2, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
Please make the necessary changes and fix the following:
- Description: Keep the plugin description shorter than 140 characters (currently 200 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | An overview of files in this plugin; executable files are not allowed
There were no executable files found in this plugin965 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 74 | 19 | 774 |
JavaScript | 3 | 32 | 5 | 173 |
CSS | 1 | 4 | 0 | 18 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.12 |
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 | 1 | |
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 | 10 | |
▷ Named functions | 10 | 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
All PNG images should be compressed to minimize bandwidth usage for end users
There are no PNG files in this plugin