This is a super, super slow query. It happens when the caches are cleared. Is it strictly necessary? Can we speed it up somehow?
713.521ms
xmlsitemap_link_count
SELECT COUNT(xsm.loc) FROM xmlsitemap xsm INNER JOIN system s ON s.name = xsm.module WHERE s.type = 'module' AND s.status = 1 AND xsm.changefreq <> 0 AND xsm.changed <> 0 AND (xsm.priority >= 0 AND xsm.priority <= 1)
Comments
Comment #1
dave reidYou could try using the 6.x-2.0 version of the module which is being developed for performance and scalability in mind.
Comment #2
chrism2671 commentedOn a scale of 1 to 10, how would you rate it for stability?
Comment #3
hass commented1000 :-)
Comment #4
dave reid