I have a store with many products, and most traffic is from users landing directly on a product page.
loading is very slow on first entry as every wix site, but server rendering takes another 2.5 seconds, so every time the cache is invalidated loading time is even slower.
Every small change to any product will invalidate all site cache, and considering my traffic pattern with users landing on different products, and few daily stock updates, cache is invalid for most users on their most important first interaction, and for site ranking.
not invalidating cache is ok, as hydration will fix any for small changes.
is there anything to do? is it possible to add an option to the store or wix-cache-backend not to invalidate automatically on every update.
any other ideas?
Tnx!