Hello,
I am using version 9.3 and I have question regarding cache.
we have really lots of products. I have tried to trim procedure as much s I could, but it is still heavy on DB. Imagine if thousand users hit the website... it WILL go down no doubt.
CacheEntityPageHTML works fine, but something is unclear to me. It seems I cant hold cache longer then several hours.
What I need to do is to hold it at least for 2 days. This is what I have in app config:
CacheDurationMinutes - 2880
CacheEntityPageHTML - true
CacheMenus - true
Localization.CurrencyCacheMinutes - 60
Are these the correct setting? Is there something else that I need to tweak?
What is the impact using cache, other then updates not showing before reset cache is performed?
And finally, is there option to build cache automatically at least for certain areas of the site, so to avoid first user bad experience?