On Fri, Jan 24, 2014 at 11:23 AM, AndyD <[email protected]> wrote:
> Thanks, I've seen that and used that info for my implementation, yet it > doesn't seem to be working for me. That info is from 2011, maybe things > have changed? Or maybe it's necessary but not sufficient; i.e. the Edge > Cache won't cache unless you do those things, but it may still use other > criteria to decide whether to cache something. > Your second point is on the money. EdgeCache won't cache until it notices many requests going to the same URL; just setting headers and using a few requests won't cause the caching. What you can try doing is using ApacheBench ( http://en.wikipedia.org/wiki/ApacheBench ) and hitting your application with many requests over a good span of time, at least 5 - 10 minutes. If that doesn't work, you can always try CloudFlare for your caching needs. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
