Next >

 

Tutorial: Configuring edge side caching using ESI


This tutorial teaches you how to configure Edge Side caching using Edge Side Include (ESI). After this tutorial, you will be able to cache full-pages and page fragments at the edge of the network.

 

Learning objectives

Caching on the edge is a simple and effective way to improve the performance of your system. Edge Side Include (ESI) is a simple markup language use to define Web page components for dynamic assembly and delivery of Web applications at the edge of the Internet. The WAS's dynacache has built-in functionality so that setting the EdgeCacheable property of a cache entry to true will allow it to be cached on the edge. This property takes care of the ESI for you, making edge caching easy with virtually no setup overhead.

 

Time required

Expect this tutorial to take about 20 minutes to complete.

 

Audience

This tutorial is intended for WebSphere Commerce Administrators who will be responsible for configuring Edge Side caching using Edge Side Include (ESI).

 

Prerequisites

To complete this tutorial, you need WAS 6.0 and WebSphere Commerce 6.0. You will also need a cachespec.xml that caches the TopCategoriesDisplay page and the eMarketingSpot fragment of the ConsumerDirect store .

 

Expected results

In this tutorial, you learned how to cache pages on the edge of the network using ESI caching. You learned techniques for both full page and fragment caching.

 

Lessons in this tutorial


Next >