Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼1.31ms] Passed 4 tests
A check of server-side resources used by WPX SEO Manager
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 36.25 ▼5.67 |
Dashboard /wp-admin | 3.32 ▲0.02 | 45.39 ▲1.78 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 48.01 ▲1.52 |
Add New Post /wp-admin/post-new.php | 5.90 ▲0.02 | 90.23 ▲1.00 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 33.60 ▼2.10 |
Webmaster /wp-admin/admin.php?page=wpx-seo-webmaster | 3.18 | 27.81 |
Tracking /wp-admin/admin.php?page=wpx-seo-tracking | 3.18 | 26.56 |
SEO Manager /wp-admin/admin.php?page=wpx_seo_manager_dashboard | 3.18 | 31.36 |
Server storage [IO: ▲0.08MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 7 new files
Database: no new tables, 12 new options
New WordPress options |
---|
theysaidso_admin_options |
wpx_seo_alexa_webmaster |
wpx_seo_google_analytics |
widget_recent-posts |
widget_recent-comments |
wpx_seo_google_webmaster |
sitemap_URL |
wpx_seo_quantcast_analytics |
db_upgraded |
widget_theysaidso_widget |
... |
Browser metrics Passed 4 tests
An overview of browser requirements for WPX SEO Manager
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,831 ▲96 | 14.47 ▲0.05 | 1.65 ▼0.26 | 43.85 ▼1.40 |
Dashboard /wp-admin | 2,237 ▲52 | 5.88 ▲0.96 | 98.26 ▼2.42 | 38.23 ▼6.00 |
Posts /wp-admin/edit.php | 2,123 ▲31 | 2.02 ▲0.05 | 39.18 ▼5.33 | 34.49 ▼0.18 |
Add New Post /wp-admin/post-new.php | 1,567 ▲34 | 18.39 ▼4.45 | 599.58 ▼44.50 | 53.30 ▲2.46 |
Media Library /wp-admin/upload.php | 1,419 ▲28 | 4.12 ▼0.06 | 93.35 ▲0.13 | 40.13 ▼1.52 |
Webmaster /wp-admin/admin.php?page=wpx-seo-webmaster | 952 | 2.02 | 26.01 | 27.35 |
Tracking /wp-admin/admin.php?page=wpx-seo-tracking | 938 | 2.02 | 24.93 | 26.37 |
SEO Manager /wp-admin/admin.php?page=wpx_seo_manager_dashboard | 924 | 2.14 | 28.10 | 27.90 |
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
These items require your attention
- This plugin does not fully uninstall, leaving 12 options in the database
- widget_recent-posts
- db_upgraded
- theysaidso_admin_options
- widget_theysaidso_widget
- wpx_seo_alexa_webmaster
- wpx_seo_bing_webmaster
- can_compress_scripts
- wpx_seo_quantcast_analytics
- sitemap_URL
- wpx_seo_google_webmaster
- ...
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Smoke test failed, please fix the following
- 3 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=wpx_seo_manager_dashboard
- > User deprecated in wp-includes/functions.php+5463
Function screen_icon is deprecated since version 3.8.0 with no alternative available.
- 3 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=wpx_seo_manager_dashboard
- > User deprecated in wp-includes/functions.php+5463
Function get_screen_icon is deprecated since version 3.8.0 with no alternative available.
- > GET request to /wp-admin/admin.php?page=wpx_seo_manager_dashboard
- > Notice in wp-content/plugins/wpx-seo-master/wpx-seo-master.php+212
Undefined variable: show_sitemap
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please take a closer look at the following
- 1× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function plugin_basename() in wp-content/plugins/wpx-seo-master/wpx-seo-master.php:31
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
There were no browser issues found
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Attributes that need to be fixed:
- Screenshots: These screenshots require images: #1 (Sitemap submission display), #2 (Site verification display), #3 (Site tracking display)
wpx-seo-master/wpx-seo-master.php Passed 13 tests
The entry point to "WPX SEO Manager" version 0.2.1 is a PHP file that has certain tags in its header comment area
46 characters long description:
Everything SEO bundled into one great package.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Success! There were no dangerous files found in this plugin445 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 71 | 29 | 445 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
No complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.29 |
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 | 11 | |
▷ Named functions | 11 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 4 | |
▷ Global constants | 4 | 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
3 PNG files occupy 0.05MB with 0.03MB in potential savings
Potential savings
Compression of 3 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-3.png | 17.67KB | 8.92KB | ▼ 49.52% |
screenshot-2.png | 18.37KB | 9.21KB | ▼ 49.85% |
screenshot-1.png | 17.45KB | 8.83KB | ▼ 49.37% |