Benchmarks
Plugin footprint 58% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
The following installer errors require your attention
- Install procedure had errors
- > Warning in wp-content/plugins/azaflash-retargeting/azaflash-retargeting.php+159
file_get_contents(https://shopify.azameo.com/wordpressinstall?email=contact%40potrivit.com&domain=wp.com&tracker_name=wpcom&woocommerce=false&token=xQNEOFFajR5n4nRscoLj): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error
Server metrics [RAM: ▼0.67MB] [CPU: ▼17.21ms] Passed 4 tests
An overview of server-side resources used by Azameo
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 39.32 ▲1.65 |
Dashboard /wp-admin | 3.32 ▼0.02 | 43.00 ▼16.25 |
Posts /wp-admin/edit.php | 3.44 ▲0.08 | 47.17 ▲2.39 |
Add New Post /wp-admin/post-new.php | 3.20 ▼2.69 | 34.61 ▼56.61 |
Media Library /wp-admin/upload.php | 3.25 ▲0.02 | 35.37 ▲4.89 |
Server storage [IO: ▲0.04MB] [DB: ▲0.07MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin was installed successfully
Filesystem: 8 new files
Database: no new tables, 7 new options
New WordPress options |
---|
widget_recent-posts |
widget_recent-comments |
db_upgraded |
theysaidso_admin_options |
widget_theysaidso_widget |
azameo_token |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for Azameo
This plugin has a minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,842 ▲96 | 14.62 ▼0.02 | 6.56 ▲4.79 | 37.58 ▼4.57 |
Dashboard /wp-admin | 2,214 ▲37 | 5.51 ▼0.12 | 91.55 ▼6.70 | 39.15 ▼4.82 |
Posts /wp-admin/edit.php | 2,116 ▲16 | 2.02 ▲0.01 | 36.15 ▼0.80 | 34.91 ▼3.03 |
Add New Post /wp-admin/post-new.php | 1,539 ▲11 | 23.00 ▼0.00 | 663.99 ▲12.95 | 60.64 ▲9.68 |
Media Library /wp-admin/upload.php | 1,410 ▲19 | 4.19 ▲0.00 | 96.21 ▼0.64 | 40.61 ▼7.06 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- The uninstall procedure has failed, leaving 7 options in the database
- widget_recent-posts
- db_upgraded
- widget_theysaidso_widget
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-comments
- azameo_token
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though everything seems fine, this is not an exhaustive test
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× PHP files trigger server errors when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function register_activation_hook() in wp-content/plugins/azaflash-retargeting/azaflash-retargeting.php:45
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
There were no browser issues found
Optimizations
Plugin configuration 90% 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
Attributes that require attention:
- Donate link: Invalid url: ""
- Tags: Too many tags (11 tag instead of maximum 10); only the first 5 tags are used in your directory listing
azaflash-retargeting/azaflash-retargeting.php 92% from 13 tests
This is the main PHP file of "Azameo" version 1.5.6, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
It is important to fix the following:
- Description: Keep the plugin description shorter than 140 characters (currently 175 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
No dangerous file extensions were detected656 lines of code in 4 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 105 | 129 | 577 |
PO File | 2 | 12 | 18 | 72 |
HTML | 1 | 0 | 0 | 7 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.27 |
Average class complexity | 61.00 |
▷ Minimum class complexity | 61.00 |
▷ Maximum class complexity | 61.00 |
Average method complexity | 3.50 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 15.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 25 | |
▷ Static methods | 25 | 100.00% |
▷ Public methods | 15 | 60.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 10 | 40.00% |
Functions | 4 | |
▷ Named functions | 0 | 0.00% |
▷ Anonymous functions | 4 | 100.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
No PNG files were detected