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
Overview As part of the release of the new .NET 5 version of the platform, Commerce 14 finally got rid of the Commerce Manager needed for the management of some commerce settings. Instead, now we are presented with a number of features that have...
We’re happy to announce that we’ve just enabled another performance improvement to Optimizely DXP boosting the web performance of your websites and apps. What’s new? We have enabled Dynamic Site Acceleration (DSA) for every website on Optimizely...
The Optimizely (formerly Episerver) user interface has a link to the User Guide, you can update this link if you want to.
Traditionally, many companies have heard about the benefits of A/B testing. Make a hypothesis, create a variation to try and prove your theory, start an experiment, then run it long enough until you have enough data to prove one way or the other...
Traditionally, many companies have heard about the benefits of A/B testing. Make a hypothesis, create a variation to try and prove your theory, start an experiment, then run it long enough until you have enough data to prove one way or the other...
Program.cs In Optimizely CMS 12, Program.cs is now the entry point for the application. A web solution is now a console project that gets started by executing the Main() method. The code in Program.cs is pretty simple to figure out: Startup.cs...
In this tutorial, you will learn a little more about the new Optimizely CMS 12 project structure and how it differs from CMS 11 and below. The massive change in Optimizely CMS 12 is that it works with .NET 5 and .NET Core. Gone are the days of...
I recently was able to start using one of the new Linux (.NET5.0/CMS12) DXP instances to do some testing/development in, and I came across an interesting error that threw me for a loop. I, for one, am not very versed in .NET Core, so this is all...