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.02MB] [CPU: ▲1.44ms] Passed 4 tests
An overview of server-side resources used by Plugin Name: IFS Seo Simple
This plugin does not affect your website's performance
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.01 | 43.37 ▼0.32 |
Dashboard /wp-admin | 3.32 ▲0.02 | 53.60 ▲3.59 |
Posts /wp-admin/edit.php | 3.37 ▲0.01 | 51.11 ▲3.45 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.02 | 93.42 ▲1.07 |
Media Library /wp-admin/upload.php | 3.24 ▲0.01 | 39.27 ▲1.54 |
IFS SEO Simple /wp-admin/admin.php?page=ifs-seo-simple | 3.21 | 43.76 |
Documentation SEO Simple /wp-admin/admin.php?page=ifs-seo-documentation | 3.25 | 33.36 |
Configure SEO Simple /wp-admin/admin.php?page=ifs-seo-configure | 3.26 | 33.54 |
Feedback about SEO Simple /wp-admin/admin.php?page=ifs-seo-feedback | 3.25 | 32.48 |
Server storage [IO: ▲0.22MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
There were no storage issued detected upon installing this plugin
Filesystem: 10 new files
Database: no new tables, 6 new options
New WordPress options |
---|
db_upgraded |
can_compress_scripts |
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-comments |
widget_recent-posts |
Browser metrics Passed 4 tests
A check of browser resources used by Plugin Name: IFS Seo Simple
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,849 ▲63 | 14.34 ▼0.06 | 1.90 ▼0.14 | 43.16 ▼1.47 |
Dashboard /wp-admin | 2,233 ▲53 | 5.64 ▼0.03 | 90.47 ▼4.19 | 43.96 ▼6.54 |
Posts /wp-admin/edit.php | 2,135 ▲35 | 2.03 ▲0.02 | 41.62 ▲6.50 | 36.91 ▲0.75 |
Add New Post /wp-admin/post-new.php | 6,263 ▲4,735 | 25.98 ▲2.84 | 921.26 ▲260.19 | 59.04 ▼6.42 |
Media Library /wp-admin/upload.php | 1,435 ▲35 | 4.15 ▲0.00 | 95.07 ▼8.80 | 45.67 ▼0.88 |
IFS SEO Simple /wp-admin/admin.php?page=ifs-seo-simple | 906 | 1.96 | 25.60 | 32.50 |
Documentation SEO Simple /wp-admin/admin.php?page=ifs-seo-documentation | 992 | 1.96 | 22.76 | 45.13 |
Configure SEO Simple /wp-admin/admin.php?page=ifs-seo-configure | 941 | 2.12 | 22.19 | 31.48 |
Feedback about SEO Simple /wp-admin/admin.php?page=ifs-seo-feedback | 844 | 2.03 | 24.71 | 31.48 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | It is important to correctly uninstall your plugin, without leaving any traces
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- widget_recent-posts
- widget_theysaidso_widget
- widget_recent-comments
- can_compress_scripts
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Good news, no errors were detected
SRP 0% 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
Almost there! Just fix the following items
- 5× PHP files perform the action of outputting non-empty strings when accessed directly:
- > /wp-content/plugins/ifs-seo-simple/includes/add_mini_lib.php
- > /wp-content/plugins/ifs-seo-simple/includes/feedback.php
- > /wp-content/plugins/ifs-seo-simple/includes/documentation.php
- > /wp-content/plugins/ifs-seo-simple/includes/configure.php
- > /wp-content/plugins/ifs-seo-simple/includes/main-lib.php
- 3× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Warning
require_once(ABSPATH/wp-content/plugins/ifs-seo-simple/includes/add_mini_lib.php): failed to open stream: No such file or directory in wp-content/plugins/ifs-seo-simple/ifs-seo-simple.php on line 34
- > PHP Warning
Use of undefined constant ABSPATH - assumed 'ABSPATH' (this will throw an Error in a future version of PHP) in wp-content/plugins/ifs-seo-simple/ifs-seo-simple.php on line 34
- > PHP Fatal error
require_once(): Failed opening required 'ABSPATH/wp-content/plugins/ifs-seo-simple/includes/add_mini_lib.php' (include_path='.:/usr/share/php') in wp-content/plugins/ifs-seo-simple/ifs-seo-simple.php on line 34
- > PHP Warning
User-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for browser errors
No browser errors were detected
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
It's important to format your readme.txt file correctly as it is parsed for the public listing of your plugin
These attributes need to be fixed:
- Plugin Name: Write the name of your plugin instead of "Plugin Name" on the first line (
=== Plugin Name: IFS Seo Simple ===
)
ifs-seo-simple/ifs-seo-simple.php Passed 13 tests
"Plugin Name: IFS Seo Simple" version 2.21's primary PHP file adds more information about the plugin and serves as the entry point for WordPress
39 characters long description:
IFS module for SEO in a very simple way
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
There were no executable files found in this plugin1,278 lines of code in 6 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 6 | 133 | 106 | 1,278 |
PHP code Passed 2 tests
An short overview of logical lines of code, cyclomatic complexity, and other code metrics
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.40 |
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 | 50 | |
▷ Named functions | 50 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 5 | |
▷ Global constants | 5 | 100.00% |
▷ Class constants | 0 | 0.00% |
▷ Public constants | 0 | 0.00% |
Plugin size Passed 2 tests
Image compression Passed 2 tests
All PNG images should be compressed to minimize bandwidth usage for end users
PNG images were not found in this plugin