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

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

This blog post is about how I think we can improve our Sitecore's CMS experience by enforcing Sitecore's sublayout caching in order to improve website's performance.

Sitecore CMS comes with a pack of caching mechanism and among of them we have Sitecore's HTML Cache. This article will mainly leverage Sitecore's HTML Caching...

Read More

Prevent Sitecore from interpreting url path as language

This blog post describes a technique to prevent Sitecore CMS from throwing Language/Culture exception when parsing language through Sitecore's StripLanguage.
It will describe the actual Sitecore's implementation and a dynamic approach to overcome the actual behavior of Sitecore's StripLanguage...

Read More