Edge Side Includes is a markup language designed for dynamic assembly of cached web content. Wikipedia page W3C Note: ESI Language Specification 1.0
6
votes
4answers
2k views
Post processing of reverse proxied HTTP requests? (like Akamai's ESI)
We run a relatively high volume content site. Like most content sites, the majority of each page is relatively static. The articles rarely change, making them good candidates for some form of ...
5
votes
1answer
354 views
Varnish and ESI, how is the performance?
Im wondering how the performance of th ESI module is nowadays? I've read some posts on the web that ESI performance on varnish were actually slower than the real thing.
Say i had a page with over ...
2
votes
3answers
813 views
Varnish Cache will not do ESI include
I am having problems getting even the simplest of Varnish Cache
ESI tests to work.
After trying and trying I thought I ask here.
Basically it just wont include the ESI file. It's just returning
the ...
1
vote
1answer
26 views
Parsing XML chunks in a non-XML file
Can anyone share experience with parsing XML chunks embedded in a non-XML file?
I am implementing an Edge-Side-Includes[1] processor. Edge-Side-Includes elements are not necessarily embedded in XML- ...
1
vote
1answer
349 views
How do you set a cookie from within an ESI:include script?
I have a basic PHP page being loaded through Varnish with a single ESI include that calls back to the server to set a cookie. The cookie is set with domain access and the like, but when called through ...
1
vote
1answer
136 views
Edge Server Includes (ESI)
Is it a good practice to use ESI's or is that an older technology? are there alternatives that would be better. I am familiar with the use of CDN's and cache servers but this ESI was typically for ...
0
votes
1answer
65 views
Varnish ESI for lots of small bits of information
I've got a standard blog-type application with posts and users that can add those posts to their favorites.
Goals
When a user looks at a list of posts, they should see an indication (an image) of ...
0
votes
0answers
95 views
Edge-Side-Includes Module for nginx? [closed]
Does anyone know about an ESI 1.0 implementation for nginx?
0
votes
1answer
64 views
Edge-Side-Includes: How do esi:inline tags work
I have been looking at the ESI (Edge-Side-Includes) specs, but I cannot quite figure out how esi:inline elements work. Can anyone explain that?
0
votes
1answer
115 views
Varnish ESI multiple fragments, single request?
I am tasked with improving page serving time for a rather big deployment of wordpress multisite.
I am considering using varnish for full page caching of content and using it's ESI abilities to ...
0
votes
1answer
275 views
Varnish Edge Side Includes (ESI) supported on Heroku?
Anyone know if Edge Side Includes are supported by Heroku's Varnish implementation?
UPDATE:
I ended up putting in a support request to ask Heroku about their Varnish implementation. Here's my ...
0
votes
2answers
473 views
Varnish ESI recognized but not included
Hey everybody. I'm using Edge Side Includes on Varnish to cache a static HTML shell, then include some dynamic HTML and a JSON object.
The ESI for HTML is getting included properly, but the ESI for ...
0
votes
1answer
250 views
Setting Cookies via ESI:include, how?
Im trying to use esi to make a ninja caching on my site.
The idea is, the site is mostly static, I just need to do fancy stuff if the user is logged in or not.
So I was trying to put an on the page ...