Benchmarks
Plugin footprint 83% 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.01MB] [CPU: ▼6.55ms] Passed 4 tests
Server-side resources used by Auxi Feed
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 34.26 ▼11.41 |
Dashboard /wp-admin | 3.32 ▲0.02 | 44.79 ▼4.55 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 45.60 ▲0.11 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.01 | 87.12 ▼10.34 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 35.45 ▲2.72 |
Auxi Feed /wp-admin/options-general.php?page=tw00001 | 3.21 | 31.42 |
Server storage [IO: ▲1.33MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 96 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-comments |
db_upgraded |
widget_recent-posts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Auxi Feed
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲58 | 13.16 ▼1.27 | 1.76 ▼0.18 | 43.68 ▼3.01 |
Dashboard /wp-admin | 2,210 ▲25 | 4.84 ▼1.03 | 107.47 ▲4.99 | 38.64 ▼7.45 |
Posts /wp-admin/edit.php | 2,096 ▲7 | 2.02 ▼0.05 | 39.33 ▼0.65 | 34.44 ▼1.55 |
Add New Post /wp-admin/post-new.php | 1,536 ▲2 | 18.30 ▼4.83 | 599.24 ▼1.87 | 59.86 ▲5.61 |
Media Library /wp-admin/upload.php | 1,386 ▼5 | 4.27 ▲0.03 | 93.92 ▼2.83 | 41.04 ▼3.54 |
Auxi Feed /wp-admin/options-general.php?page=tw00001 | 895 | 1.77 | 27.95 | 27.37 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
The following items require your attention
- This plugin does not fully uninstall, leaving 6 options in the database
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-comments
- widget_recent-posts
- db_upgraded
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Everything seems fine, however this is by no means an exhaustive test
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
Please fix the following
- 1× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/auxi-feed/lib/index.php
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/auxi-feed/auxi_feed_tw.php:16
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
There were no browser issues found
Optimizations
Plugin configuration 83% from 29 tests
readme.txt 81% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
These attributes need to be fixed:
- Contributors: The plugin contributors field is not present
- Requires at least: Version format is invalid
- Tested up to: Version format is invalid
auxi-feed/auxi_feed_tw.php 85% from 13 tests
The principal PHP file in "Auxi Feed" v. 1.0 is loaded by WordPress automatically on each request
The following require your attention:
- Main file name: Name the main plugin file the same as the plugin slug ("auxi-feed.php" instead of "auxi_feed_tw.php")
- Text Domain: The text domain name must use dashes instead of underscores, and it must be lowercase
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
Success! There were no dangerous files found in this plugin31,130 lines of code in 87 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 70 | 6,759 | 6,370 | 29,676 |
PHP | 7 | 212 | 146 | 635 |
CSS | 5 | 91 | 10 | 634 |
Markdown | 3 | 52 | 0 | 122 |
JSON | 2 | 0 | 0 | 63 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.21 |
Average class complexity | 19.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 55.00 |
Average method complexity | 3.06 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 22.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 4 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 4 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 35 | |
▷ Static methods | 1 | 2.86% |
▷ Public methods | 31 | 88.57% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 4 | 11.43% |
Functions | 1 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 1 | 100.00% |
Constants | 3 | |
▷ Global constants | 0 | 0.00% |
▷ Class constants | 3 | 100.00% |
▷ Public constants | 3 | 100.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
3 PNG files occupy 0.02MB with 0.01MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/images/warning-icon.png | 13.59KB | 5.41KB | ▼ 60.17% |
admin/assets/images/auxi_logo.png | 3.61KB | 1.56KB | ▼ 56.80% |
assets/images/twitter-bird-16x16.png | 1.47KB | 0.46KB | ▼ 68.92% |