Meta Tags 2.1.2

Does Meta Tags work with WordPress 6.5.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
2PHP fatal errors
2PHP warnings
No JavaScript exceptions
1Page failed to load
  • 1 500 Internal Server Error
No resource errors
Performance

Memory usage: 25.54 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.5.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 2,000+
WordPress.org page https://wordpress.org/plugins/meta-tags/
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=meta-tags%2Fmeta-tags.php&plugin_status=all&paged=1&s&_wpnonce=7ac148cd77
Aspect after-activation
HTTP status 200
Load time 0.246 s
Memory usage 3.41 MiB
JS errors None
Resource errors None

Settings → Meta tags

Page screenshot: Settings → Meta tags
URL /wp-admin/options-general.php?page=dpmt-editor
Aspect menu-item
HTTP status 200
Load time 0.145 s
Memory usage 3.49 MiB
JS errors None
Resource errors None

Settings → Meta tags → Posts

Page screenshot: Settings → Meta tags → Posts
URL /wp-admin/options-general.php?page=dpmt-editor&tab=post
Aspect menu-item-tab
HTTP status 200
Load time 0.150 s
Memory usage 3.39 MiB
JS errors None
Resource errors None

Settings → Meta tags → Post Categories

Page screenshot: Settings → Meta tags → Post Categories
URL /wp-admin/options-general.php?page=dpmt-editor&tab=category
Aspect menu-item-tab
HTTP status 200
Load time 0.134 s
Memory usage 3.37 MiB
JS errors None
Resource errors None

Settings → Meta tags → Post Tags

Page screenshot: Settings → Meta tags → Post Tags
URL /wp-admin/options-general.php?page=dpmt-editor&tab=tag
Aspect menu-item-tab
HTTP status 200
Load time 0.160 s
Memory usage 3.37 MiB
JS errors None
Resource errors None

Settings → Meta tags → Authors

Page screenshot: Settings → Meta tags → Authors
URL /wp-admin/options-general.php?page=dpmt-editor&tab=author
Aspect menu-item-tab
HTTP status 200
Load time 0.138 s
Memory usage 3.37 MiB
JS errors None
Resource errors None

WordPress › Error

Page screenshot: WordPress › Error
URL /
Aspect front-page
HTTP status 500
Load time 0.041 s
Memory usage N/A
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.559 s
Memory usage 5.64 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.560 s
Memory usage 5.64 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.349 s0.284 s-0.065 s3.43 MiB3.46 MiB+ 27.48 KiB
/wp-admin/edit.php0.189 s0.178 s-0.011 s3.46 MiB3.49 MiB+ 26.81 KiB
/wp-admin/post-new.php0.796 s0.873 s+0.077 s5.59 MiB5.65 MiB+ 59.03 KiB
/wp-admin/upload.php0.580 s0.413 s-0.167 s3.38 MiB3.39 MiB+ 10.53 KiB
/wp-admin/options-writing.php0.206 s0.161 s-0.045 s3.37 MiB3.37 MiB+ 2.92 KiB
/wp-admin/media-new.php0.283 s0.232 s-0.051 s3.35 MiB3.37 MiB+ 23.07 KiB
/wp-admin/edit-tags.php?taxonomy=category0.195 s0.179 s-0.016 s3.37 MiB3.39 MiB+ 27.52 KiB
/wp-admin/post-new.php?post_type=page0.504 s0.538 s+0.034 s5.58 MiB5.64 MiB+ 54.61 KiB
/wp-admin/options-discussion.php0.421 s0.350 s-0.071 s3.36 MiB3.37 MiB+ 13.33 KiB
/wp-admin/edit-comments.php0.261 s0.262 s+0.001 s3.39 MiB3.4 MiB+ 10.13 KiB
Average 0.378 s0.347 s-0.031 s3.83 MiB3.85 MiB+ 25.54 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
Language % Lines of code Comment lines Files
PHP90.7%1,43846314
CSS7.8%12461
JavaScript0.8%1331
Markdown0.6%1002
Total 1,585 472 18

PHP Code Analysis | More results »

Lines of code 959
Total complexity 255
Median class complexity 27.5
Median method complexity 2.5
Most complex class DPMT_Frontend
Most complex function DPMT_Frontend::process_auto_tags()
Classes 8
Methods 42
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 1

Meta Boxes

{
    "post": {
        "dpmt_meta_tag_editor_link": {
            "title": "Edit Meta Tags",
            "context": "side"
        }
    },
    "page": {
        "dpmt_meta_tag_editor_link": {
            "title": "Edit Meta Tags",
            "context": "side"
        }
    },
    "product": {
        "dpmt_meta_tag_editor_link": {
            "title": "Edit Meta Tags",
            "context": "side"
        }
    }
}

PHP Error Log 26 lines

[11-Apr-2024 23:30:02 UTC] PHP Warning:  The magic method DPMT_Meta_Tags::__sleep() must have public visibility in /wp-content/plugins/meta-tags/includes/class-dpmt-meta-tags.php on line 75
[11-Apr-2024 23:30:02 UTC] PHP Warning:  The magic method DPMT_Meta_Tags::__wakeup() must have public visibility in /wp-content/plugins/meta-tags/includes/class-dpmt-meta-tags.php on line 77
[11-Apr-2024 23:30:07 UTC] PHP Fatal error:  Uncaught ArgumentCountError: array_merge() does not accept unknown named parameters in /wp-content/plugins/meta-tags/includes/class-dpmt-frontend.php:356
Stack trace:
#0 /wp-content/plugins/meta-tags/includes/class-dpmt-frontend.php(356): array_merge()
#1 /wp-includes/class-wp-hook.php(324): DPMT_Frontend->process_tags()
#2 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(565): WP_Hook->do_action()
#4 /wp-includes/class-wp.php(830): do_action_ref_array()
#5 /wp-includes/functions.php(1336): WP->main()
#6 /wp-blog-header.php(16): wp()
#7 /index.php(17): require('...')
#8 {main}
  thrown in /wp-content/plugins/meta-tags/includes/class-dpmt-frontend.php on line 356
[11-Apr-2024 23:30:15 UTC] PHP Fatal error:  Uncaught ArgumentCountError: array_merge() does not accept unknown named parameters in /wp-content/plugins/meta-tags/includes/class-dpmt-frontend.php:356
Stack trace:
#0 /wp-content/plugins/meta-tags/includes/class-dpmt-frontend.php(356): array_merge()
#1 /wp-includes/class-wp-hook.php(324): DPMT_Frontend->process_tags()
#2 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(565): WP_Hook->do_action()
#4 /wp-includes/class-wp.php(830): do_action_ref_array()
#5 /wp-includes/functions.php(1336): WP->main()
#6 /wp-blog-header.php(16): wp()
#7 /index.php(17): require('...')
#8 {main}
  thrown in /wp-content/plugins/meta-tags/includes/class-dpmt-frontend.php on line 356
See also: All tests for this plugin