Sitecore 10.1 released a few weeks ago and one of the new features is the Publishing Web Hook. The main reason why this is introduced is to able to easily update JAMstack apps on publish. Official step-by-step guide for Vercel deployment can be found on the official Sitecore JSS documentation site, here.
Continue reading “Sitecore Publishing Web Hook – Sitecore Rendering Host output caching PoC update”Tag: caching
Sitecore ASP .NET Core SDK output caching PoC
One of my first question about Sitecore ASP .NET Core SDK was that, is there any built in rendering side caching mechanism implemented already?
This is in consideration in the roadmap, we are looking at ways to expose publishing events to the rendering host to enable this.
Nick Wesselman
Meanwhile, I thought I implement something simple to achieve this. The basic idea is to open and endpoint in the ASP .NET Core rendering host which will “clear” the cache. This endpoint can be called by the Sitecore CM while publishing. This is not a production ready implementation but could be a good starting point for you. So let’s start with it!
Continue reading “Sitecore ASP .NET Core SDK output caching PoC”