Enforce automatic caching on Presentation Components to improve performance - Part 2

We have seen with my last approach we could enforce the caching settings in the code increasing front-office's performance but decreasing back-office responsiveness and performance due to additional database query to get appropriated settings.
In this blog post I will use some of Sitecore pipelines to initiate all caching settings at application startup...

Read More