November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
Well-known built-in Identity classes, such as GenericPrincipal and WindowsPrincipal, has been supported for ages in Episerver CMS. .NET’s support around claims were introduced in .NET4.5, to support claims based authentication into the framework, ...
We at Episerver takes performance seriously – as one of the feature that constantly monitored and fine-tuned. This is especially true for database accesses, as they are usually the bottlenecks of the system (accessing databases are I/O operations...
Performance improvements for websites with a large number of promotions/campaigns while loading order totals and redemption numbers. Price caching is not affected anymore by disabling CatalogCache configuration. Simplified price selection if...
If you are using Episerver and update to .NET 4.7 (even involuntarily, such as you are using DXC/Azure to host your websites. Microsoft updated Azure to .NET 4.7 on June 26th) , you might notice some weird performance issues. If your servers are i...
Feature The ContentArea should Supported to limits a number of block inside it (for individual ContentArea ). When total blocks is over max limited size, the action links section should be hidden. When total blocks is over max limited size, editor...
After using DotTrace and Jmeter to analyze Forms performance issues, we found some problematic code segments, which created issues like slow response time or high CPU usage. Therefore, we internally changed the Forms API in order to reduce dat...
One of the cooler features released with Ektron 9.20 was support for IQueryable data sources. This feature allows a developer to write native Linq queries against almost any native data type in the system, while still supporting all the baked-in...
The default ContentAreaRenderer implementation renders div elements around the content area and every content area item. It is possible to control the rendering of wrapping elements, but not to disable them completely.