WP Githuber MD 1.16.1

Does WP Githuber MD work with WordPress 6.2.2 and PHP 8.1.12? 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: -23.95 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 version6.2.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
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=9426e1a4cc
Aspect after-activation
HTTP status 200
Load time 0.507 s
Memory usage 3.41 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.466 s
Memory usage 3.33 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.323 s
Memory usage 3.3 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.347 s
Memory usage 3.3 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.324 s
Memory usage 3.3 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.275 s
Memory usage 3.3 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.286 s
Memory usage 3.04 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.406 s
Memory usage 3.44 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.354 s
Memory usage 3.44 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.396 s0.479 s+0.083 s3.07 MiB3.4 MiB+ 332.32 KiB
/wp-admin/edit.php0.202 s0.354 s+0.152 s3.1 MiB3.43 MiB+ 335.41 KiB
/wp-admin/post-new.php0.890 s0.473 s-0.417 s5.02 MiB3.74 MiB- 1.28 MiB
/wp-admin/upload.php0.628 s0.445 s-0.183 s3.02 MiB3.3 MiB+ 294.91 KiB
/wp-admin/options-writing.php0.217 s0.312 s+0.095 s3.01 MiB3.31 MiB+ 305.64 KiB
/wp-admin/media-new.php0.303 s0.316 s+0.013 s2.99 MiB3.31 MiB+ 325.54 KiB
/wp-admin/edit-tags.php?taxonomy=category0.192 s0.327 s+0.135 s3.01 MiB3.34 MiB+ 337.77 KiB
/wp-admin/post-new.php?post_type=page0.619 s0.346 s-0.273 s5.01 MiB3.46 MiB- 1.55 MiB
/wp-admin/options-discussion.php0.213 s0.523 s+0.310 s3 MiB3.31 MiB+ 319.38 KiB
/wp-admin/edit-comments.php0.215 s0.318 s+0.103 s3.03 MiB3.33 MiB+ 314.56 KiB
/0.330 s0.267 s-0.063 s2.97 MiB3.04 MiB+ 73.67 KiB
Average 0.382 s0.378 s-0.004 s3.38 MiB3.36 MiB- 23.95 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
PHP64.0%5,6102,50467
PO File11.8%1,0354322
Sass10.4%91503
CSS9.9%87293
JavaScript3.7%325236
Ruby0.1%9151
Total 8,766 2,983 82

PHP Code Analysis | More results »

Lines of code 4,962
Total complexity 766
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