WP Githuber MD 1.16.2

Does WP Githuber MD work with WordPress 6.4.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: -76.53 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.4.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=ed65eea0fb
Aspect after-activation
HTTP status 200
Load time 0.722 s
Memory usage 3.72 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.411 s
Memory usage 3.63 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.345 s
Memory usage 3.61 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.484 s
Memory usage 3.61 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.396 s
Memory usage 3.61 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.432 s
Memory usage 3.61 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.241 s
Memory usage 3.38 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.428 s
Memory usage 3.75 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.475 s
Memory usage 3.76 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.375 s0.531 s+0.156 s3.38 MiB3.7 MiB+ 332.5 KiB
/wp-admin/edit.php0.219 s0.380 s+0.161 s3.41 MiB3.73 MiB+ 335.02 KiB
/wp-admin/post-new.php1.104 s0.475 s-0.629 s5.46 MiB3.84 MiB- 1.62 MiB
/wp-admin/upload.php0.676 s0.449 s-0.227 s3.32 MiB3.61 MiB+ 296.2 KiB
/wp-admin/options-writing.php0.218 s0.364 s+0.146 s3.32 MiB3.62 MiB+ 309.97 KiB
/wp-admin/media-new.php0.332 s0.388 s+0.056 s3.29 MiB3.61 MiB+ 326.83 KiB
/wp-admin/edit-tags.php?taxonomy=category0.196 s0.489 s+0.293 s3.31 MiB3.64 MiB+ 338.66 KiB
/wp-admin/post-new.php?post_type=page0.606 s0.472 s-0.134 s5.45 MiB3.77 MiB- 1.68 MiB
/wp-admin/options-discussion.php0.251 s0.457 s+0.206 s3.3 MiB3.61 MiB+ 320.27 KiB
/wp-admin/edit-comments.php0.221 s0.362 s+0.141 s3.33 MiB3.64 MiB+ 315.11 KiB
/0.301 s0.227 s-0.074 s3.36 MiB3.32 MiB- 41.67 KiB
Average 0.409 s0.418 s+0.009 s3.72 MiB3.65 MiB- 76.53 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.9%5,8602,64466
PO File11.6%1,0514882
Sass10.1%91503
CSS9.7%87293
JavaScript3.6%325236
Ruby0.1%9151
Total 9,032 3,179 81

PHP Code Analysis | More results »

Lines of code 5,188
Total complexity 765
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 31
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