#Cache problem when adding a new category (storefront)

6 messages · Page 1 of 1 (latest)

steady folio
#

I'm encountering an issue where a newly added category isn't appearing in the storefront. It seems to be related to caching (at least in development). I'm using the Redis module for caching, and the issue occurs when the cache option is set to "force-cache". If I change it to "standard" or "no-cache", it works as expected.

How are these caching values expected to behave?
How can I resolve this issue without losing the benefits of caching?

Additionally, I may need to apply this solution to collections as well, but I'm unsure of the trade-offs. How much functionality or performance might I lose if I change the cache property to another value?

steady folio
#

bump

stark umbra
#

Have you found a fix?

steady folio
#

No, i just put "standard" value for "cache" parameter, but idk what happens on production with caching capabilities

delicate crag
#

It depends on your store. Is your data updated regularly, or only occasionally?

steady folio
#

occasionally when i'm adding new categories