Re: Wordpress: Any way to selectively control caching for content areas on a page?

From: Ed Summers <ehs_at_nyob>
Date: Wed, 29 May 2013 03:35:11 -0400
To: CODE4LIB_at_LISTSERV.ND.EDU
If your Wordpress happens to be fronted by Varnish you might get some
mileage out of using Edge Side Includes (ESI)

    https://www.varnish-software.com/static/book/Content_Composition.html#edge-side-includes

If you google for Edge Side Includes and Wordpress you'll find some
articles like this describing how ESI's were used with Wordpress:

   http://timbroder.com/2012/12/getting-started-with-varnish-edge-side-includes-and-wordpress.html

So, it might be do-able.

//Ed

On Tue, May 28, 2013 at 5:30 PM, Wilhelmina Randtke <randtke_at_gmail.com> wrote:
> In a Wordpress site, is there a way to allow site-wide caching, but force
> certain areas of a page to reload on each visit?
>
> For example, if  on a specific page there is a huge navigational menu that
> never changes, a map that rarely changes, and hours of operation which
> change frequently (as often as holidays), is there a way to force only the
> hours of operation to reload when a person revisits the page?
>
> -Wilhelmina Randtke
Received on Wed May 29 2013 - 03:35:31 EDT