Bogo 3.3.3

Does Bogo work with WordPress 5.5 and PHP 7.2.16? A smoke test was performed on .

Summary

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

Memory usage: 178.87 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.5
PHP version7.2.16
MySQL version8.0.15
PHP memory limit256M
Plugin Info
Last updated
Active installs 10,000+
WordPress.org page https://wordpress.org/plugins/bogo/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

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=bogo%2Fbogo.php&plugin_status=all&paged=1&s&_wpnonce=4ad13d7265
Aspect after-activation
HTTP status 200
Load time 0.457 s
Memory usage 4.14 MiB
JS errors None
Resource errors None

Languages

Page screenshot: Languages
URL /wp-admin/admin.php?page=bogo
Aspect menu-item
HTTP status 200
Load time 0.664 s
Memory usage 4.56 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.638 s
Memory usage 3.8 MiB
JS errors None
Resource errors None

Add New Post ‹ Test site — WordPress

Page screenshot: Add New Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.796 s
Memory usage 5.97 MiB
JS errors None
Resource errors None

Add New Page ‹ Test site — WordPress

Page screenshot: Add New Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 0.844 s
Memory usage 5.95 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 0.928 s
Memory usage 4.16 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.458 s0.408 s-0.050 s3.96 MiB4.18 MiB+ 220.8 KiB
/wp-admin/edit.php0.233 s0.226 s-0.007 s3.99 MiB4.23 MiB+ 247.49 KiB
/wp-admin/post-new.php1.538 s1.158 s-0.380 s5.81 MiB5.97 MiB+ 160.96 KiB
/wp-admin/upload.php0.539 s1.163 s+0.624 s3.82 MiB4.03 MiB+ 215.27 KiB
/wp-admin/options-writing.php0.171 s0.181 s+0.010 s3.9 MiB4.02 MiB+ 122.56 KiB
/wp-admin/media-new.php0.204 s0.199 s-0.005 s3.8 MiB4.01 MiB+ 215.44 KiB
/wp-admin/edit-tags.php?taxonomy=category0.190 s0.185 s-0.005 s3.91 MiB4.05 MiB+ 151.85 KiB
/wp-admin/post-new.php?post_type=page1.439 s0.763 s-0.676 s5.8 MiB5.95 MiB+ 155.45 KiB
/wp-admin/options-discussion.php0.389 s0.978 s+0.589 s3.81 MiB4.02 MiB+ 215.75 KiB
/wp-admin/edit-comments.php0.210 s0.248 s+0.038 s3.91 MiB4.06 MiB+ 153.38 KiB
/0.361 s0.272 s-0.089 s3.69 MiB3.8 MiB+ 108.57 KiB
Average 0.521 s0.526 s+0.004 s4.22 MiB4.39 MiB+ 178.87 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 2

Sidebar Widgets 1

ID Name
bogo_language_switcherLanguage Switcher

Meta Boxes

{
    "post": {
        "bogol10ndiv": {
            "title": "Language",
            "context": "side"
        }
    },
    "page": {
        "bogol10ndiv": {
            "title": "Language",
            "context": "side"
        }
    }
}

PHP Error Log 12 lines

[12-Aug-2020 14:49:08 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/languages</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 5225
[12-Aug-2020 14:49:08 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/posts/(?P<id>\d+)/translations</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 5225
[12-Aug-2020 14:49:08 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/posts/(?P<id>\d+)/translations/(?P<locale>[a-z]{2,3}(?:_[A-Z]{2}(?:_[A-Za-z0-9]+)?)?)</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 5225
[12-Aug-2020 14:49:11 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/languages</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 5225
[12-Aug-2020 14:49:11 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/posts/(?P<id>\d+)/translations</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 5225
[12-Aug-2020 14:49:11 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/posts/(?P<id>\d+)/translations/(?P<locale>[a-z]{2,3}(?:_[A-Z]{2}(?:_[A-Za-z0-9]+)?)?)</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 5225
[12-Aug-2020 14:49:14 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/languages</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 5225
[12-Aug-2020 14:49:14 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/posts/(?P<id>\d+)/translations</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 5225
[12-Aug-2020 14:49:14 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/posts/(?P<id>\d+)/translations/(?P<locale>[a-z]{2,3}(?:_[A-Z]{2}(?:_[A-Za-z0-9]+)?)?)</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 5225
[12-Aug-2020 14:49:16 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/languages</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 5225
[12-Aug-2020 14:49:16 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/posts/(?P<id>\d+)/translations</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 5225
[12-Aug-2020 14:49:16 UTC] PHP Notice:  register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bogo/v1/posts/(?P<id>\d+)/translations/(?P<locale>[a-z]{2,3}(?:_[A-Z]{2}(?:_[A-Za-z0-9]+)?)?)</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 5225
See also: All tests for this plugin, How to Hide Bogo Admin Menus and Meta Boxes