Molongui Authorship 4.7.2

Does Molongui Authorship work with WordPress 6.3.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 362.56 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.024 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.3.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 10,000+
WordPress.org page https://wordpress.org/plugins/molongui-authorship/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 11

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=molongui-authorship%2Fmolongui-authorship.php&plugin_status=all&paged=1&s&_wpnonce=c212dbf1f4
Aspect after-activation
HTTP status 200
Load time 0.578 s
Memory usage 3.37 MiB
JS errors None
Resource errors None

Posts → Authors

Page screenshot: Posts → Authors
URL /wp-admin/admin.php?page=authors
Aspect menu-item
HTTP status 200
Load time 0.248 s
Memory usage 3.44 MiB
JS errors None
Resource errors None

Authors → Add New

Page screenshot: Authors → Add New
URL /wp-admin/admin.php?page=author-new
Aspect menu-item
HTTP status 200
Load time 0.161 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Authors → Author Box Editor

Page screenshot: Authors → Author Box Editor
URL /wp-admin/admin.php?page=author-box-editor
Aspect menu-item
HTTP status 200
Load time 0.720 s
Memory usage 3.53 MiB
JS errors None
Resource errors None

Authors → Settings

Page screenshot: Authors → Settings
URL /wp-admin/admin.php?page=molongui-authorship
Aspect menu-item
HTTP status 200
Load time 0.632 s
Memory usage 4.75 MiB
JS errors None
Resource errors None

Authors → Tools

Page screenshot: Authors → Tools
URL /wp-admin/admin.php?page=molongui-authorship-tools
Aspect menu-item
HTTP status 200
Load time 0.221 s
Memory usage 3.13 MiB
JS errors None
Resource errors None

Authors → Help!

Page screenshot: Authors → Help!
URL /wp-admin/admin.php?page=molongui-authorship-help
Aspect menu-item
HTTP status 200
Load time 0.628 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Settings → Guest Authors

Page screenshot: Settings → Guest Authors
URL /wp-admin/admin.php?page=molongui-authorship&tab=guest-authors
Aspect menu-item
HTTP status 200
Load time 0.493 s
Memory usage 3.68 MiB
JS errors None
Resource errors None

Settings → Co-authors

Page screenshot: Settings → Co-authors
URL /wp-admin/admin.php?page=molongui-authorship&tab=co-authors
Aspect menu-item
HTTP status 200
Load time 0.426 s
Memory usage 3.68 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.221 s
Memory usage 3.41 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.575 s
Memory usage 5.62 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.328 s0.473 s+0.145 s2.83 MiB3.18 MiB+ 365.22 KiB
/wp-admin/edit.php0.189 s0.260 s+0.071 s2.85 MiB3.31 MiB+ 466.68 KiB
/wp-admin/post-new.php0.691 s0.905 s+0.214 s5.22 MiB5.62 MiB+ 412.39 KiB
/wp-admin/upload.php0.580 s0.383 s-0.197 s2.77 MiB3.09 MiB+ 328.79 KiB
/wp-admin/options-writing.php0.207 s0.176 s-0.031 s2.76 MiB3.08 MiB+ 323.59 KiB
/wp-admin/media-new.php0.281 s0.265 s-0.016 s2.74 MiB3.08 MiB+ 343.41 KiB
/wp-admin/edit-tags.php?taxonomy=category0.178 s0.183 s+0.005 s2.76 MiB3.12 MiB+ 369.95 KiB
/wp-admin/post-new.php?post_type=page0.528 s0.591 s+0.063 s5.21 MiB5.58 MiB+ 377.3 KiB
/wp-admin/options-discussion.php0.196 s0.264 s+0.068 s2.75 MiB3.08 MiB+ 334.07 KiB
/wp-admin/edit-comments.php0.224 s0.223 s-0.001 s2.78 MiB3.16 MiB+ 382.48 KiB
/0.251 s0.192 s-0.059 s3.13 MiB3.41 MiB+ 284.31 KiB
Average 0.332 s0.356 s+0.024 s3.25 MiB3.61 MiB+ 362.56 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
Language % Lines of code Comment lines Files
PHP66.3%26,081397263
PO File33.2%13,0728,8807
SVG0.4%16202
XML0.1%5202
Total 39,367 9,277 274

PHP Code Analysis | More results »

Lines of code 15,537
Total complexity 3,620
Median class complexity 16.0
Median method complexity 2.0
Most complex class Molongui\Authorship\Includes\Libraries\Common\Browser
Most complex function authorship_options_update_20()
Classes 21
Methods 289
Functions 428

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 7

User Metadata wp_usermeta 2

Custom Post Types 1

ID Name
guest_authorGuest Authors

Meta Boxes

{
    "post": {
        "authorboxdiv": {
            "title": "Authors",
            "context": "side"
        },
        "showboxdiv": {
            "title": "Author Box",
            "context": "side"
        }
    }
}

PHP Error Log 1 lines

[13-Oct-2023 14:10:08 UTC] PHP Deprecated:  Optional parameter $data declared before required parameter $group is implicitly treated as a required parameter in /wp-content/plugins/molongui-authorship/includes/libraries/common/option.php on line 35
See also: All tests for this plugin, How to Hide Molongui Authorship Admin Menus and Meta Boxes