Tagged Questions
Edge Side Includes or ESI is a small markup language for edge level dynamic web content assembly. The purpose of ESI is to tackle the problem of web infrastructure scaling by inserting ESI include tags directly into cached HTML documents. A ESI processors analyses the document to support different caching mechanisms and times different parts of the document, allowing for increased personalisation of cached pages.
1
vote
0answers
63 views
Symfony2 homepage HTTP cache validation and independently ESI
I'm designing a project which has the same structure as a blog with Symfony2.
My home displays articles and have a sidebar where there are links to login, or links to our account if we are logged.
...
1
vote
0answers
160 views
Symfony2, Varnish and ESI lead to strange behavior
I have the following config:
varnish (80) <-> nginx (8080) <-> php-fpm (9000)
(Same behavior using Apache with mod_php)
My Varnish config:
backend default {
.host = "127.0.0.1";
...
1
vote
1answer
80 views
How to implement Varnish within a Zend Framework 1.11 project
I don't know much about Varnish, but as far as I know, I need to include ESI tags inside my views, is it right ?
Does any of you have any feedbacks on implementing such architecture?
I already found ...
0
votes
0answers
10 views
How to develop application for Android-based ESI 250 Smartphone for the Desktop
I just happened to go through Android-based ESI 250 Smartphone for the Desktop previewed at Showstoppers at CES 2012 while surfing & curious to know how to develop applications for it. Also there ...
0
votes
1answer
58 views
Incrementing a Page View Count with Varnish and ESI
If I am using Varnish to cache my entire documents, by what mechanism would you advise I increment a page view count as well.
For example, lets supose that I have an auction listing, such as ebay, ...
0
votes
1answer
56 views
Caching and Page Views with Varnish/ESI and Zend Framework
I have a few scenarios which I will eventually need to consider in a few months time. Just throwing the question out there so that I can mull on the discussion in the mean time.
I am using Zend ...