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
Installer ran successfully
Server metrics [RAM: ▼0.15MB] [CPU: ▼22.90ms] Passed 4 tests
Analyzing server-side resources used by AW Feed Manager For WooCommerce Product
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.55 ▲0.09 | 41.62 ▲1.03 |
Dashboard /wp-admin | 3.14 ▼0.17 | 25.81 ▼28.49 |
Posts /wp-admin/edit.php | 3.28 ▼0.08 | 32.03 ▼16.74 |
Add New Post /wp-admin/post-new.php | 5.52 ▼0.37 | 70.69 ▼41.73 |
Media Library /wp-admin/upload.php | 3.22 ▼0.00 | 30.55 ▼4.64 |
Add New /wp-admin/admin.php?page=new-feed | 3.12 | 25.64 |
My Feed /wp-admin/admin.php?page=my-feed | 3.12 | 29.81 |
Server storage [IO: ▲0.29MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 18 new files
Database: 1 new table, 6 new options
New tables |
---|
wp_fp_list |
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-posts |
Browser metrics Passed 4 tests
AW Feed Manager For WooCommerce Product: an overview of browser usage
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,833 ▲47 | 14.29 ▼0.09 | 1.89 ▼0.17 | 56.04 ▲8.77 |
Dashboard /wp-admin | 2,234 ▲57 | 5.71 ▲0.06 | 90.94 ▼7.10 | 43.25 ▼21.62 |
Posts /wp-admin/edit.php | 2,136 ▲36 | 2.02 ▲0.01 | 37.46 ▼4.44 | 34.23 ▼8.08 |
Add New Post /wp-admin/post-new.php | 1,557 ▲29 | 23.32 ▲0.18 | 693.57 ▲39.30 | 57.15 ▲1.93 |
Media Library /wp-admin/upload.php | 1,430 ▲30 | 4.28 ▲0.10 | 103.78 ▼3.71 | 45.59 ▲2.93 |
Add New /wp-admin/admin.php?page=new-feed | 1,951 | 2.20 | 24.01 | 24.73 |
My Feed /wp-admin/admin.php?page=my-feed | 1,268 | 2.02 | 25.92 | 78.79 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- The uninstall procedure has failed, leaving 6 options in the database
- widget_recent-posts
- theysaidso_admin_options
- widget_recent-comments
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
Smoke tests 0% 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)
Smoke test failed, please fix the following
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=my-feed
- > Notice in wp-content/plugins/my-feed/my-feed.php+79
Undefined variable: ver_style
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=my-feed
- > Notice in wp-content/plugins/my-feed/my-feed.php+80
Undefined variable: deep
SRP 0% 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 fix the following
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/my-feed/my-feed.php
- 2× GET requests to PHP files have triggered server-side errors or warnings:
- > PHP Fatal error
Uncaught Error: Call to undefined function wp_head() in wp-content/plugins/my-feed/admin/home.php:30
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_url() in wp-content/plugins/my-feed/admin/new-feed.php:82
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There are user-side issues you should fix
- > GET request to /wp-admin/admin.php?page=new-feed
- > Javascript (severe) in unknown
/wp-content/plugins/my-feed/admin/js/pagination.js?ver=1 72:53 Uncaught TypeError: Cannot read properties of null (reading 'rows')
- > GET request to /wp-admin/admin.php?page=my-feed
- > Javascript (severe) in unknown
/wp-content/plugins/my-feed/admin/js/pagination.js?ver=1 33:32 Uncaught TypeError: Cannot set properties of null (setting 'className')
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% from 16 tests
Perhaps the most important file in your plugin readme.txt gets parsed in order to generate the public listing of your plugin
Please fix the following attributes:
- Screenshots: No descriptions were found for these screenshots #1, #2 in my-feed/assets to your readme.txt
- Contributors: Contributors not specified
my-feed/my-feed.php Passed 13 tests
The main PHP script in "AW Feed Manager For WooCommerce Product" version 1.0.3 is automatically included on every request by WordPress
70 characters long description:
This is feed plugin for upload product feed to google merchant center.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are not allowed as they can serve as attack vectors
There were no executable files found in this plugin642 lines of code in 10 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 5 | 115 | 92 | 479 |
JavaScript | 2 | 31 | 8 | 110 |
CSS | 3 | 6 | 6 | 53 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.07 |
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 | 11 | |
▷ Named functions | 10 | 90.91% |
▷ Anonymous functions | 1 | 9.09% |
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
PNG files should be compressed to save space and minimize bandwidth usage
There were not PNG files found in your plugin