Setono / SyliusRedirectPlugin

Add redirects to your Sylius store from a simple interface
MIT License
22 stars 24 forks source link

Allow users to configure whether they want to allow redirects other than 404's #113

Open loevgaard opened 1 year ago

loevgaard commented 1 year ago

If you say that a redirect should work on not only 404's, but also on 200 then you are in fact incurring a performance hit on your website because then the redirect plugin has to check the database on each request.

Would be nice to allow users to disable this feature.