XML Sitemap & Google News 5.6.1

Does XML Sitemap & Google News work with WordPress 6.8.3 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 158.62 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.8.3
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/xml-sitemap-feed/
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=xml-sitemap-feed%2Fxml-sitemap.php&plugin_status=all&paged=1&s&_wpnonce=cc2c68267b
Aspect after-activation
HTTP status 200
Load time 0.264 s
Memory usage 3.69 MiB
JS errors None
Resource errors None

Settings → XML Sitemap

Page screenshot: Settings → XML Sitemap
URL /wp-admin/options-general.php?page=xmlsf
Aspect menu-item
HTTP status 200
Load time 0.264 s
Memory usage 3.69 MiB
JS errors None
Resource errors None

Settings → XML Sitemap → Post types

Page screenshot: Settings → XML Sitemap → Post types
URL /wp-admin/options-general.php?page=xmlsf&tab=post_types
Aspect menu-item-tab
HTTP status 200
Load time 0.213 s
Memory usage 3.67 MiB
JS errors None
Resource errors None

Settings → XML Sitemap → Taxonomies

Page screenshot: Settings → XML Sitemap → Taxonomies
URL /wp-admin/options-general.php?page=xmlsf&tab=taxonomies
Aspect menu-item-tab
HTTP status 200
Load time 0.160 s
Memory usage 3.67 MiB
JS errors None
Resource errors None

Settings → XML Sitemap → Authors

Page screenshot: Settings → XML Sitemap → Authors
URL /wp-admin/options-general.php?page=xmlsf&tab=authors
Aspect menu-item-tab
HTTP status 200
Load time 0.160 s
Memory usage 3.67 MiB
JS errors None
Resource errors None

Settings → XML Sitemap → Advanced

Page screenshot: Settings → XML Sitemap → Advanced
URL /wp-admin/options-general.php?page=xmlsf&tab=advanced
Aspect menu-item-tab
HTTP status 200
Load time 0.186 s
Memory usage 3.67 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.177 s
Memory usage 3.51 MiB
JS errors None
Resource errors None

Add Post ‹ Test site — WordPress

Page screenshot: Add Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.638 s
Memory usage 6.23 MiB
JS errors None
Resource errors None

Add Page ‹ Test site — WordPress

Page screenshot: Add Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 0.625 s
Memory usage 6.22 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.312 s0.277 s-0.035 s3.51 MiB3.68 MiB+ 174.12 KiB
/wp-admin/edit.php0.211 s0.210 s-0.001 s3.57 MiB3.74 MiB+ 172.48 KiB
/wp-admin/post-new.php0.770 s1.013 s+0.243 s6.06 MiB6.23 MiB+ 176.25 KiB
/wp-admin/upload.php0.566 s0.576 s+0.010 s3.52 MiB3.68 MiB+ 159.84 KiB
/wp-admin/options-writing.php0.218 s0.176 s-0.042 s3.5 MiB3.66 MiB+ 158.34 KiB
/wp-admin/media-new.php0.283 s0.230 s-0.053 s3.49 MiB3.65 MiB+ 166.53 KiB
/wp-admin/edit-tags.php?taxonomy=category0.270 s0.179 s-0.091 s3.5 MiB3.68 MiB+ 177.2 KiB
/wp-admin/post-new.php?post_type=page0.598 s0.594 s-0.004 s6.05 MiB6.22 MiB+ 171.78 KiB
/wp-admin/options-discussion.php0.321 s0.294 s-0.027 s3.5 MiB3.65 MiB+ 154.84 KiB
/wp-admin/edit-comments.php0.408 s0.442 s+0.034 s3.52 MiB3.68 MiB+ 159.84 KiB
/0.298 s0.188 s-0.110 s3.44 MiB3.51 MiB+ 73.52 KiB
Average 0.387 s0.380 s-0.007 s3.97 MiB4.13 MiB+ 158.62 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
PHP95.9%7,2023,496108
XSLT3.6%26906
CSS0.3%1901
JavaScript0.2%1601
Total 7,506 3,496 116

PHP Code Analysis | More results »

Lines of code 5,280
Total complexity 1,142
Median class complexity 15.0
Median method complexity 3.0
Most complex class XMLSF\Sitemap
Most complex function xmlsf_upgrade()
Classes 33
Methods 255
Functions 21

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 14

Meta Boxes

{
    "post": {
        "xmlsf_section": {
            "title": "XML Sitemap",
            "context": "side"
        }
    },
    "page": {
        "xmlsf_section": {
            "title": "XML Sitemap",
            "context": "side"
        }
    }
}

PHP Error Log 44 lines

[26-Nov-2025 18:31:46 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:46 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:47 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:47 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:47 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:47 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:49 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:49 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:49 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:49 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:50 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:50 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:51 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:51 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:54 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:54 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:54 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:54 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:56 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:56 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:57 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:57 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:57 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:57 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:57 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:57 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:31:58 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:31:58 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:32:00 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:32:00 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:32:00 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:32:00 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:32:00 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:32:00 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:32:01 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:32:01 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:32:03 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:32:03 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:32:06 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:32:06 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[26-Nov-2025 18:32:06 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[26-Nov-2025 18:32:06 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
See also: All tests for this plugin, How to Hide XML Sitemap & Google News Admin Menus and Meta Boxes