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.04MB] [CPU: ▼1.43ms] Passed 4 tests
Server-side resources used by Insert Adsense Auto Ads
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.44 ▼0.02 | 29.57 ▼9.72 |
Dashboard /wp-admin | 3.37 ▲0.06 | 45.80 ▼2.75 |
Posts /wp-admin/edit.php | 3.42 ▲0.06 | 90.75 ▲40.61 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.06 | 108.29 ▲3.90 |
Media Library /wp-admin/upload.php | 3.29 ▲0.06 | 37.99 ▲2.85 |
Insert Adsense Ads /wp-admin/options-general.php?page=insert-adsense-auto-ads | 3.26 | 39.00 |
Server storage [IO: ▲1.75MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
The plugin installed successfully
Filesystem: 34 new files
Database: no new tables, 7 new options
New WordPress options |
---|
albteampiaaa1_service_info |
widget_theysaidso_widget |
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
db_upgraded |
widget_recent-posts |
Browser metrics Passed 4 tests
Checking browser requirements for Insert Adsense Auto Ads
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.20 ▼1.05 | 1.78 ▲0.12 | 44.66 ▲6.60 |
Dashboard /wp-admin | 2,210 ▲22 | 5.84 ▲0.80 | 103.30 ▼12.52 | 37.10 ▼9.69 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.00 ▲0.03 | 51.18 ▲10.37 | 62.83 ▲27.72 |
Add New Post /wp-admin/post-new.php | 1,415 ▼129 | 17.82 ▼0.57 | 767.68 ▲150.77 | 50.14 ▼5.91 |
Media Library /wp-admin/upload.php | 1,395 ▲10 | 4.19 ▼0.07 | 105.96 ▲4.10 | 54.68 ▲10.65 |
Insert Adsense Ads /wp-admin/options-general.php?page=insert-adsense-auto-ads | 1,462 | 2.76 | 50.75 | 77.49 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
Please fix the following items
- Zombie WordPress options detected upon uninstall: 7 options
- widget_recent-posts
- albteampiaaa1_service_info
- db_upgraded
- widget_theysaidso_widget
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
The smoke test was a success, however most plugin functionality was not tested
SRP 50% from 2 tests
🔹 Tests weight: 20 | It is important to ensure that your PHP files perform no action when accessed directly, respecting the single-responsibility principle
Please take a closer look at the following
- 10× PHP files output non-empty strings when accessed directly via GET requests:
- > /wp-content/plugins/insert-adsense-auto-ads/insert-adsense-auto-ads.php
- > /wp-content/plugins/insert-adsense-auto-ads/inc/php/uninstall.php
- > /wp-content/plugins/insert-adsense-auto-ads/inc/php/sidebar.php
- > /wp-content/plugins/insert-adsense-auto-ads/inc/php/core.php
- > /wp-content/plugins/insert-adsense-auto-ads/inc/php/messages.php
- > /wp-content/plugins/insert-adsense-auto-ads/inc/php/settings.php
- > /wp-content/plugins/insert-adsense-auto-ads/inc/php/versioning.php
- > /wp-content/plugins/insert-adsense-auto-ads/inc/php/enqueue.php
- > /wp-content/plugins/insert-adsense-auto-ads/inc/php/page.php
- > /wp-content/plugins/insert-adsense-auto-ads/inc/php/functional.php
User-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
No browser errors were detected
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
Please fix the following attributes:
- Tags: Too many tags (44 tag instead of maximum 10); only the first 5 tags are used in your directory listing
insert-adsense-auto-ads/insert-adsense-auto-ads.php Passed 13 tests
The entry point to "Insert Adsense Auto Ads" version 1.1 is a PHP file that has certain tags in its header comment area
96 characters long description:
Easily add your Adsense Auto Ads (or any other javascript code) to the WordPress header section.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are considered dangerous and should not be included with any WordPress plugin
There were no executable files found in this plugin12,933 lines of code in 25 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
JavaScript | 8 | 1,000 | 1,004 | 9,170 |
SVG | 1 | 0 | 0 | 2,671 |
CSS | 5 | 67 | 82 | 717 |
PHP | 10 | 113 | 163 | 352 |
Markdown | 1 | 5 | 0 | 23 |
PHP code Passed 2 tests
An overview of cyclomatic complexity and code structure
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.19 |
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 | 15 | |
▷ Named functions | 15 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There were not PNG files found in your plugin