WP Githuber MD 1.16.0

Does WP Githuber MD work with WordPress 5.8.1 and PHP 7.4.8? A smoke test was performed on .

Summary

Errors
No PHP errors, warnings or notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Looks good! No problems were detected.
Performance

Memory usage: 153.88 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.8.1
PHP version7.4.8
MySQL version8.0.21
PHP memory limit256M
Plugin Info
Last updated
Active installs 7,000+
WordPress.org page https://wordpress.org/plugins/wp-githuber-md/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 9

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=wp-githuber-md%2Fgithuber-md.php&plugin_status=all&paged=1&s&_wpnonce=e21b191a1a
Aspect after-activation
HTTP status 200
Load time 0.579 s
Memory usage 3.45 MiB
JS errors None
Resource errors None

Settings → WP Githuber MD

Page screenshot: Settings → WP Githuber MD
URL /wp-admin/options-general.php?page=githuber-md
Aspect menu-item
HTTP status 200
Load time 0.367 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

Settings → WP Githuber MD → Modules

Page screenshot: Settings → WP Githuber MD → Modules
URL /wp-admin/options-general.php?page=githuber-md
Aspect menu-item-tab
HTTP status 200
Load time 0.308 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

Settings → WP Githuber MD → Extensions

Page screenshot: Settings → WP Githuber MD → Extensions
URL /wp-admin/options-general.php?page=githuber-md
Aspect menu-item-tab
HTTP status 200
Load time 0.370 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

Settings → WP Githuber MD → Preferences

Page screenshot: Settings → WP Githuber MD → Preferences
URL /wp-admin/options-general.php?page=githuber-md
Aspect menu-item-tab
HTTP status 200
Load time 0.348 s
Memory usage 3.34 MiB
JS errors None
Resource errors None

Settings → WP Githuber MD → About

Page screenshot: Settings → WP Githuber MD → About
URL /wp-admin/options-general.php?page=githuber-md
Aspect menu-item-tab
HTTP status 200
Load time 0.320 s
Memory usage 3.34 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.285 s
Memory usage 2.92 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.502 s
Memory usage 4.5 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.494 s
Memory usage 4.51 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.326 s0.512 s+0.186 s3.08 MiB3.49 MiB+ 412.43 KiB
/wp-admin/edit.php0.182 s0.363 s+0.181 s3.11 MiB3.52 MiB+ 417.89 KiB
/wp-admin/post-new.php1.151 s0.546 s-0.605 s5.27 MiB4.84 MiB- 439.98 KiB
/wp-admin/upload.php0.581 s0.345 s-0.236 s3.03 MiB3.33 MiB+ 313.01 KiB
/wp-admin/options-writing.php0.153 s0.274 s+0.121 s3.02 MiB3.34 MiB+ 326.61 KiB
/wp-admin/media-new.php0.255 s0.318 s+0.063 s3.01 MiB3.34 MiB+ 335.93 KiB
/wp-admin/edit-tags.php?taxonomy=category0.198 s0.310 s+0.112 s3.04 MiB3.41 MiB+ 384.34 KiB
/wp-admin/post-new.php?post_type=page1.145 s0.439 s-0.706 s5.26 MiB4.51 MiB- 766.72 KiB
/wp-admin/options-discussion.php0.252 s0.452 s+0.200 s3 MiB3.34 MiB+ 343.74 KiB
/wp-admin/edit-comments.php0.208 s0.396 s+0.188 s3.04 MiB3.44 MiB+ 403.27 KiB
/0.450 s0.211 s-0.239 s2.96 MiB2.92 MiB- 37.79 KiB
Average 0.446 s0.379 s-0.067 s3.44 MiB3.59 MiB+ 153.88 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
PO File
Sass
CSS
Language % Lines of code Comment lines Files
PHP63.5%5,4852,47565
PO File12.0%1,0354322
Sass10.6%91503
CSS10.1%87293
JavaScript3.8%325236
Ruby0.1%9151
Total 8,641 2,954 80

PHP Code Analysis | More results »

Lines of code 5,012
Total complexity 770
Median class complexity 11.0
Median method complexity 1.0
Most complex class Githuber\Controller\Markdown
Most complex function Githuber\Controller\Setting::get_fields()
Classes 32
Methods 260
Functions 16

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 5

Meta Boxes

{
    "post": {
        "html2markdown_meta_box": {
            "title": "HTML to Markdown",
            "context": "side"
        }
    },
    "page": {
        "markdown_this_post_meta_box": {
            "title": "Enable Markdown",
            "context": "side"
        },
        "html2markdown_meta_box": {
            "title": "HTML to Markdown",
            "context": "side"
        }
    }
}

PHP Error Log

The log file is empty.

See also: All tests for this plugin, How to Hide WP Githuber MD Admin Menus and Meta Boxes