The Post Grid 7.7.12

Does The Post Grid work with WordPress 6.6.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

Environment
WordPress version6.6.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 100,000+
WordPress.org page https://wordpress.org/plugins/the-post-grid/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Settings ‹ Test site — WordPress

Page screenshot: Settings ‹ Test site — WordPress
URL /wp-admin/edit.php?post_type=rttpg&page=rttpg_settings&section=common-settings
Requested URL /wp-admin/plugins.php?action=activate&plugin=the-post-grid%2Fthe-post-grid.php&plugin_status=all&paged=1&s&_wpnonce=3fb02a5f4d
Aspect after-activation
HTTP status 200
Load time 0.655 s
Memory usage 5.27 MiB
JS errors None
Resource errors None

The Post Grid

Page screenshot: The Post Grid
URL /wp-admin/edit.php?post_type=rttpg
Aspect menu-item
HTTP status 200
Load time 0.292 s
Memory usage 4.67 MiB
JS errors None
Resource errors None

The Post Grid → Add New Grid

Page screenshot: The Post Grid → Add New Grid
URL /wp-admin/post-new.php?post_type=rttpg
Aspect menu-item
HTTP status 200
Load time 1.196 s
Memory usage 4.77 MiB
JS errors None
Resource errors None

The Post Grid → Settings

Page screenshot: The Post Grid → Settings
URL /wp-admin/edit.php?post_type=rttpg&page=rttpg_settings
Aspect menu-item
HTTP status 200
Load time 0.298 s
Memory usage 4.62 MiB
JS errors None
Resource errors None

The Post Grid → Get Help

Page screenshot: The Post Grid → Get Help
URL /wp-admin/edit.php?post_type=rttpg&page=rttpg_get_help
Aspect menu-item
HTTP status 200
Load time 4.101 s
Memory usage 4.62 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 1.052 s
Memory usage 4.51 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 2.593 s
Memory usage 7.74 MiB
JS errors
[
    {
        "message": "TypeError: Cannot read properties of null (reading 'appendChild')\n    at /wp-content/plugins/the-post-grid/assets/blocks/main.js?ver=1725997992:1:515171",
        "trace": null,
        "code": null
    }
]
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.363 s0.456 s+0.093 s3.47 MiB4.63 MiB+ 1.16 MiB
/wp-admin/edit.php0.214 s0.225 s+0.011 s3.54 MiB4.69 MiB+ 1.16 MiB
/wp-admin/post-new.php0.820 s1.152 s+0.332 s5.75 MiB7.9 MiB+ 2.14 MiB
/wp-admin/upload.php0.699 s0.381 s-0.318 s3.49 MiB4.63 MiB+ 1.14 MiB
/wp-admin/options-writing.php0.209 s0.185 s-0.024 s3.41 MiB4.62 MiB+ 1.2 MiB
/wp-admin/media-new.php0.226 s0.488 s+0.262 s3.4 MiB4.61 MiB+ 1.22 MiB
/wp-admin/edit-tags.php?taxonomy=category0.182 s0.305 s+0.123 s3.47 MiB4.63 MiB+ 1.16 MiB
/wp-admin/post-new.php?post_type=page0.614 s0.800 s+0.186 s5.75 MiB7.88 MiB+ 2.14 MiB
/wp-admin/options-discussion.php0.233 s0.257 s+0.024 s3.41 MiB4.61 MiB+ 1.21 MiB
/wp-admin/edit-comments.php0.252 s0.214 s-0.038 s3.49 MiB4.63 MiB+ 1.14 MiB
/0.345 s0.252 s-0.093 s3.45 MiB4.51 MiB+ 1.06 MiB
Average 0.378 s0.429 s+0.051 s3.88 MiB5.21 MiB+ 1.34 MiB

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
CSS
JavaScript
Language % Lines of code Comment lines Files
PHP78.5%29,6473,28893
CSS11.4%4,308657
JavaScript9.2%3,46728610
SVG0.9%338019
Total 37,760 3,639 129

PHP Code Analysis | More results »

Lines of code 27,347
Total complexity 3,721
Median class complexity 25.0
Median method complexity 2.0
Most complex class RT\ThePostGrid\Helpers\Fns
Most complex function RT\ThePostGrid\Controllers\Admin\AdminAjaxController::tpgPreviewAjaxCall()
Classes 56
Methods 491
Functions 1

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 4

Custom Post Types 1

ID Name
rttpgThe Post Grid

Sidebar Widgets 1

ID Name
widget_tpg_post_gridThe Post Grid

Meta Boxes

{
    "rttpg": {
        "rttpg_meta": {
            "title": "Short Code Generator",
            "context": "normal"
        },
        "rttpg_sc_preview_meta": {
            "title": "Layout Preview",
            "context": "normal"
        },
        "rt_plugin_sc_pro_information": {
            "title": "Documentation",
            "context": "side"
        }
    },
    "post": {
        "pageparentdiv": {
            "title": "Post Attributes",
            "context": "side"
        }
    }
}

PHP Error Log 6 lines

[10-Sep-2024 19:52:49 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[10-Sep-2024 19:52:49 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[10-Sep-2024 19:52:49 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[10-Sep-2024 19:52:54 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[10-Sep-2024 19:52:54 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
[10-Sep-2024 19:52:54 UTC] PHP Deprecated:  preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/kses.php on line 1805
See also: All tests for this plugin, How to Hide The Post Grid Admin Menus and Meta Boxes