Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
Install script ran successfully
Server metrics [RAM: ▲0.02MB] [CPU: ▼2.92ms] Passed 4 tests
A check of server-side resources used by WP Tweet Walls
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.62 ▲0.16 | 47.90 ▲4.05 |
Dashboard /wp-admin | 3.33 ▼0.01 | 59.09 ▼2.50 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 48.83 ▼5.62 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 93.27 ▼7.59 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 43.35 ▲5.08 |
Settings /wp-admin/admin.php?page=wp_tweet_walls_settings | 3.25 | 36.74 |
Twitter Buttons /wp-admin/admin.php?page=wp_tweet_walls_buttons | 3.22 | 37.21 |
Timelines /wp-admin/admin.php?page=wp_tweet_walls_timelines | 3.22 | 35.87 |
Tweet Walls /wp-admin/admin.php?page=wp_tweet_walls | 3.22 | 36.66 |
Server storage [IO: ▲0.06MB] [DB: ▲0.07MB] Passed 3 tests
How much does this plugin use your filesystem and database?
No storage issues were detected
Filesystem: 15 new files
Database: 1 new table, 6 new options
New tables |
---|
wp_wptw_walls |
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
db_upgraded |
can_compress_scripts |
Browser metrics Passed 4 tests
Checking browser requirements for WP Tweet Walls
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 3,017 ▲256 | 15.45 ▲1.10 | 12.24 ▲10.32 | 42.40 ▼1.95 |
Dashboard /wp-admin | 2,280 ▲103 | 5.86 ▲0.20 | 105.73 ▲10.50 | 40.32 ▼0.89 |
Posts /wp-admin/edit.php | 2,175 ▲75 | 3.08 ▲1.08 | 59.53 ▲19.28 | 30.77 ▼6.35 |
Add New Post /wp-admin/post-new.php | 6,555 ▲5,019 | 23.95 ▲0.62 | 977.05 ▲311.45 | 44.56 ▼9.24 |
Media Library /wp-admin/upload.php | 1,492 ▲89 | 5.41 ▲1.14 | 116.20 ▲5.77 | 45.05 ▼2.77 |
Settings /wp-admin/admin.php?page=wp_tweet_walls_settings | 939 | 2.92 | 64.23 | 32.09 |
Twitter Buttons /wp-admin/admin.php?page=wp_tweet_walls_buttons | 939 | 2.94 | 61.69 | 31.22 |
Timelines /wp-admin/admin.php?page=wp_tweet_walls_timelines | 936 | 2.94 | 59.29 | 30.72 |
Tweet Walls /wp-admin/admin.php?page=wp_tweet_walls | 939 | 2.92 | 55.49 | 28.28 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 50% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- This plugin does not fully uninstall, leaving 1 table in the database
- wp_wptw_walls
- Zombie WordPress options detected upon uninstall: 6 options
- can_compress_scripts
- widget_recent-comments
- db_upgraded
- widget_recent-posts
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Almost there, just fix the following server-side errors
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=wp_tweet_walls_buttons
- > request to
- > Notice in wp-config.php+20
Undefined index: REQUEST_METHOD
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
The SRP test was a success
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 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
6 plugin tags: walls, twitter, timelines, twitter wall, tweet wall...
wp-tweet-walls/wp-tweet-walls.php 92% from 13 tests
Analyzing the main PHP file in "WP Tweet Walls" version 1.0.4
You should first fix the following items:
- Domain Path: The domain path folder does not exist ("/languages")
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
Everything looks great! No dangerous files found in this plugin1,983 lines of code in 14 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
CSS | 2 | 120 | 2 | 838 |
PHP | 9 | 159 | 40 | 828 |
JavaScript | 3 | 50 | 10 | 317 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.31 |
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 | 47 | |
▷ Named functions | 46 | 97.87% |
▷ Anonymous functions | 1 | 2.13% |
Constants | 3 | |
▷ Global constants | 3 | 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
There are no PNG files in this plugin