SaaS CMS has officially launched! Learn more now.

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Feb 15, 2022

    When you done a direct deploy to DXP the web application is not automatically warmed up. Now Epinova DXP extension task ‘Deploy NuGet package’ contains that functionality.

  • Syndicated blog - Posted on: Feb 15, 2022

    When you have deployed to Optimizely DXP using the "direct deploy" option the web application is not automatically warmed up. To make sure that this is possible to achieve without having to create custom functionality in Azure DevOps, the Epinova...

  • Syndicated blog - Posted on: Feb 15, 2022

    When you have deployed to Optimizely DXP using the "direct deploy" option the web application is not automatically warmed up. To make sure that this is possible to achieve without having to create custom functionality in Azure DevOps, the Epinova...

  • Syndicated blog - Posted on: Feb 12, 2022

    As stated in the Optimizely Search & Navigation developer documentation on Sorting, “Sorting is supported for numerical types such as int, double, DateTime, and string”. This means that you will get an error from EPiServer.Find.SortingValidationHe...

  • Posted on: Feb 11, 2022
    Rating:

    One of my favorite areas in software development is getting a solution to run really fast. This is pretty easy for small websites but gets exponentially tricky for larger websites under heavy load. I've worked with improving performance on...

  • Syndicated blog - Posted on: Feb 10, 2022

    I have written multiple posts about how I architect and develop multi-site solutions in Episerver (now Optimizely). With the release of Optimizely CMS 12, which now runs on .NET 5, not much has changed with how I approach this, but the previous wa...

  • Syndicated blog - Posted on: Feb 09, 2022

    Extensions.Logging de-facto logging library that class libraries should use at the very least. Where Optimizely (ex. Episerver) CMS11 (running on .NET Framework) would collide with anything from the "new world" (.NET5)?

  • Syndicated blog - Posted on: Feb 09, 2022

    You might be thinking that Microsoft.Extensions.Logging and related packages are useful only for .NET Core and above. That’s not entirely true. While Microsoft.Extensions.Logging is target .NET Standard it’s possible to use it even on .NET Framewo...