During the amazing Umbraco Code Garden 2014 I presented a session titled ‘Supercharge your Umbraco’. The session was all about caching with Umbraco and how in today’s demanding web environment using these caching techniques can really help scale your application.
The talk covers:
Macro Caching
Cached Partials
MVC Output Caching
MVC Donut Caching
Varnish
You can download the slides here https://dl.dropboxusercontent.com/u/20093698/scriptogram/Supercharge%20your%20Umbraco.pptx
The example code I used during the presentation is available at the link below, it has all the handlers for purging the donut cache and for managing varnish. https://bitbucket.org/chrisgaskell/umbraco-caches
Over the next couple of weeks I’m hoping to put up a post per technique. Anything else just get in touch.