Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
This plugin's installer ran successfully
Server metrics [RAM: ▲0.03MB] [CPU: ▼6.82ms] Passed 4 tests
A check of server-side resources used by App
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.48 ▲0.02 | 44.95 ▼2.67 |
Dashboard /wp-admin | 3.33 ▲0.03 | 52.17 ▼2.65 |
Posts /wp-admin/edit.php | 3.38 ▲0.03 | 44.41 ▼9.10 |
Add New Post /wp-admin/post-new.php | 5.91 ▲0.03 | 86.27 ▼12.87 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 41.48 ▲4.35 |
SEO For Your App /wp-admin/options-general.php?page=seo-for-your-app | 3.20 | 30.17 |
Server storage [IO: ▲0.03MB] [DB: ▲0.00MB] Passed 3 tests
Input-output and database impact of this plugin
The plugin installed successfully
Filesystem: 5 new files
Database: no new tables, 6 new options
New WordPress options |
---|
can_compress_scripts |
theysaidso_admin_options |
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
widget_recent-posts |
Browser metrics Passed 4 tests
Checking browser requirements for App
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲33 | 14.67 ▲0.11 | 1.85 ▼0.51 | 39.04 ▼3.82 |
Dashboard /wp-admin | 2,207 ▲22 | 4.87 ▼0.18 | 103.90 ▼29.67 | 40.38 ▼13.45 |
Posts /wp-admin/edit.php | 2,093 ▲4 | 2.03 ▲0.01 | 38.43 ▲0.32 | 34.28 ▼2.66 |
Add New Post /wp-admin/post-new.php | 1,536 ▲2 | 23.12 ▼0.15 | 708.48 ▲29.48 | 61.47 ▼1.58 |
Media Library /wp-admin/upload.php | 1,392 ▲4 | 4.22 ▲0.09 | 110.76 ▼5.67 | 46.02 ▼0.81 |
SEO For Your App /wp-admin/options-general.php?page=seo-for-your-app | 787 | 2.04 | 24.46 | 31.14 |
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
You still need to fix the following
- Zombie WordPress options detected upon uninstall: 6 options
- theysaidso_admin_options
- can_compress_scripts
- widget_theysaidso_widget
- widget_recent-posts
- widget_recent-comments
- db_upgraded
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Almost there, just fix the following server-side errors
- > GET request to /wp-admin/options-general.php?page=seo-for-your-app
- > Warning in wp-admin/includes/template.php+1771
call_user_func() expects parameter 1 to be a valid callback, class 'NH_SEOAPPScripts' does not have a method 'sfya_print_section_info'
SRP 50% from 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
Please fix the following
- 1× PHP files trigger errors when accessed directly with GET requests:
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/seo-for-your-app/seo-for-your-app.php:23
- > PHP Fatal error
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There were no browser issues found
Optimizations
Plugin configuration 90% from 29 tests
readme.txt 81% from 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
These attributes need to be fixed:
- Screenshots: Screenshot #1 (SEO For Your App Plugin Option Page) image not found
- Tested up to: Version not formatted correctly
- Donate link: Please fix this invalid url: ""
seo-for-your-app/seo-for-your-app.php Passed 13 tests
This is the main PHP file of "App" version 0.3.2, providing information about the plugin in the header fields and serving as the principal entry point to the plugin's functions
57 characters long description:
Adds SEO Deeplinking Capability for your App to your Site
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short check of programming languages and file extensions; no executable files are allowed
Good job! No executable or dangerous file extensions detected136 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 27 | 44 | 111 |
PO File | 1 | 4 | 4 | 25 |
PHP code Passed 2 tests
Cyclomatic complexity and code structure are the fingerprint of this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.52 |
Average class complexity | 15.00 |
▷ Minimum class complexity | 15.00 |
▷ Maximum class complexity | 15.00 |
Average method complexity | 2.40 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 11.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 1 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 1 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 10 | |
▷ Static methods | 0 | 0.00% |
▷ Public methods | 10 | 100.00% |
▷ Protected methods | 0 | 0.00% |
▷ Private methods | 0 | 0.00% |
Functions | 0 | |
▷ Named functions | 0 | 0.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
It is recommended to compress PNG files in your plugin to minimize bandwidth usage
There were not PNG files found in your plugin