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
Installer ran successfully
Server metrics [RAM: ▲0.03MB] [CPU: ▼5.82ms] Passed 4 tests
Analyzing server-side resources used by EasyFAQ
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.50 ▲0.03 | 38.90 ▼1.19 |
Dashboard /wp-admin | 3.34 ▲0.04 | 48.02 ▲1.71 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 42.43 ▼5.30 |
Add New Post /wp-admin/post-new.php | 5.92 ▲0.03 | 78.59 ▼18.51 |
Media Library /wp-admin/upload.php | 3.26 ▲0.03 | 36.90 ▲3.21 |
FAQ Settings /wp-admin/options-general.php?page=FAQ-plugin-slug | 3.23 | 31.47 |
Server storage [IO: ▲0.23MB] [DB: ▲0.00MB] Passed 3 tests
Analyzing filesystem and database footprints of this plugin
No storage issues were detected
Filesystem: 9 new files
Database: no new tables, 6 new options
New WordPress options |
---|
widget_recent-comments |
theysaidso_admin_options |
widget_recent-posts |
db_upgraded |
can_compress_scripts |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
Checking browser requirements for EasyFAQ
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,903 ▲117 | 13.86 ▼0.62 | 10.88 ▲8.25 | 44.66 ▲6.17 |
Dashboard /wp-admin | 2,199 ▲19 | 5.63 ▼0.04 | 85.19 ▼1.17 | 42.20 ▼0.14 |
Posts /wp-admin/edit.php | 2,104 ▲4 | 2.00 ▲0.01 | 33.83 ▼4.22 | 33.85 ▼1.77 |
Add New Post /wp-admin/post-new.php | 1,534 ▼0 | 22.70 ▲4.30 | 659.65 ▲11.77 | 64.48 ▼0.20 |
Media Library /wp-admin/upload.php | 1,404 ▲4 | 4.19 ▼0.02 | 94.17 ▼21.13 | 43.65 ▼5.49 |
FAQ Settings /wp-admin/options-general.php?page=FAQ-plugin-slug | 817 | 1.99 | 24.61 | 24.80 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
Please fix the following items
- Zombie WordPress options were found after uninstall: 6 options
- db_upgraded
- widget_theysaidso_widget
- widget_recent-posts
- can_compress_scripts
- widget_recent-comments
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | Just a short smoke test targeting errors on the server (in the Apache logs)
Everything seems fine, however this is by no means an exhaustive test
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 items
- 3× 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/easy-faqs-accordion/admin-menu.php:5
- > PHP Fatal error
Uncaught Error: Call to undefined function add_shortcode() in wp-content/plugins/easy-faqs-accordion/faq-shortcode.php:83
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/easy-faqs-accordion/libraries.php:12
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
There are user-side issues you should fix
- > GET request to /wp-admin/options-general.php?page=FAQ-plugin-slug
- > Rendering (warning) in unknown
/wp-admin/options-general.php?page=FAQ-plugin-slug 142 The specified value "" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
- > GET request to /wp-admin/options-general.php?page=FAQ-plugin-slug
- > Rendering (warning) in unknown
/wp-admin/options-general.php?page=FAQ-plugin-slug 145 The specified value "" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
- > GET request to /wp-admin/options-general.php?page=FAQ-plugin-slug
- > Rendering (warning) in unknown
/wp-admin/options-general.php?page=FAQ-plugin-slug 147 The specified value "" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
- > GET request to /wp-admin/options-general.php?page=FAQ-plugin-slug
- > Rendering (warning) in unknown
/wp-admin/options-general.php?page=FAQ-plugin-slug 149 The specified value "" does not conform to the required format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadecimal numbers.
Optimizations
Plugin configuration 87% from 29 tests
readme.txt 88% from 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
Please fix the following attributes:
- Screenshots: These screenshots lack descriptions #1, #3, #4 in easy-faqs-accordion/assets to your readme.txt
- Donate link: Please fix this invalid url: ""
easy-faqs-accordion/easy-FAQs-accordion.php 85% from 13 tests
The main PHP script in "EasyFAQ" version 1.0 is automatically included on every request by WordPress
Please take the time to fix the following:
- Description: If Twitter did it, so should we! Keep the description under 140 characters (currently 149 characters long)
- Main file name: Please rename the main PHP file in this plugin to the plugin slug ("easy-faqs-accordion.php" instead of "easy-FAQs-accordion.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | A short review of files and their extensions; it is not recommended to include executable files
Success! There were no dangerous files found in this plugin222 lines of code in 7 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 4 | 50 | 26 | 193 |
CSS | 2 | 13 | 24 | 28 |
JavaScript | 1 | 0 | 6 | 1 |
PHP code Passed 2 tests
A brief analysis of cyclomatic complexity and code structure for this plugin
There are no cyclomatic complexity problems detected for this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.18 |
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 | 7 | |
▷ Named functions | 7 | 100.00% |
▷ Anonymous functions | 0 | 0.00% |
Constants | 1 | |
▷ Global constants | 1 | 100.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