|
|
|
|
|
by jacques_chester
4662 days ago
|
|
It's funny you should mention this. I was chatting to a mate about this thread and he suggested using an ESI approach. I think it would work well if the Recent Comments widget was modified to spit a HTML fragment to predictably-named files that varnish could pick up and include with ESI. |
|
ESI sounds like it would couple your web application code to your cache. This sounds negative to my ear. How about modifying the Recent Comments widget to work with an IFRAME or some AJAX? It adds another request to the server, but now both requests can be cached and compressed.