Example

In this lesson, we'll look at ESI in action with an example!

We'll cover the following...

Introduction #

The example shows how Edge Side Includes (ESI) can be used to assemble HTML fragments from different sources and how the entire HTML can be sent to the browser. For this, the HTML contains special ESI tags that are replaced by HTML fragments.

The drawing above shows an overview of the structure of the ...