[ad_1]
Hi @seanpaulfx ,
Thank you for your feedback.
1. For sitemap, we don’t think implementing our own caching is a good idea, for 3 reasons:
– The queries for sitemap has pagination (e.g., not all posts/terms are queried at once), so it doesn’t affect the performance too much. You can change the number of returned items in the sitemap to make it faster.
– The sitemap feature in the WordPress core implements just the same, without caching (yes, WP has a built-in sitemap feature).
– In WP 6.1, the cache (object cache) will be implemented by default in the WP core, for all queries.
2. Instant indexing is on our plan and will be worked on soon.
