Magical Posts Display 1.2.22

Does Magical Posts Display work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

Environment
WordPress version6.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 4,000+
WordPress.org page https://wordpress.org/plugins/magical-posts-display/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

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=magical-posts-display%2Fmagical-posts-display.php&plugin_status=all&paged=1&s&_wpnonce=7126c85eee
Aspect after-activation
HTTP status 200
Load time 0.790 s
Memory usage 4.82 MiB
JS errors None
Resource errors None

Magical Posts Display

Page screenshot: Magical Posts Display
URL /wp-admin/admin.php?page=mgpd-page
Aspect menu-item
HTTP status 200
Load time 0.566 s
Memory usage 3.18 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.418 s
Memory usage 2.98 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 1.405 s
Memory usage 5.05 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.301 s0.394 s+0.093 s3.05 MiB3.19 MiB+ 147.79 KiB
/wp-admin/edit.php0.175 s0.263 s+0.088 s3.07 MiB3.22 MiB+ 145.21 KiB
/wp-admin/post-new.php0.793 s1.100 s+0.307 s4.97 MiB5.1 MiB+ 136.79 KiB
/wp-admin/upload.php0.809 s0.341 s-0.468 s2.99 MiB3.1 MiB+ 114.73 KiB
/wp-admin/options-writing.php0.184 s0.444 s+0.260 s2.99 MiB3.11 MiB+ 122.89 KiB
/wp-admin/media-new.php0.288 s0.308 s+0.020 s2.97 MiB3.11 MiB+ 144.01 KiB
/wp-admin/edit-tags.php?taxonomy=category0.199 s0.261 s+0.062 s2.98 MiB3.15 MiB+ 170.55 KiB
/wp-admin/post-new.php?post_type=page0.649 s0.722 s+0.073 s4.96 MiB5.09 MiB+ 135.04 KiB
/wp-admin/options-discussion.php0.221 s0.335 s+0.114 s2.97 MiB3.11 MiB+ 139.1 KiB
/wp-admin/edit-comments.php0.217 s0.318 s+0.101 s3 MiB3.15 MiB+ 156.9 KiB
/0.299 s0.247 s-0.052 s2.94 MiB2.98 MiB+ 34.09 KiB
Average 0.376 s0.430 s+0.054 s3.35 MiB3.48 MiB+ 131.55 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.

PO File
PHP
CSS
Language % Lines of code Comment lines Files
PO File44.1%32,32318,502120
PHP39.8%29,1548,167103
CSS9.9%7,2511,27018
JavaScript4.0%2,91469321
Sass1.9%1,3792516
SVG0.4%2981720
JSON0.0%601
Total 73,325 28,674 299

PHP Code Analysis | More results »

Lines of code 29,184
Total complexity 3,170
Median class complexity 12.5
Median method complexity 2.0
Most complex class CMB2
Most complex function mgdPostCarousel::mgpd_carousel()
Classes 98
Methods 753
Functions 73

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

Sidebar Widgets 1

ID Name
mpdw-recent-postsMagical Posts

Meta Boxes

{
    "mp-display": {
        "metabox-tabs": {
            "title": "All setup for magical posts display",
            "context": "normal"
        }
    }
}

PHP Error Log 6 lines

[22-Mar-2023 14:08:21 UTC] PHP Deprecated:  Optional parameter $field_escaped_value declared before required parameter $field_type_object is implicitly treated as a required parameter in /wp-content/plugins/magical-posts-display/admin/src/cmb-field-select2/cmb-field-select2.php on line 84
[22-Mar-2023 14:08:21 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 128
[22-Mar-2023 14:08:21 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 93
[22-Mar-2023 14:08:21 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 74
[22-Mar-2023 14:08:21 UTC] PHP Deprecated:  Return type of Carbon_Fields\Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/magical-posts-display/vendor/htmlburger/carbon-fields/core/Pimple/Container.php on line 138
[22-Mar-2023 14:08:21 UTC] PHP Deprecated:  Optional parameter $type declared before required parameter $field_id is implicitly treated as a required parameter in /wp-content/plugins/magical-posts-display/admin/src/cmb2/includes/rest-api/CMB2_REST.php on line 693
See also: All tests for this plugin, How to Hide the "Magical Posts Display" Admin Menu