You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lack of clear guidance on how to generate sitemaps in a way that does not impact environment stability.
By default, sitemap functionality (namely from Yoast), can impact application performance if crawlers or bad actors make many requests. To offset this, sitemaps can be pre-generated, and be cached.
We should write clear guidance on how to approach this.