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.17MB] [CPU: ▼9.25ms] Passed 4 tests
A check of server-side resources used by fullscreen Menu
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.21 ▼0.26 | 23.08 ▼17.47 |
Dashboard /wp-admin | 3.62 ▲0.31 | 54.14 ▲0.06 |
Posts /wp-admin/edit.php | 3.73 ▲0.37 | 48.23 ▼4.29 |
Add New Post /wp-admin/post-new.php | 6.20 ▲0.31 | 94.94 ▼15.28 |
Media Library /wp-admin/upload.php | 3.54 ▲0.31 | 45.67 ▲5.32 |
Install Plugins /wp-admin/themes.php?page=tgmpa-install-plugins | 3.54 | 36.64 |
Server storage [IO: ▲0.15MB] [DB: ▲0.00MB] Passed 3 tests
How much does this plugin use your filesystem and database?
This plugin installed successfully
Filesystem: 16 new files
Database: no new tables, 6 new options
New WordPress options |
---|
theysaidso_admin_options |
can_compress_scripts |
widget_recent-posts |
widget_recent-comments |
db_upgraded |
widget_theysaidso_widget |
Browser metrics Passed 4 tests
A check of browser resources used by fullscreen Menu
There were no issues detected in relation to browser resource usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,842 ▲81 | 13.31 ▼0.99 | 5.07 ▲3.30 | 44.11 ▲0.68 |
Dashboard /wp-admin | 2,248 ▲45 | 5.88 ▲1.02 | 105.50 ▲1.50 | 46.99 ▲6.27 |
Posts /wp-admin/edit.php | 2,136 ▲33 | 2.19 ▲0.17 | 38.20 ▼0.81 | 40.45 ▲5.07 |
Add New Post /wp-admin/post-new.php | 1,563 ▲32 | 23.18 ▲0.14 | 636.68 ▼61.07 | 63.90 ▼5.02 |
Media Library /wp-admin/upload.php | 1,435 ▲38 | 4.33 ▲0.07 | 106.03 ▼1.47 | 52.12 ▼1.02 |
Install Plugins /wp-admin/themes.php?page=tgmpa-install-plugins | 947 | 2.07 | 29.32 | 30.86 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | Verifying that this plugin uninstalls completely without leaving any traces
These items require your attention
- Zombie WordPress options were found after uninstall: 6 options
- can_compress_scripts
- widget_recent-posts
- db_upgraded
- theysaidso_admin_options
- widget_theysaidso_widget
- widget_recent-comments
Smoke tests 75% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a shallow check for server-side errors
Even though everything seems fine, this is not an exhaustive test
SRP 50% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle: PHP files have to remain inert when accessed directly, throwing no errors and performing no actions
Please take a closer look at the following
- 2× PHP files trigger server-side errors or warnings when accessed directly:
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/fullscreen-menu/class-tgm-plugin-activation.php:161
- > PHP Fatal error
Uncaught Error: Call to undefined function __() in wp-content/plugins/fullscreen-menu/class-tgm-plugin-activation.php:161
- > 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 93% from 29 tests
readme.txt 88% from 16 tests
The readme.txt file is important because it is parsed by WordPress.org for the public listing of your plugin
Please fix the following attributes:
- Screenshots: These screenshots require images: #1 (Responsive Design), #2 (Manage menu location easely), #3 (Menu appear animations), #4 (Menu Customization), #5 (Custom Background & Typography), #6 (Custom Open & Close Button), #7 (Custom css)
- Tags: Please reduce the number of tags, currently 15 tag instead of maximum 10
fullscreen-menu/fullscreen-menu.php Passed 13 tests
The principal PHP file in "fullscreen Menu" v. 1.0 is loaded by WordPress automatically on each request
129 characters long description:
a free plugin to create custom fullscreen menu quickly in your wordpress website (user-friendly, highly customizable, responsive)
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 detected2,227 lines of code in 15 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 3 | 486 | 946 | 1,568 |
CSS | 7 | 78 | 3 | 525 |
JavaScript | 5 | 15 | 22 | 134 |
PHP code Passed 2 tests
Analyzing cyclomatic complexity and code structure
Everything seems fine, there were no complexity issues found
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.43 |
Average class complexity | 44.60 |
▷ Minimum class complexity | 10.00 |
▷ Maximum class complexity | 112.00 |
Average method complexity | 4.89 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 38.00 |
Code structure | ||
---|---|---|
Namespaces | 0 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 5 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 5 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 56 | |
▷ Static methods | 1 | 1.79% |
▷ Public methods | 50 | 89.29% |
▷ Protected methods | 6 | 10.71% |
▷ Private methods | 0 | 0.00% |
Functions | 6 | |
▷ Named functions | 6 | 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
Using a strong compression for your PNG files is a great way to speed-up your plugin
No PNG images were found in this plugin