Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | All plugins must install correctly, without throwing any errors, warnings, or notices
Installer ran successfully
Server metrics [RAM: ▲0.07MB] [CPU: ▼5.29ms] Passed 4 tests
A check of server-side resources used by Simple XML Sitemap Generator
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 43.03 ▲3.07 |
Dashboard /wp-admin | 3.37 ▲0.07 | 50.54 ▼4.49 |
Posts /wp-admin/edit.php | 3.42 ▲0.07 | 44.77 ▼2.20 |
Add New Post /wp-admin/post-new.php | 5.95 ▲0.07 | 83.44 ▼17.54 |
Media Library /wp-admin/upload.php | 3.29 ▲0.07 | 39.62 ▲3.64 |
Simple XML Sitemap Generator /wp-admin/options-general.php?page=QWA_sxmlsg | 3.23 | 34.18 |
Server storage [IO: ▲0.13MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
The plugin installed successfully
Filesystem: 15 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
theysaidso_admin_options |
widget_recent-posts |
can_compress_scripts |
Browser metrics Passed 4 tests
Simple XML Sitemap Generator: an overview of browser usage
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,829 ▲83 | 13.23 ▼1.15 | 2.09 ▲0.12 | 43.51 ▼2.18 |
Dashboard /wp-admin | 2,207 ▲16 | 5.84 ▲0.91 | 103.45 ▼14.53 | 41.15 ▼2.65 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.06 ▲0.04 | 35.32 ▼2.41 | 36.31 ▲2.99 |
Add New Post /wp-admin/post-new.php | 1,523 ▼19 | 17.89 ▼6.55 | 676.87 ▼12.03 | 61.12 ▲11.35 |
Media Library /wp-admin/upload.php | 1,392 ▲10 | 4.14 ▼0.09 | 105.28 ▲4.94 | 48.91 ▲4.57 |
Simple XML Sitemap Generator /wp-admin/options-general.php?page=QWA_sxmlsg | 944 | 2.02 | 24.64 | 30.91 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
These items require your attention
- The uninstall procedure has failed, leaving 6 options in the database
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- db_upgraded
- widget_recent-posts
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Almost there, just fix the following server-side errors
- 2 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=QWA_sxmlsg
- > Notice in wp-content/plugins/simple-xml-sitemap-generator/form.php+218
Undefined variable: screenshot
SRP Passed 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
Everything seems fine, however this is by no means an exhaustive test
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 86% 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
These attributes need your attention:
- Screenshots: These screenshots need descriptions #1, #2 in simple-xml-sitemap-generator/assets to your readme.txt
simple-xml-sitemap-generator/index.php 77% from 13 tests
The primary PHP file in "Simple XML Sitemap Generator" version 2.2.5 is used by WordPress to initiate all plugin functionality
Please take the time to fix the following:
- Description: Please don't use more than 140 characters for the plugin description (currently 220 characters long)
- Requires at least: The required version number must match the one declared in readme.txt ("3.0.1" instead of "3.5")
- Main file name: Name the main plugin file the same as the plugin slug ("simple-xml-sitemap-generator.php" instead of "index.php")
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 plugin739 lines of code in 8 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PO File | 4 | 128 | 153 | 509 |
PHP | 4 | 151 | 66 | 230 |
PHP code Passed 2 tests
This is a short overview of cyclomatic complexity and code structure for this plugin
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.21 |
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 | 8 | |
▷ Named functions | 8 | 100.00% |
▷ Anonymous functions | 0 | 0.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
Using a strong compression for your PNG files is a great way to speed-up your plugin
2 PNG files occupy 0.08MB with 0.04MB in potential savings
Potential savings
Compression of 2 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
images/screenshot-1.png | 38.68KB | 19.04KB | ▼ 50.77% |
images/screenshot-2.png | 38.77KB | 18.93KB | ▼ 51.17% |