Benchmarks
Plugin footprint 65% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | It is important to correctly install your plugin, without throwing errors or notices
The plugin installed gracefully, with no errors
Server metrics [RAM: ▼0.28MB] [CPU: ▼22.31ms] Passed 4 tests
A check of server-side resources used by Build App Online
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.88 ▲0.42 | 39.20 ▼0.22 |
Dashboard /wp-admin | 3.71 ▲0.37 | 44.65 ▼15.13 |
Posts /wp-admin/edit.php | 3.83 ▲0.47 | 49.58 ▲2.92 |
Add New Post /wp-admin/post-new.php | 3.56 ▼2.33 | 37.65 ▼71.73 |
Media Library /wp-admin/upload.php | 3.63 ▲0.41 | 33.89 ▼2.17 |
Server storage [IO: ▲0.67MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
There were no storage issued detected upon installing this plugin
Filesystem: 60 new files
Database: 1 new table, 6 new options
New tables |
---|
wp_mstoreapp_wishlist |
New WordPress options |
---|
can_compress_scripts |
widget_theysaidso_widget |
widget_recent-posts |
widget_recent-comments |
theysaidso_admin_options |
db_upgraded |
Browser metrics Passed 4 tests
A check of browser resources used by Build App Online
Normal browser usage
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,887 ▲141 | 13.59 ▼0.78 | 8.14 ▲6.57 | 39.23 ▼0.13 |
Dashboard /wp-admin | 2,201 ▲18 | 5.85 ▲0.91 | 95.11 ▼15.95 | 38.58 ▼4.15 |
Posts /wp-admin/edit.php | 2,093 ▲7 | 2.02 ▲0.02 | 39.38 ▲3.68 | 34.79 ▲1.63 |
Add New Post /wp-admin/post-new.php | 1,518 ▼1 | 23.18 ▲0.05 | 671.62 ▼25.05 | 50.64 ▲2.03 |
Media Library /wp-admin/upload.php | 1,392 ▲4 | 4.24 ▲0.16 | 94.43 ▼11.78 | 42.38 ▼6.33 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
These items require your attention
- The uninstall procedure failed, leaving 1 table in the database
- wp_mstoreapp_wishlist
- Zombie WordPress options detected upon uninstall: 6 options
- widget_recent-comments
- theysaidso_admin_options
- db_upgraded
- can_compress_scripts
- widget_recent-posts
- widget_theysaidso_widget
Smoke tests 50% from 4 tests
Server-side errors Passed 1 test
🔹 Test weight: 20 | This is a short smoke test looking for server-side errors
Good news, no errors were detected
SRP 0% from 2 tests
🔹 Tests weight: 20 | The single-responsibility principle applies for WordPress plugins as well - please make sure your PHP files perform no actions when accessed directly
The following issues need your attention
- 2× GET requests to PHP files return non-empty strings:
- > /wp-content/plugins/build-app-online/admin/partials/build-app-online-admin-display.php
- > /wp-content/plugins/build-app-online/public/partials/build-app-online-public-display.php
- 2× PHP files trigger errors when accessed directly with GET requests:
- > PHP Warning
require(wp-content/plugins/build-app-online/admin\\vendor\\autoload.php): failed to open stream: No such file or directory in wp-content/plugins/build-app-online/admin/firebase-jwt.php on line 5
- > PHP Fatal error
require(): Failed opening required 'wp-content/plugins/build-app-online/admin\\vendor\\autoload.php' (include_path='.:/usr/share/php') in wp-content/plugins/build-app-online/admin/firebase-jwt.php on line 5
- > PHP Warning
User-side errors Passed 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Everything seems fine, but this is not an exhaustive test
Optimizations
Plugin configuration 97% from 29 tests
readme.txt 94% from 16 tests
Don't ignore readme.txt as it is the file that instructs WordPress.org on how to present your plugin to the world
These attributes need your attention:
- Tags: There are too many tags (13 tag instead of maximum 10)
build-app-online/build-app-online.php Passed 13 tests
The main file in "Build App Online" v. 1.0.19 serves as a complement to information provided in readme.txt and as the entry point to the plugin
37 characters long description:
Help you to build and run mobile app.
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of programming languages used in this plugin; dangerous file extensions are not allowed
No dangerous file extensions were detected12,435 lines of code in 52 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 45 | 3,085 | 2,305 | 12,033 |
Markdown | 1 | 73 | 0 | 284 |
JSON | 2 | 0 | 0 | 112 |
JavaScript | 2 | 4 | 54 | 6 |
CSS | 2 | 0 | 8 | 0 |
PHP code Passed 2 tests
This is a very shot review of cyclomatic complexity and code structure
This plugin has no cyclomatic complexity problems
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.40 |
Average class complexity | 49.85 |
▷ Minimum class complexity | 1.00 |
▷ Maximum class complexity | 825.00 |
Average method complexity | 5.17 |
▷ Minimum method complexity | 1.00 |
▷ Maximum method complexity | 62.00 |
Code structure | ||
---|---|---|
Namespaces | 3 | |
Interfaces | 0 | |
Traits | 0 | |
Classes | 33 | |
▷ Abstract classes | 0 | 0.00% |
▷ Concrete classes | 33 | 100.00% |
▷ Final classes | 0 | 0.00% |
Methods | 374 | |
▷ Static methods | 47 | 12.57% |
▷ Public methods | 316 | 84.49% |
▷ Protected methods | 23 | 6.15% |
▷ Private methods | 35 | 9.36% |
Functions | 14 | |
▷ Named functions | 12 | 85.71% |
▷ Anonymous functions | 2 | 14.29% |
Constants | 11 | |
▷ Global constants | 8 | 72.73% |
▷ Class constants | 3 | 27.27% |
▷ 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 files were detected