We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate the sitemap XML in batches.
So that you Strapi app won’t timeout when you are tryinh to build a sitemap with a lot URLs.
Register some kind of queue of batches where each batch would add e.g. 10.000 URLs to the sitemap. This queue will then run in the background.
#83
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature request
Summary
Generate the sitemap XML in batches.
Why is it needed?
So that you Strapi app won’t timeout when you are tryinh to build a sitemap with a lot URLs.
Suggested solution(s)
Register some kind of queue of batches where each batch would add e.g. 10.000 URLs to the sitemap. This queue will then run in the background.
Related issue(s)/PR(s)
#83
The text was updated successfully, but these errors were encountered: