Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mattjob

    (@mattjob)

    Page Caching does not really work in this instance, too many dynamic objects and page is slow without pre-primed object caching. I did figure out a workaround off your page caching preload idea…. load the pages from a outside of word press source to prime the object cache. just wrote a php file that reads the sitemap.xml and loops though file_get_contents() for each page, run it automatically every hour with W3 cache set TTL to 7200 seconds

    Thread Starter mattjob

    (@mattjob)

    A Preload would be great if possible, I was just looking for a way to serve the stale record while a new record was generated but a full blown Preload would be better

Viewing 2 replies - 1 through 2 (of 2 total)