Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.06MB] [CPU: ▼2.50ms] Passed 4 tests
Server-side resources used by Convert WebP & AVIF | Quicq | Best image optimizer and compression plugin | Improve your Google Pagespeed
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 44.64 ▲4.22 |
Dashboard /wp-admin | 3.37 ▲0.06 | 49.58 ▲0.43 |
Posts /wp-admin/edit.php | 3.48 ▲0.12 | 50.32 ▲4.31 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.06 | 84.20 ▼12.46 |
Media Library /wp-admin/upload.php | 3.29 ▲0.06 | 35.60 ▼2.18 |
Server storage [IO: ▲6.13MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin was installed successfully
Filesystem: 87 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_theysaidso_widget |
widget_recent-posts |
can_compress_scripts |
theysaidso_admin_options |
db_upgraded |
widget_recent-comments |
Browser metrics Passed 4 tests
An overview of browser requirements for Convert WebP & AVIF | Quicq | Best image optimizer and compression plugin | Improve your Google Pagespeed
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,801 ▲15 | 14.34 ▼0.07 | 2.03 ▼0.17 | 44.45 ▲0.23 |
Dashboard /wp-admin | 2,204 ▲30 | 5.54 ▼0.13 | 88.24 ▼6.44 | 45.14 ▲4.29 |
Posts /wp-admin/edit.php | 2,112 ▲9 | 2.07 ▲0.03 | 36.04 ▼1.83 | 38.81 ▲2.92 |
Add New Post /wp-admin/post-new.php | 1,538 ▲12 | 23.03 ▼0.69 | 665.06 ▼21.97 | 56.57 ▼9.50 |
Media Library /wp-admin/upload.php | 1,415 ▲15 | 4.19 ▲0.01 | 101.69 ▼2.66 | 41.64 ▼3.08 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
You still need to fix the following
- The uninstall procedure has failed, leaving 6 options in the database
- can_compress_scripts
- theysaidso_admin_options
- db_upgraded
- widget_recent-comments
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected
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
Please fix the following items
- 3× PHP files trigger server errors when accessed directly:
- > PHP Warning
Use of undefined constant WPQAI_ASSETS - assumed 'WPQAI_ASSETS' (this will throw an Error in a future version of PHP) in wp-content/plugins/quicq/templates/template-settings.php on line 8
- > PHP Fatal error
Uncaught Error: Call to undefined function esc_url() in wp-content/plugins/quicq/templates/template-settings.php:12
- > PHP Fatal error
Uncaught Error: Call to undefined function _e() in wp-content/plugins/quicq/templates/template-uninstallation-warning.php:9
- > PHP Warning
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 88% from 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
Please fix the following attributes:
- Screenshots: Add an image for screenshot #1 (Get started within 5 minutes with Quicq)
- Tags: Please reduce the number of tags, currently 13 tag instead of maximum 10
quicq/quicq.php Passed 13 tests
Analyzing the main PHP file in "Convert WebP & AVIF | Quicq | Best image optimizer and compression plugin | Improve your Google Pagespeed" version 2.0.0
32 characters long description:
Quicq integration for Wordpress.
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
Good job! No executable or dangerous file extensions detected5,616 lines of code in 27 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
SVG | 8 | 0 | 0 | 4,092 |
CSS | 5 | 97 | 31 | 670 |
PHP | 9 | 76 | 86 | 431 |
PO File | 4 | 112 | 124 | 316 |
JavaScript | 1 | 5 | 2 | 107 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
No cyclomatic complexity issues were detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
Average class complexity | 5.83 |
▷ Minimum class complexity | 3.00 |
▷ Maximum class complexity | 11.00 |
Average method complexity | 2.12 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 7.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 6 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 6 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 26 | |
▷ Static methods | 6 | 23.08% |
▷ Public methods | 23 | 88.46% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 3 | 11.54% |
Functions | 1 | |
▷ Named functions | 1 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 7 | |
▷ Global constants | 7 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size 50% from 2 tests
Image compression 50% from 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
14 PNG files occupy 1.12MB with 0.69MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
assets/banner-1544x500.png | 85.97KB | 37.09KB | ▼ 56.86% |
assets/icon-256x256.png | 3.48KB | 1.64KB | ▼ 52.76% |
assets/screenshot-6.png | 95.00KB | 23.57KB | ▼ 75.20% |
assets/images/quicq-afosto.png | 4.20KB | 1.98KB | ▼ 52.94% |
assets/screenshot-1.png | 128.04KB | 38.77KB | ▼ 69.72% |