ruby on rails - Using expire_page on Heroku Cedar? -
Has anyone managed to use expire_page with Serial Stack? I have backed up with support which is unproductive. By my trial, it works with a single witch, but when you have multiple dyons, only one page will end. Therefore, this will sometimes serve the old page. I know the varnish was an option in the previous stack but what is the HTTP cache solution for fir? Right now I'm just using expir_action with memcached, but it is not as good as it still kills the railroad stock.
Thanks in advance.
rack :: is the answer to the cache. Using the header, you can use last modified to end pages. I will probably use this except for expire_action. Here is the tutorial on this:
This is not correct because I think the request will still be queued but it is better than nothing
Comments
Post a Comment