WP Githuber MD 1.15.2

Does WP Githuber MD work with WordPress 5.6.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: -12.58 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.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=c4b30b0b8b
Aspect after-activation
HTTP status 200
Load time 0.707 s
Memory usage 3.1 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.368 s
Memory usage 3.05 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.298 s
Memory usage 3.05 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.328 s
Memory usage 3.05 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.312 s
Memory usage 3.05 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.302 s
Memory usage 3.05 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.229 s
Memory usage 2.63 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.682 s
Memory usage 3.21 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.478 s
Memory usage 3.22 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.550 s0.483 s-0.067 s2.79 MiB3.13 MiB+ 345.36 KiB
/wp-admin/edit.php0.194 s0.341 s+0.147 s2.84 MiB3.18 MiB+ 355.35 KiB
/wp-admin/post-new.php1.626 s0.513 s-1.113 s4.94 MiB3.52 MiB- 1.42 MiB
/wp-admin/upload.php0.673 s0.316 s-0.357 s2.67 MiB3.04 MiB+ 381.34 KiB
/wp-admin/options-writing.php0.175 s0.259 s+0.084 s2.68 MiB3.05 MiB+ 373.31 KiB
/wp-admin/media-new.php0.226 s0.262 s+0.036 s2.65 MiB3.04 MiB+ 404.2 KiB
/wp-admin/edit-tags.php?taxonomy=category0.208 s0.290 s+0.082 s2.68 MiB3.11 MiB+ 439.58 KiB
/wp-admin/post-new.php?post_type=page0.679 s0.520 s-0.159 s4.92 MiB3.22 MiB- 1.7 MiB
/wp-admin/options-discussion.php0.218 s0.478 s+0.260 s2.65 MiB3.04 MiB+ 406.45 KiB
/wp-admin/edit-comments.php0.222 s0.311 s+0.089 s2.75 MiB3.08 MiB+ 338.59 KiB
/0.268 s0.259 s-0.009 s2.61 MiB2.63 MiB+ 13.8 KiB
Average 0.458 s0.367 s-0.092 s3.11 MiB3.09 MiB- 12.58 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.4%5,4722,46165
PO File12.0%1,0354322
Sass10.6%91503
CSS10.1%87293
JavaScript3.8%325236
Ruby0.1%9151
Total 8,628 2,940 80

PHP Code Analysis | More results »

Lines of code 4,999
Total complexity 769
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 259
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