Hi Sahid! By what I know for some cached content, the browser DOES an "If- Modified-Since" request to the server to check if the cached resource has been modified since it last checked. If it was changed, then the server returns the modified content. If not, then it returns an HTTP 304 response code (and not the entire content, thus saving bandwidth and time).
In this case, the server DOES know that it was a "cached request". Enjoy! Albert On Dec 10, 6:39 pm, sahid <[email protected]> wrote: > Hello community > > I would like informations about the new graph (Requests by Type/ > Second). > How GAE knows if the request is a "cached request"? because the > browser do not request, ..no? > In my graph, i see a wierd fact: > > http://goo.gl/of0V0 > > Thank a lot. > Sahid -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
