Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
Quite often a lot of the content on pages in Optimizely Content cloud (aka Episerver CMS) is structured in blocks placed in content areas. And often even blocks in blocks. Sometimes it's needed to quickly get a list of all the content items on a...
Wave goodbye to the EPiStateMarker cookie!
This will be my first post, rushed it out when I saw a fellow developer asked about it. Cheers! Intro While errors can be frustrating for website visitors, they can also provide valuable insights into how the website is being used and what needs t...
One of the useful features of Optmizely personalized contents is Product Recommendations. With Optimizely Product Recommendations , you can provide a personalized shopping experience for visitors to your e-commerce website. Personalization is base...
.NET5 and .NET6 has no concept of output caching, and neither does Optimizely Content Cloud 12. Don't let that stop you from caching your output!
Background In the previous article of this series, Unit Testing Optimizely CMS 12 Dynamic Data Store - Part 1 , an introduction was given to what the Dynamic Data Store is, and an approach was given for unit testing by mocking the DynamicDataS...
Background If you've never heard of it, the Dynamic Data Store (DDS) which is a component that offers an API and infrastructure for CRUD operations of custom data objects. It allows developers to access and store data without needing to...
Threading is hard. It’s hard to get right. It’s hard to avoid race condition. Even with experienced developers, it’s not always a given (trust me, I’ve been there). This time, the problem comes from a report that a customer constantly has high CPU...