Benchmarks
Plugin footprint 83% from 16 tests
Installer Passed 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
The plugin installed successfully, without throwing any errors or notices
Server metrics [RAM: ▲0.05MB] [CPU: ▲6.08ms] Passed 4 tests
Server-side resources used by Android Appmaker
Normal server usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 3.53 ▲0.07 | 44.68 ▼0.00 |
Dashboard /wp-admin | 3.36 ▲0.05 | 53.81 ▲5.30 |
Posts /wp-admin/edit.php | 3.39 ▲0.03 | 56.20 ▲9.52 |
Add New Post /wp-admin/post-new.php | 5.94 ▲0.05 | 104.97 ▲9.96 |
Media Library /wp-admin/upload.php | 3.28 ▲0.05 | 43.72 ▲9.50 |
App Generator /wp-admin/options-general.php?page=appmaker | 3.22 | 37.82 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
A short overview of filesystem and database impact
No storage issues were detected
Filesystem: 2 new files
Database: no new tables, 8 new options
New WordPress options |
---|
theysaidso_admin_options |
widget_theysaidso_widget |
widget_recent-comments |
wp_merq_appmaker |
db_upgraded |
widget_recent-posts |
can_compress_scripts |
wp_merq_appmaker_anzahl |
Browser metrics Passed 4 tests
Checking browser requirements for Android Appmaker
This plugin renders optimally with no browser resource issues detected
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,804 ▲69 | 13.20 ▼1.18 | 4.69 ▲2.45 | 38.39 ▼12.52 |
Dashboard /wp-admin | 2,210 ▲22 | 4.83 ▼1.03 | 108.75 ▲3.60 | 41.50 ▼4.25 |
Posts /wp-admin/edit.php | 2,093 ▲1 | 2.04 ▼0.01 | 41.74 ▲6.31 | 37.86 ▼0.57 |
Add New Post /wp-admin/post-new.php | 1,545 ▲28 | 18.56 ▲0.99 | 602.75 ▼6.02 | 61.79 ▲4.70 |
Media Library /wp-admin/upload.php | 1,395 ▲7 | 4.22 ▼0.04 | 97.31 ▲0.09 | 41.67 ▲0.14 |
App Generator /wp-admin/options-general.php?page=appmaker | 807 | 2.06 | 29.49 | 28.62 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 75% from 4 tests
🔸 Tests weight: 35 | All plugins must uninstall correctly, removing their source code and extra database tables they might have created
You still need to fix the following
- Zombie WordPress options were found after uninstall: 8 options
- wp_merq_appmaker
- widget_theysaidso_widget
- can_compress_scripts
- widget_recent-comments
- widget_recent-posts
- wp_merq_appmaker_anzahl
- theysaidso_admin_options
- db_upgraded
Smoke tests 25% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A shallow check that no server-side errors were triggered
Smoke test failed, please fix the following
- > GET request to /wp-admin/options-general.php?page=appmaker
- > Notice in wp-content/plugins/app-generator/appmaker.php+126
Undefined index: anzahl
- > GET request to /wp-admin/options-general.php?page=appmaker
- > Notice in wp-content/plugins/app-generator/appmaker.php+144
Undefined variable: pass_word
SRP 50% 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
Please fix the following items
- 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/app-generator/appmaker.php:32
- > PHP Fatal error
User-side errors 0% from 1 test
🔹 Test weight: 20 | This is just a short smoke test looking for browser issues
Please fix the following user-side errors
- > GET request to /wp-admin/options-general.php?page=appmaker
- > Network (severe)
http://app-generator.net/app-generator.png - Failed to load resource: net::ERR_NAME_NOT_RESOLVED
Optimizations
Plugin configuration 96% from 29 tests
readme.txt Passed 16 tests
The readme.txt file describes your plugin functionality and requirements and it is parsed to prepare the your plugin's listing
6 plugin tags: android application, generate app, create app, android app, appgenerator...
app-generator/appmaker.php 92% from 13 tests
The main PHP script in "Android Appmaker" version 1.0 is automatically included on every request by WordPress
You should first fix the following items:
- Main file name: Name the main plugin file the same as the plugin slug ("app-generator.php" instead of "appmaker.php")
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
Everything looks great! No dangerous files found in this plugin121 lines of code in 1 file:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 51 | 32 | 121 |
PHP code Passed 2 tests
A short review of cyclomatic complexity and code structure
There were no cyclomatic complexity issued detected
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.17 |
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 | 5 | |
▷ Named functions | 5 | 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 files were detected