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.39MB] [CPU: ▲2.89ms] Passed 4 tests
This is a short check of server-side resources used by IntenseDebate Comments
This plugin has minimal impact on server resources
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.89 ▲0.43 | 41.11 ▼4.05 |
Dashboard /wp-admin | 3.73 ▲0.43 | 53.61 ▲3.75 |
Posts /wp-admin/edit.php | 3.78 ▲0.43 | 56.73 ▲8.00 |
Add New Post /wp-admin/post-new.php | 6.25 ▲0.36 | 97.56 ▲15.09 |
Media Library /wp-admin/upload.php | 3.59 ▲0.36 | 39.20 ▲3.86 |
IntenseDebate /wp-admin/options-general.php?page=id_settings | 3.54 | 38.90 |
Server storage [IO: ▲0.41MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
This plugin installed successfully
Filesystem: 12 new files
Database: no new tables, 9 new options
New WordPress options |
---|
widget_recent-comments |
theysaidso_admin_options |
id_request_queue |
id_pdxsync |
widget_recent-posts |
can_compress_scripts |
id_signup_step |
db_upgraded |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Checking browser requirements for IntenseDebate Comments
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,823 ▲77 | 13.17 ▼1.00 | 1.94 ▲0.21 | 41.00 ▲1.00 |
Dashboard /wp-admin | 2,214 ▲23 | 4.88 ▼0.04 | 104.58 ▼6.05 | 42.95 ▼0.98 |
Posts /wp-admin/edit.php | 2,110 ▲21 | 2.04 ▲0.05 | 43.46 ▲3.30 | 35.34 ▲0.95 |
Add New Post /wp-admin/post-new.php | 6,308 ▲4,780 | 23.75 ▲0.51 | 922.98 ▲208.72 | 54.04 ▼10.36 |
Media Library /wp-admin/upload.php | 1,396 ▲14 | 4.23 ▲0.04 | 109.21 ▲8.09 | 47.41 ▲3.87 |
IntenseDebate /wp-admin/options-general.php?page=id_settings | 923 | 1.77 | 29.18 | 44.72 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- Zombie WordPress options were found after uninstall: 9 options
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
- id_request_queue
- theysaidso_admin_options
- id_signup_step
- id_pdxsync
- can_compress_scripts
- widget_recent-posts
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 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
Please fix the following items
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/intensedebate/intensedebate-comment-template.php:6
- > PHP Fatal error
Uncaught Error: Call to undefined function get_option() in wp-content/plugins/intensedebate/intensedebate.php:41
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a smoke test targeting browser errors/issues
No browser issues were found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
You should put a lot of thought into formatting readme.txt as it is used by WordPress.org to prepare the public listing of your plugin
Attributes that need to be fixed:
- Tags: Please delete some tags, you are using 15 tag instead of maximum 10
- Screenshots: Add images for these screenshots: #1 (An example of the comment system itself. Notice all the extra goodies like user profile information, reputation, threaded comments, comment voting, RSS feeds for everything, and more!), #2 (This is the enhanced moderation screen. Note the extra information about the commenter (same drop down menu for each user from the previous screenshot is available here).), #3 (The settings page for the IntenseDebate plugin. There are many ways to customize IntenseDebate to do just as much as you want it to.), #4 (First step in the registration process - syncing up your IntenseDebate account with your WordPress blog.), #5 (Second step of the registration process - the import to convert all your existing comments into IntenseDebate goodness.), #6 (Final step of the registration process - a few helpful links to get you started getting the most out of your new IntenseDebate comment system.)
intensedebate/intensedebate.php 92% from 13 tests
"IntenseDebate Comments" version 2.10.2's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
The following require your attention:
- Description: Please keep the plugin description shorter than 140 characters (currently 411 characters long)
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short glimpse at programming languages used with this plugin and a check that no dangerous files are present
No dangerous file extensions were detected2,116 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 2 | 380 | 277 | 2,116 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.41 |
Average class complexity | 13.00 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 32.00 |
Average method complexity | 2.54 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 16.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 39 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 39 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 96 | |
▷ Named functions | 96 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 13 | |
▷ Global constants | 13 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
PNG files should be compressed to save space and minimize bandwidth usage
7 PNG files occupy 0.29MB with 0.06MB in potential savings
Potential savings
Compression of 5 random PNG files using pngquant | |||
---|---|---|---|
File | Size - original | Size - compressed | Savings |
screenshot-3.png | 95.07KB | 31.31KB | ▼ 67.06% |
screenshot-4.png | 34.81KB | 33.84KB | ▼ 2.81% |
screenshot-6.png | 14.67KB | 14.35KB | ▼ 2.21% |
comments.png | 0.56KB | 0.43KB | ▼ 22.59% |
screenshot-5.png | 28.44KB | 27.48KB | ▼ 3.37% |