Take the community feedback survey 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 23, 2018

    So you have implemented a web site (with Episerver most likely if you are reading this blog ;P). Initial performance tests are done in the production environment and the site has gotten green to go live. The development didn’t stop to the ‘project...

  • Syndicated blog - Posted on: Feb 23, 2018

    No, it’s just a note-to-self. A lot of customers have been using ServiceAPI, and to great successes. We also have very good documentation here – of which largely thanks to my colleague Mark Hall. But what if you want to play around with ServiceAPI...

  • Posted on: Feb 20, 2018

    Let’s talk about PCI first, In order to make login PCI compliant, session timeout needs to be set for 15 mins, I had to make two changes to my Startup.cs file. Set SlidingExpiration to False . Sliding Expiration is set to true by default. [This is...

  • Syndicated blog - Posted on: Feb 20, 2018

    In this article I’d like to describe new Episerver extension for converting pages in edit mode. It can be useful for Editors to simplify updates of site structure and keeps links to the content. Converting pages in admin mode In Admin mode, there ...

  • Syndicated blog - Posted on: Feb 19, 2018

    In a previous article I wrote about React and EPiServer – Custom rendering of EPiServer block in XhtmlString field without partial block controller, as we’re using the JOS Content Serializer to make JSON of our EPiServer content. This is in order ...

  • Syndicated blog - Posted on: Feb 19, 2018

    Make sure your signup forms are explicit about why you're asking for user consent.

  • Syndicated blog - Posted on: Feb 19, 2018

    This is something you don’t do daily, but you will probably need one day, so it might come in handy. Recently we got a question on how to update the code of all entries in the catalog. This is interesting, because even thought you don’t update the...

  • Syndicated blog - Posted on: Feb 18, 2018

    If you have been working with SQL Server, you would likely know the importance of indexes. Without proper indexes, your databases will not be able to utilize it’s true potential and your sites/applications will almost certainly succumb when the da...