Dear all,
I am running the latest version of EspoCrm 8.4.2 on my own webspace.
After changing from EspoCRM V7 to 8.4.2 it seems that the caching mechanisms changed.
The applicationTimeStamp in config.php is used to extend the url for a tpl by adding ?{applicationTimeStamp}, e.g. dashboard.tpl?r=1732465646
Reference to them are saved in the cache-storage.
My problem:
Changing the applicationTImeStamp will force to load latest version of tpl which is fine, but only as long as you do not clear the browser cache.
When you clear the browser cache, tpl calls with the same applicationTimeStamp will render not the correct content/version of the template.
It seems that the first version of tpl is used all the time once browser cache is cleaned.
If i deactivate caching functionality in admin, for sure there is no probelm correct tpl will be rendered correcytly all the time.
My Question:
How can i ensure that tpl caching will not fall back to origin tpl content/version if user is deleting browser cache?
Thank you for your help in advance!
I am running the latest version of EspoCrm 8.4.2 on my own webspace.
After changing from EspoCRM V7 to 8.4.2 it seems that the caching mechanisms changed.
The applicationTimeStamp in config.php is used to extend the url for a tpl by adding ?{applicationTimeStamp}, e.g. dashboard.tpl?r=1732465646
Reference to them are saved in the cache-storage.
My problem:
Changing the applicationTImeStamp will force to load latest version of tpl which is fine, but only as long as you do not clear the browser cache.
When you clear the browser cache, tpl calls with the same applicationTimeStamp will render not the correct content/version of the template.
It seems that the first version of tpl is used all the time once browser cache is cleaned.
If i deactivate caching functionality in admin, for sure there is no probelm correct tpl will be rendered correcytly all the time.
My Question:
How can i ensure that tpl caching will not fall back to origin tpl content/version if user is deleting browser cache?
Thank you for your help in advance!
Comment