>From what I can tell about the Heroku setup, Varnish is perfect for caching static public pages (i.e., my homepage, features page etc) but what about the rest?
My login page is public and mostly static but the error messages aren't, so Varnish isn't going to work there. Then the rest of my app consists of private pages of data, which is updated by backend processes. I'd have used fragment caching to file but this isn't supported so I guess the only option is memcache? Can anyone use this addon or is it a closed-beta? Thanks, Jamie -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
