10% android-appmaker

Code Review | Android Appmaker

WordPress plugin Android Appmaker scored10%from 54 tests.

About plugin

  • Plugin page: android-appmaker
  • Plugin version: 4.0
  • PHP version: 7.4.16
  • WordPress compatibility: 5.0-5.7.1
  • WordPress version: 6.3.1
  • First release: Sep 16, 2012
  • Latest release: May 2, 2021
  • Number of updates: 35
  • Update frequency: every 90.0 days
  • Top authors: merqde (100%)

Code review

54 tests

User reviews

1 review

Install metrics

10+ active /5,996 total downloads

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
PageMemory (MB)CPU Time (ms)
Home /2.08 ▼1.384.21 ▼40.16
Dashboard /wp-admin2.11 ▼1.206.04 ▼46.44
Posts /wp-admin/edit.php2.11 ▼1.265.47 ▼45.10
Add New Post /wp-admin/post-new.php2.11 ▼3.795.71 ▼92.51
Media Library /wp-admin/upload.php2.11 ▼1.135.63 ▼29.94
Appmaker.merq.org /wp-admin/options-general.php?page=appmaker2.115.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
PageNodesMemory (MB)Script (ms)Layout (ms)
Home /2,793 ▲3214.35 ▼0.281.82 ▲0.1845.54 ▲2.16
Dashboard /wp-admin2,202 ▲225.65 ▼0.0190.79 ▲2.0741.02 ▼3.44
Posts /wp-admin/edit.php2,104 ▲12.03 ▲0.0240.83 ▲3.2235.75 ▼0.49
Add New Post /wp-admin/post-new.php1,540 ▲518.22 ▲0.02650.86 ▲12.8878.57 ▲6.59
Media Library /wp-admin/upload.php1,407 ▲44.09 ▼0.14104.24 ▼3.2346.45 ▼3.82
Appmaker.merq.org /wp-admin/options-general.php?page=appmaker8361.9924.3027.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

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)
You can look at the official readme.txt

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:
LanguageFilesBlank linesComment linesLines of code
PHP13745129
JavaScript14030

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 code0.25
Average class complexity0.00
▷ Minimum class complexity0.00
▷ Maximum class complexity0.00
Average method complexity0.00
▷ Minimum method complexity0.00
▷ Maximum method complexity0.00
Code structure
Namespaces0
Interfaces0
Traits0
Classes0
▷ Abstract classes00.00%
▷ Concrete classes00.00%
▷ Final classes00.00%
Methods0
▷ Static methods00.00%
▷ Public methods00.00%
▷ Protected methods00.00%
▷ Private methods00.00%
Functions2
▷ Named functions2100.00%
▷ Anonymous functions00.00%
Constants0
▷ Global constants00.00%
▷ Class constants00.00%
▷ Public constants00.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