Novacare blog

Output cache in Optimizely CMS 12 that vary by visitor group

After I wrote a blog post about Quick and dirty output cache in Optimizely CMS12 [https://blog.novacare.no/quick-and-dirty-output-cache-in-optimizely-cms12/], someone reminded me that this would not work well with visitor groups [https://webhelp.optimizely.com/latest/en/personalization/visitor-groups.htm]. All visitors would get the same cached content, even…

Scheduled Jobs in Optimizely CMS 12

In Optimizely CMS 12 the admin mode is given a real facelift. The new admin mode written in React has risen like a phoenix from the ashes of the old Web Forms admin mode. The scheduled jobs has gotten a facelift too, where the duration of the last executions are…

How to auto-generate SVG sprites with webpack and svg-sprite-loader

When developing, there are several benefits to using SVG sprites, but maintaining sprites can quickly become difficult and time-consuming. With Webpack and svg-sprite-loader your sprite will be automatically generated when you bundle your code. What is an SVG sprite? A sprite is a collection of something, ex. images, put into…