Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | The install procedure must perform silently
Install script ran successfully
Server metrics [RAM: ▼0.69MB] [CPU: ▼19.10ms] Passed 4 tests
An overview of server-side resources used by RankAnalyst Content Observer
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.47 ▲0.00 | 39.45 ▼2.50 |
Dashboard /wp-admin | 3.32 ▲0.02 | 48.02 ▼2.67 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 48.62 ▲1.26 |
Add New Post /wp-admin/post-new.php | 3.10 ▼2.78 | 35.34 ▼72.47 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 37.14 ▲2.35 |
Recent Modifications /wp-admin/admin.php?page=rankanalyst_co | 3.21 | 33.65 |
Configuration /wp-admin/admin.php?page=rankanalyst_co_conf | 3.18 | 30.72 |
Server storage [IO: ▲0.03MB] [DB: ▲0.07MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 2 new files
Database: 1 new table, 6 new options
New tables |
---|
wp_rankanalyst_changes |
New WordPress options |
---|
widget_recent-comments |
theysaidso_admin_options |
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-posts |
db_upgraded |
Browser metrics Passed 4 tests
RankAnalyst Content Observer: an overview of browser usage
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,818 ▲32 | 14.72 ▲0.34 | 1.86 ▼0.02 | 38.53 ▼7.84 |
Dashboard /wp-admin | 2,224 ▲44 | 5.63 ▼0.07 | 89.35 ▼12.98 | 38.94 ▼4.96 |
Posts /wp-admin/edit.php | 2,129 ▲32 | 1.96 ▼0.06 | 43.00 ▲6.85 | 37.65 ▲2.26 |
Add New Post /wp-admin/post-new.php | 1,550 ▲24 | 22.73 ▼0.58 | 679.00 ▼11.65 | 54.74 ▼4.37 |
Media Library /wp-admin/upload.php | 1,432 ▲32 | 4.10 ▼0.14 | 107.98 ▲12.03 | 46.17 ▲3.95 |
Recent Modifications /wp-admin/admin.php?page=rankanalyst_co | 838 | 1.97 | 27.42 | 28.02 |
Configuration /wp-admin/admin.php?page=rankanalyst_co_conf | 864 | 2.12 | 21.94 | 23.25 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.07MB] 50% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
It is recommended to fix the following
- Zombie tables were found after uninstall: 1 table
- wp_rankanalyst_changes
- Zombie WordPress options were found after uninstall: 6 options
- can_compress_scripts
- theysaidso_admin_options
- widget_recent-comments
- db_upgraded
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Please fix the following server-side errors
- 2 occurences, only the last one shown
- > GET request to /wp-admin/admin.php?page=rankanalyst_co_conf
- > Notice in wp-content/plugins/rankanalyst-content-observer/ra-contentobserver.php+107
Trying to access array offset on value of type bool
SRP Passed 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
No output text or server-side errors detected on direct access of PHP files
User-side errors 0% from 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the browser (console and network errors and warnings)
These are user-side errors you should fix
- > GET request to /wp-admin/admin.php?page=rankanalyst_co
- > Javascript (severe) in unknown
/wp-admin/admin.php?page=rankanalyst_co 153:0 Uncaught TypeError: $ is not a function
- > GET request to /wp-admin/admin.php?page=rankanalyst_co_conf
- > Javascript (severe) in unknown
/wp-admin/admin.php?page=rankanalyst_co_conf 164:0 Uncaught TypeError: $ is not a function
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
Please fix the following attributes:
- Screenshots: These screenshots lack descriptions #2, #3 in rankanalyst-content-observer/assets to your readme.txt
- Tags: Please delete some tags, you are using 13 tag instead of maximum 10
rankanalyst-content-observer/ra-contentobserver.php 92% from 13 tests
The main PHP script in "RankAnalyst Content Observer" version 1.1 is automatically included on every request by WordPress
Please take the time to fix the following:
- Main file name: It is recommended to name the main PHP file as the plugin slug ("rankanalyst-content-observer.php" instead of "ra-contentobserver.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | Executable files are not allowed as they can serve as attack vectors
Success! There were no dangerous files found in this plugin475 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 246 | 47 | 475 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
Although this was not an exhaustive test, there were no cyclomatic complexity issues detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.28 |
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 | 18 | |
▷ Named functions | 17 | 94.44% |
▷ Anonymous functions | 1 | 5.56% |
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
PNG images were not found in this plugin