Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Verifying that this plugin installs correctly without errors
Install script ran successfully
Server metrics [RAM: ▲0.03MB] [CPU: ▼2.44ms] Passed 4 tests
A check of server-side resources used by Twitter real time search scrolling
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.04 | 42.08 ▲0.55 |
Dashboard /wp-admin | 3.35 ▲0.00 | 51.17 ▼12.36 |
Posts /wp-admin/edit.php | 3.40 ▲0.04 | 55.32 ▲9.59 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.04 | 95.51 ▲0.86 |
Media Library /wp-admin/upload.php | 3.27 ▲0.04 | 36.53 ▲1.21 |
Twitter real time search scrolling /wp-admin/options-general.php?page=twitter-real-time-search-scrolling/twitter-real-time-search-scrolling.php | 3.21 | 30.07 |
Server storage [IO: ▲0.02MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
No storage issues were detected
Filesystem: 3 new files
Database: no new tables, 11 new options
New WordPress options |
---|
widget_recent-comments |
can_compress_scripts |
twitterreal_display |
widget_recent-posts |
widget_theysaidso_widget |
db_upgraded |
twitterreal_title |
theysaidso_admin_options |
twitterreal_length |
twitterreal_height |
... |
Browser metrics Passed 4 tests
An overview of browser requirements for Twitter real time search scrolling
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,806 ▲60 | 13.26 ▼1.13 | 2.02 ▲0.32 | 40.79 ▼1.49 |
Dashboard /wp-admin | 2,210 ▲25 | 5.86 ▲0.05 | 106.25 ▲1.35 | 42.80 ▼3.27 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.02 ▲0.00 | 41.76 ▲4.67 | 36.41 ▲5.58 |
Add New Post /wp-admin/post-new.php | 1,536 ▼6 | 23.25 ▲5.15 | 668.89 ▲52.57 | 55.07 ▲1.15 |
Media Library /wp-admin/upload.php | 1,395 ▲4 | 4.21 ▲0.02 | 93.27 ▼15.01 | 42.11 ▼4.74 |
Twitter real time search scrolling /wp-admin/options-general.php?page=twitter-real-time-search-scrolling/twitter-real-time-search-scrolling.php | 824 | 2.06 | 26.91 | 25.80 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- Zombie WordPress options detected upon uninstall: 11 options
- theysaidso_admin_options
- twitterreal_display
- twitterreal_length
- twitterreal_title
- widget_recent-comments
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
- twitterreal_height
- db_upgraded
- ...
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
These server-side errors were triggered
- > GET request to /wp-admin/options-general.php?page=twitter-real-time-search-scrolling/twitter-real-time-search-scrolling.php
- > Notice in wp-content/plugins/twitter-real-time-search-scrolling/twitter-real-time-search-scrolling.php+51
Undefined index: twitterreal_submit
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
- 1× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/twitter-real-time-search-scrolling/twitter-real-time-search-scrolling.php:285
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Attributes that need to be fixed:
- Tags: You are using too many tags: 11 tag instead of maximum 10
twitter-real-time-search-scrolling/twitter-real-time-search-scrolling.php Passed 13 tests
The principal PHP file in "Twitter real time search scrolling" v. 7.0 is loaded by WordPress automatically on each request
86 characters long description:
This plug-in will scroll the most recent twittered contents from your twitter account.
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
Success! There were no dangerous files found in this plugin272 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 41 | 15 | 235 |
JavaScript | 1 | 7 | 24 | 37 |
PHP code Passed 2 tests
This plugin's cyclomatic complexity and code structure detailed below
All good! No complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.13 |
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 | 10 | |
▷ Named functions | 10 | 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