• Is there any way to cache a front page that shows “latest posts” (not static page) ?
    We only do 2 posts a day but the query requires quite a bit of cpu time for the thousands of people coming in each day.

    Right now it seems like this isn’t cached (super cache caches everything else fine). It would be great to keep it in memory for a couple of hours at the very least.

    Thank you people!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Take a look at CloudFlare… that might be the best solution though I think Super Cache should be doing what it can to help.

    Do you add the two posts at the same time? That should help a little but hand off what you can to CloudFlare and let their proxy bear the brunt.

    Caveat: If your server is throwing the occasional 500 error then the free CloudFlare might make that worse. Sometimes you just need to throw more horsepower at the problem.

    CloudFlare can boost the capacity as much as 20% but it needs to have a fast response or CloudFlare gets impatient. Borderline servers are not a good candidate for Cloudflare.

    Thread Starter michaelsamo

    (@michaelsamo)

    We use cloudflare, I fail to see how cloudflare helps in the problem I described ? ??
    Cloudflare offloads file serving right (jpg, html, js, etc)

    How would cloudflare help us with the caching of “latest post” query exactly? (I might be missing a function lol)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest posts cacheing possible ?’ is closed to new replies.