Automattic / msm-sitemap

Comprehensive sitemaps for your WordPress VIP site. Joint collaboration between Metro.co.uk, WordPress VIP, Alley Interactive, Maker Media, 10up, and others.
73 stars 37 forks source link

Sitemap creation WP_Query optimisation #117

Closed david-binda closed 6 years ago

david-binda commented 7 years ago

In vast majority of cases, the post metas are not necessary for collecting information for the sitemap. Thus we probably could gain some precious performance improvements by specifying 'update_post_meta_cache' => false in https://github.com/Automattic/msm-sitemap/blob/master/msm-sitemap.php#L408

kraftbj commented 6 years ago

This would be rendered moot by #129. I suggest pursuing that PR.