Hi again!
I’m afraid this isn’t possible.
Nitropack should not use the sitemap to warm up its caches; instead, it should rely on the WP Query API.
Reattributing something like the sitemap isn’t wise; if you try to appease independent, unrelated systems using a single tool, you’ll end up with a half-baked solution. It’s like using a screwdriver as a hammer; it doesn’t work the other way.
They probably did this because they’re not just a WordPress caching solution but also support other CMSes like Magento and OpenCart. All these CMSes use sitemaps, but only WordPress has the WordPress Query API. Not relying on the right tool for every CMS saves them development costs, but it comes with compromises.
I recommend using Nitropack’s standard caching warmup system. But if the sitemap-based warmup indeed proves beneficial, you can also consider using the non-Optimized sitemap.
Ultimately, the sitemap only helps speed up indexing, which is only vital to get right when you’re serving a lot of timely content, as news websites do. The sitemap is not particularly beneficial after every post or page is indexed, because they do not contribute to ranking.
-
This reply was modified 2 months, 2 weeks ago by Sybre Waaijer. Reason: more info