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
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.05MB] [CPU: ▼4.89ms] Passed 4 tests
Analyzing server-side resources used by Recommended Site for SEO
Server-side resource usage in normal parameters
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.51 ▲0.05 | 43.49 ▲3.05 |
Dashboard /wp-admin | 3.35 ▲0.05 | 42.09 ▼11.08 |
Posts /wp-admin/edit.php | 3.40 ▲0.05 | 41.23 ▼4.99 |
Add New Post /wp-admin/post-new.php | 5.93 ▲0.05 | 89.62 ▼5.37 |
Media Library /wp-admin/upload.php | 3.27 ▲0.05 | 37.30 ▲1.87 |
Add New /wp-admin/post-new.php?post_type=recommended_site | 3.43 | 49.78 |
Recommended Sites /wp-admin/edit.php?post_type=recommended_site | 3.32 | 35.63 |
Types /wp-admin/edit-tags.php?taxonomy=site_types&post_type=recommended_site | 3.27 | 32.85 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 3 new files
Database: no new tables, 7 new options
New WordPress options |
---|
mrpage |
widget_recent-posts |
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
Browser metrics Passed 4 tests
An overview of browser requirements for Recommended Site for SEO
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,840 ▲105 | 13.24 ▼0.89 | 2.18 ▲0.46 | 44.63 ▼0.24 |
Dashboard /wp-admin | 2,239 ▲48 | 5.90 ▲1.01 | 110.47 ▲3.24 | 41.60 ▼3.10 |
Posts /wp-admin/edit.php | 2,125 ▲36 | 2.00 ▲0.01 | 34.98 ▲0.62 | 30.78 ▼0.94 |
Add New Post /wp-admin/post-new.php | 1,556 ▲42 | 23.34 ▲5.81 | 657.45 ▼20.51 | 52.13 ▼9.88 |
Media Library /wp-admin/upload.php | 1,424 ▲33 | 4.20 ▲0.01 | 93.60 ▼5.27 | 41.31 ▼5.65 |
Add New /wp-admin/post-new.php?post_type=recommended_site | 2,756 | 7.77 | 195.89 | 77.36 |
Recommended Sites /wp-admin/edit.php?post_type=recommended_site | 1,137 | 1.93 | 30.30 | 30.84 |
Types /wp-admin/edit-tags.php?taxonomy=site_types&post_type=recommended_site | 1,292 | 2.14 | 26.54 | 26.73 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | The uninstall procedure must remove all plugin files and extra database tables
These items require your attention
- This plugin does not fully uninstall, leaving 7 options in the database
- widget_recent-comments
- widget_recent-posts
- mrpage
- db_upgraded
- can_compress_scripts
- widget_theysaidso_widget
- theysaidso_admin_options
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Good news, no errors were detected
SRP 50% from 2 tests
🔹 Tests weight: 20 | SRP (Single-Responsibility Principle) - PHP files must act as libraries and never output text or perform any action when accessed directly in a browser
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/recommended-site-list-for-seo/recommended-site.php:54
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine on the user side
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
These attributes need to be fixed:
- Plugin Name: Please specify the plugin name on the first line (
=== recommended-site-list-for-seo ===
)
recommended-site-list-for-seo/recommended-site.php 92% from 13 tests
Analyzing the main PHP file in "Recommended Site for SEO" version 1.0.1
It is important to fix the following:
- Main file name: Name the main plugin file the same as the plugin slug ("recommended-site-list-for-seo.php" instead of "recommended-site.php")
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 detected114 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 11 | 15 | 107 |
CSS | 1 | 0 | 0 | 7 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
This plugin has no cyclomatic complexity issues
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.10 |
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 | 5 | |
▷ Named functions | 5 | 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
PNG files should be compressed to save space and minimize bandwidth usage
No PNG images were found in this plugin