World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
If you return large responses from your custom Web APIs or from Episerver Content and Service APIs, you might want to remember about response compression. Read here about enabling it.
From working on Episerver solutions with native apps, I have done several learnings on challenges, limitations and solutions. In this blog post, I list up five of them.
This is the story about how an Episerver site achieved extreme performance for some landing pages, by applying distributed output caching using Episerver DXC and Cloudflare.
In my previous blog post I created two pieces of OWIN middleware. I also created a custom OWIN logger to forward all OWIN log entries to whichever log system Episerver is set to use. Read about the solution and check the code for yourself.
Needing to support shopping carts for anonymous users, from both browsers and cookie-less native apps, I ended up with two new pieces of OWIN middleware. Very simple, efficient and supporting SameSite-aware cookies.