AppPresser 4.0.6

Does AppPresser work with WordPress 5.6 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
14PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 346.51 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version5.6
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 1,000+
WordPress.org page https://wordpress.org/plugins/apppresser/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=apppresser%2Fapppresser.php&plugin_status=all&paged=1&s&_wpnonce=85e823a78e
Aspect after-activation
HTTP status 200
Load time 0.448 s
Memory usage 3.05 MiB
JS errors None
Resource errors None

Plugins → Install Plugins

Page screenshot: Plugins  → Install Plugins
URL /wp-admin/plugins.php?page=tgmpa-install-plugins
Aspect menu-item
HTTP status 200
Load time 0.178 s
Memory usage 3.04 MiB
JS errors None
Resource errors None

AppPresser

Page screenshot: AppPresser
URL /wp-admin/admin.php?page=apppresser_settings
Aspect menu-item
HTTP status 200
Load time 0.421 s
Memory usage 3.13 MiB
JS errors None
Resource errors None

AppPresser → Log

Page screenshot: AppPresser → Log
URL /wp-admin/admin.php?page=apppresser_settings&tab=tab-log
Aspect menu-item-tab
HTTP status 200
Load time 0.303 s
Memory usage 3.08 MiB
JS errors None
Resource errors None

AppPresser → System Info

Page screenshot: AppPresser → System Info
URL /wp-admin/admin.php?page=apppresser_settings&tab=tab-systeminfo
Aspect menu-item-tab
HTTP status 200
Load time 1.212 s
Memory usage 3.12 MiB
JS errors None
Resource errors None

AppPresser → Help / Support

Page screenshot: AppPresser → Help / Support
URL /wp-admin/admin.php?page=apppresser_sub_help_support
Aspect menu-item
HTTP status 200
Load time 0.422 s
Memory usage 3.03 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.256 s
Memory usage 2.86 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.272 s0.339 s+0.067 s2.79 MiB3.09 MiB+ 301.5 KiB
/wp-admin/edit.php0.179 s0.197 s+0.018 s2.84 MiB3.14 MiB+ 307.61 KiB
/wp-admin/post-new.php0.903 s0.974 s+0.071 s4.93 MiB5.38 MiB+ 459.2 KiB
/wp-admin/upload.php0.517 s0.482 s-0.035 s2.67 MiB3.02 MiB+ 365.93 KiB
/wp-admin/options-writing.php0.230 s0.169 s-0.061 s2.68 MiB3.01 MiB+ 331.75 KiB
/wp-admin/media-new.php0.211 s0.190 s-0.021 s2.65 MiB3 MiB+ 366.1 KiB
/wp-admin/edit-tags.php?taxonomy=category0.182 s0.201 s+0.019 s2.68 MiB3.04 MiB+ 365.22 KiB
/wp-admin/post-new.php?post_type=page1.104 s0.735 s-0.369 s4.92 MiB5.36 MiB+ 445.18 KiB
/wp-admin/options-discussion.php0.408 s0.249 s-0.159 s2.65 MiB3.01 MiB+ 366.75 KiB
/wp-admin/edit-comments.php0.240 s0.209 s-0.031 s2.75 MiB3.04 MiB+ 302.35 KiB
/0.667 s0.253 s-0.414 s2.67 MiB2.86 MiB+ 200.05 KiB
Average 0.447 s0.363 s-0.083 s3.11 MiB3.45 MiB+ 346.51 KiB

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 1

PHP Error Log 14 lines

[16-Dec-2020 17:14:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/login</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/logout</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/register</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/verify</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/verify-resend</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/reset-password</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:23 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/system-info</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/login</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/logout</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/register</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/verify</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/verify-resend</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/reset-password</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
[16-Dec-2020 17:14:26 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>appp/v1/system-info</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5311
See also: All tests for this plugin, How to Hide AppPresser Admin Menus