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.
74 stars 37 forks source link

Fix slow query #153

Closed emrikol closed 4 years ago

emrikol commented 4 years ago

On sites that have millions of posts in their wp_posts table, the old query can take A VERY LONG TIME.

Switching it to this, and just returning the year from SQL speeds it up. In my testing, this can be up to 500% faster.