Benchmarks
Plugin footprint 48% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
This plugin's installer ran successfully
Server metrics [RAM: ▲0.14MB] [CPU: ▼1.84ms] Passed 4 tests
Analyzing server-side resources used by Complete Google Seo Scan
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.60 ▲0.14 | 46.63 ▲7.37 |
Dashboard /wp-admin | 3.44 ▲0.14 | 51.88 ▲3.57 |
Posts /wp-admin/edit.php | 3.56 ▲0.20 | 47.77 ▼0.33 |
Add New Post /wp-admin/post-new.php | 6.02 ▲0.14 | 86.55 ▼14.92 |
Media Library /wp-admin/upload.php | 3.37 ▲0.14 | 40.27 ▲4.31 |
Page /wp-admin/admin.php?page=seo-scan-page | 3.35 | 34.16 |
Post /wp-admin/admin.php?page=seo-scan-post | 3.35 | 36.17 |
Overview /wp-admin/admin.php?page=seo-scan | 3.36 | 33.94 |
Server storage [IO: ▲0.14MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
This plugin installed successfully
Filesystem: 36 new files
Database: 1 new table, 7 new options
New tables |
---|
wp_cgss_insight |
New WordPress options |
---|
db_upgraded |
_plugin_db_exist |
widget_recent-comments |
widget_recent-posts |
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Complete Google Seo Scan: an overview of browser usage
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,824 ▲63 | 14.18 ▼0.17 | 1.78 ▼0.05 | 44.69 ▲5.63 |
Dashboard /wp-admin | 2,233 ▲55 | 5.59 ▼0.05 | 95.22 ▼3.80 | 41.32 ▼1.70 |
Posts /wp-admin/edit.php | 2,135 ▲35 | 1.96 ▼0.01 | 33.00 ▼3.40 | 32.02 ▼2.07 |
Add New Post /wp-admin/post-new.php | 1,555 ▲29 | 23.18 ▲0.02 | 670.96 ▲25.18 | 50.60 ▲4.99 |
Media Library /wp-admin/upload.php | 1,453 ▲50 | 4.23 ▲0.04 | 104.19 ▼1.64 | 45.21 ▼2.28 |
Page /wp-admin/admin.php?page=seo-scan-page | 1,049 | 1.66 | 24.14 | 25.34 |
Post /wp-admin/admin.php?page=seo-scan-post | 1,049 | 1.70 | 24.95 | 26.12 |
Overview /wp-admin/admin.php?page=seo-scan | 952 | 1.99 | 27.13 | 29.15 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 25% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
It is recommended to fix the following
- This plugin did not uninstall without warnings or errors
- > Warning in wp-includes/class-wp-hook.php+310
call_user_func_array() expects parameter 1 to be a valid callback, class 'BUILD' not found
- This plugin does not fully uninstall, leaving 1 table in the database
- wp_cgss_insight
- Zombie WordPress options detected upon uninstall: 7 options
- widget_recent-comments
- widget_recent-posts
- theysaidso_admin_options
- widget_theysaidso_widget
- can_compress_scripts
- db_upgraded
- _plugin_db_exist
Smoke tests 75% 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)
Please fix the following server-side errors
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=seo-scan-post
- > Notice in wp-content/plugins/complete-google-seo-scan/Plugin/Lib/Table.php+223
Trying to access array offset on value of type int
SRP Passed 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
Congratulations! This plugin passed the SRP test
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
Everything seems fine on the user side
Optimizations
Plugin configuration 87% from 29 tests
readme.txt 88% 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
Attributes that need to be fixed:
- Requires at least: Invalid plugin version format
- Tags: Too many tags (23 tag instead of maximum 10); only the first 5 tags are used in your directory listing
complete-google-seo-scan/complete-google-seo-scan.php 85% from 13 tests
The principal PHP file in "Complete Google Seo Scan" v. 3.5.1 is loaded by WordPress automatically on each request
Please take the time to fix the following:
- Domain Path: The domain path points to an invalid folder, "/assets/ln" does not exist
- Text Domain: Since WordPress version 4.6 the text domain is optional; if specified, it must be the same as the plugin slug
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | There should be no dangerous file extensions present in any WordPress plugin
Everything looks great! No dangerous files found in this plugin2,606 lines of code in 31 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 28 | 864 | 674 | 2,573 |
JSON | 2 | 0 | 0 | 27 |
Markdown | 1 | 4 | 0 | 6 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.30 |
Average class complexity | 16.10 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 63.00 |
Average method complexity | 2.84 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 20.00 |
Code structure | ||
---|---|---|
Namespaces | 8 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 21 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 21 | 100.00% |
▷ Final classes | 9 | 42.86% |
Methods | 174 | |
▷ Static methods | 25 | 14.37% |
▷ Public methods | 171 | 98.28% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 3 | 1.72% |
Functions | 3 | |
▷ Named functions | 1 | 33.33% |
▷ Anonymous functions | 2 | 66.67% |
Constants | 9 | |
▷ Global constants | 9 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
Often times overlooked, PNG files can occupy unnecessary space in your plugin
There are no PNG files in this plugin