Benchmarks
Plugin footprint 40% from 16 tests
Installer 0% from 1 test
🔺 Critical test (weight: 50) | Checking the installer triggered no errors
Please fix the following installer errors
- Install procedure validation failed for this plugin
- > Notice in wp-content/plugins/android-appmaker/appmaker.php+49
Undefined index: rss
Server metrics [RAM: ▼1.91MB] [CPU: ▼56.05ms] Passed 4 tests
A check of server-side resources used by Android Appmaker
No issues were detected with server-side resource usage
Page | Memory (MB) | CPU Time (ms) |
---|---|---|
Home / | 2.08 ▼1.38 | 4.21 ▼40.16 |
Dashboard /wp-admin | 2.11 ▼1.20 | 6.04 ▼46.44 |
Posts /wp-admin/edit.php | 2.11 ▼1.26 | 5.47 ▼45.10 |
Add New Post /wp-admin/post-new.php | 2.11 ▼3.79 | 5.71 ▼92.51 |
Media Library /wp-admin/upload.php | 2.11 ▼1.13 | 5.63 ▼29.94 |
Appmaker.merq.org /wp-admin/options-general.php?page=appmaker | 2.11 | 5.52 |
Server storage [IO: ▲0.01MB] [DB: ▲0.00MB] Passed 3 tests
Filesystem and database footprint
The plugin installed successfully
Filesystem: 3 new files
Database: no new tables, 8 new options
New WordPress options |
---|
wp_merq_appmaker_anzahl |
wp_merq_appmaker |
widget_recent-comments |
widget_theysaidso_widget |
db_upgraded |
theysaidso_admin_options |
can_compress_scripts |
widget_recent-posts |
Browser metrics Passed 4 tests
This is an overview of browser requirements for Android Appmaker
Minimal impact on browser resources
Page | Nodes | Memory (MB) | Script (ms) | Layout (ms) |
---|---|---|---|---|
Home / | 2,793 ▲32 | 14.35 ▼0.28 | 1.82 ▲0.18 | 45.54 ▲2.16 |
Dashboard /wp-admin | 2,202 ▲22 | 5.65 ▼0.01 | 90.79 ▲2.07 | 41.02 ▼3.44 |
Posts /wp-admin/edit.php | 2,104 ▲1 | 2.03 ▲0.02 | 40.83 ▲3.22 | 35.75 ▼0.49 |
Add New Post /wp-admin/post-new.php | 1,540 ▲5 | 18.22 ▲0.02 | 650.86 ▲12.88 | 78.57 ▲6.59 |
Media Library /wp-admin/upload.php | 1,407 ▲4 | 4.09 ▼0.14 | 104.24 ▼3.23 | 46.45 ▼3.82 |
Appmaker.merq.org /wp-admin/options-general.php?page=appmaker | 836 | 1.99 | 24.30 | 27.81 |
Uninstaller [IO: ▲0.00MB] [DB: ▲0.00MB] 50% from 4 tests
🔸 Tests weight: 35 | Checking the uninstaller removed all traces of the plugin
You still need to fix the following
- Uninstall procedure validation failed for this plugin
- > Notice in wp-content/plugins/android-appmaker/appmaker.php+49
Undefined index: rss
- The uninstall procedure has failed, leaving 8 options in the database
- db_upgraded
- widget_recent-comments
- widget_theysaidso_widget
- widget_recent-posts
- wp_merq_appmaker
- can_compress_scripts
- wp_merq_appmaker_anzahl
- theysaidso_admin_options
Smoke tests 50% from 4 tests
Server-side errors 0% from 1 test
🔹 Test weight: 20 | A smoke test targeting server-side errors
Smoke test failed, please fix the following
- > GET request to /wp-admin/options-general.php?page=appmaker
- > Notice in wp-content/plugins/android-appmaker/appmaker.php+49
Undefined index: rss
- > GET request to /wp-admin/options-general.php?page=appmaker
- > Notice in wp-content/plugins/android-appmaker/appmaker.php+139
Undefined index: anzahl
- 2 occurences, only the last one shown
- > GET request to /wp-admin/options-general.php?page=appmaker
- > Notice in wp-content/plugins/android-appmaker/appmaker.php+155
Undefined index: pushurl
- > GET request to /wp-admin/options-general.php?page=appmaker
- > Notice in wp-content/plugins/android-appmaker/appmaker.php+170
Undefined variable: pass_word
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
- 2× GET requests to PHP files trigger server-side errors or Error 500 responses:
- > PHP Notice
Undefined index: rss in wp-content/plugins/android-appmaker/appmaker.php on line 49
- > PHP Fatal error
Uncaught Error: Call to undefined function add_action() in wp-content/plugins/android-appmaker/appmaker.php:123
- > PHP Notice
User-side errors Passed 1 test
🔹 Test weight: 20 | A shallow check that no browser errors were triggered
No browser issues were found
Optimizations
Plugin configuration 93% from 29 tests
readme.txt 94% from 16 tests
The readme.txt file uses markdown syntax to describe your plugin to the world
Please fix the following attributes:
- Tags: There are too many tags (13 tag instead of maximum 10)
android-appmaker/appmaker.php 92% from 13 tests
The principal PHP file in "Android Appmaker" v. 4.0 is loaded by WordPress automatically on each request
Please make the necessary changes and fix the following:
- Main file name: Name the main plugin file the same as the plugin slug ("android-appmaker.php" instead of "appmaker.php")
Code Analysis Passed 3 tests
File types Passed 1 test
🔸 Test weight: 35 | This is an overview of file extensions present in this plugin and a short test that no dangerous files are bundled with this plugin
Good job! No executable or dangerous file extensions detected159 lines of code in 2 files:
Language | Files | Blank lines | Comment lines | Lines of code |
---|---|---|---|---|
PHP | 1 | 37 | 45 | 129 |
JavaScript | 1 | 4 | 0 | 30 |
PHP code Passed 2 tests
Analyzing logical lines of code, cyclomatic complexity, and other code metrics
Great job! No cyclomatic complexity issues were detected in this plugin
Cyclomatic complexity | |
---|---|
Average complexity per logical line of code | 0.25 |
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 | 2 | |
▷ Named functions | 2 | 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
All PNG images should be compressed to minimize bandwidth usage for end users
PNG images were not found in this plugin