strapi-plugin-sitemap icon indicating copy to clipboard operation
strapi-plugin-sitemap copied to clipboard

CLI to generate sitemap from the command line

Open boazpoolman opened this issue 3 years ago • 0 comments

Feature request

Summary

Have a strapi-sitemap CLI with a generate command so you can generate the sitemap XML from the CLI.

Why is it needed?

This is useful when using a loadbalancer with multiple Strapi instances. Generating sitemap in each instance separately can cause problems (performance and race-conditions).

So when having a CLI you can disable auto generation and have a special worker dedicated to generating the sitemap.

Related issue(s)/PR(s)

#84

boazpoolman avatar May 09 '22 06:05 boazpoolman