Does Bitbug Meta Tags work with WordPress 6.9.4 and PHP 8.1.12? A smoke test was performed on .
| No PHP errors, warnings or notices | |
| No JavaScript exceptions | |
| All test pages loaded successfully | |
| No resource errors | |
| Looks good! No problems were detected. |
Memory usage: 20.66 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.
| WordPress version | 6.9.4 |
|---|---|
| PHP version | 8.1.12 |
| MySQL version | 10.6.10 |
| PHP memory limit | 512M |
| Last updated | |
|---|---|
| Active installs | <10 |
| WordPress.org page | https://wordpress.org/plugins/bitbug-meta-tags/ |
| Badges |
|
| URL | /wp-admin/plugins.php?plugin_status=all&paged=1&s |
|---|---|
| Requested URL | /wp-admin/plugins.php?action=activate&plugin=bitbug-meta-tags%2Fbitbug-meta-tags.php&plugin_status=all&paged=1&s&_wpnonce=7c6da9d595 |
| Aspect | after-activation |
| HTTP status | 200 |
| Load time | 0.420 s |
| Memory usage | 3.75 MiB |
| JS errors | None |
| Resource errors | None |
| URL | / |
|---|---|
| Aspect | front-page |
| HTTP status | 200 |
| Load time | 0.252 s |
| Memory usage | 4.12 MiB |
| JS errors | None |
| Resource errors | None |
| URL | /wp-admin/post-new.php |
|---|---|
| Aspect | new-meta-boxes |
| HTTP status | 200 |
| Load time | 1.005 s |
| Memory usage | 6.36 MiB |
| JS errors | None |
| Resource errors | None |
| URL | /wp-admin/post-new.php?post_type=page |
|---|---|
| Aspect | new-meta-boxes |
| HTTP status | 200 |
| Load time | 0.926 s |
| Memory usage | 6.34 MiB |
| JS errors | None |
| Resource errors | None |
| URL | Load time | Memory usage | ||||
|---|---|---|---|---|---|---|
| Inactive | Active | Change | Inactive | Active | Change | |
| /wp-admin/index.php | 1.023 s | 0.650 s | -0.373 s | 3.78 MiB | 3.8 MiB | + 20.21 KiB |
| /wp-admin/edit.php | 0.528 s | 0.335 s | -0.193 s | 3.79 MiB | 3.81 MiB | + 18.64 KiB |
| /wp-admin/post-new.php | 1.511 s | 0.993 s | -0.518 s | 6.31 MiB | 6.36 MiB | + 47.41 KiB |
| /wp-admin/upload.php | 0.622 s | 0.715 s | +0.093 s | 3.74 MiB | 3.74 MiB | + 6.44 KiB |
| /wp-admin/options-writing.php | 0.386 s | 0.297 s | -0.089 s | 3.71 MiB | 3.72 MiB | + 10.43 KiB |
| /wp-admin/media-new.php | 0.565 s | 0.373 s | -0.192 s | 3.7 MiB | 3.72 MiB | + 18.63 KiB |
| /wp-admin/edit-tags.php?taxonomy=category | 0.792 s | 0.291 s | -0.501 s | 3.72 MiB | 3.74 MiB | + 29.3 KiB |
| /wp-admin/post-new.php?post_type=page | 0.950 s | 1.022 s | +0.072 s | 6.3 MiB | 6.34 MiB | + 48.48 KiB |
| /wp-admin/options-discussion.php | 0.343 s | 0.636 s | +0.293 s | 3.71 MiB | 3.72 MiB | + 6.93 KiB |
| /wp-admin/edit-comments.php | 0.368 s | 0.407 s | +0.039 s | 3.73 MiB | 3.74 MiB | + 6.43 KiB |
| / | 0.328 s | 0.245 s | -0.083 s | 4.11 MiB | 4.12 MiB | + 14.4 KiB |
| Average | 0.674 s | 0.542 s | -0.132 s | 4.24 MiB | 4.26 MiB | + 20.66 KiB |
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.
| Language | % | Lines of code | Comment lines | Files | |
|---|---|---|---|---|---|
| PHP | 83.8% | 387 | 156 | 3 | |
| JavaScript | 16.2% | 75 | 3 | 1 | |
| Total | 462 | 159 | 4 | ||
| Lines of code | 362 |
|---|---|
| Total complexity | 82 |
| Median class complexity | 79.0 |
| Median method complexity | 2.0 |
| Most complex class | BBMetaTags\MetaTags |
| Most complex function | BBMetaTags\MetaTags::bitbug_add_meta_tags() |
| Classes | 1 |
|---|---|
| Methods | 17 |
| Functions | 3 |
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.
wp_options 1{
"post": {
"bitbug_favicon_meta": {
"title": "Custom Favicon",
"context": "side"
},
"bitbug_og_image_meta": {
"title": "Custom Open Graph Image",
"context": "side"
}
},
"page": {
"bitbug_favicon_meta": {
"title": "Custom Favicon",
"context": "side"
},
"bitbug_og_image_meta": {
"title": "Custom Open Graph Image",
"context": "side"
}
}
}The log file is empty.