Skip to main content

Posts Tagged ‘Service Layers’

Speed

Caching Service Layers in Episerver

When building highly performant web applications, it’s always important to consider your caching strategy.  There are some generic things you can do to make your overall website faster (such as setting efficient client-side cache policies), but often times a much overlooked performance pitfall involves making too many API calls.  Luckily, Episerver’s Object Caching can help […]