Cached requests should be requests served from the front-end servers' caches without hitting your app. Dynamic requests are those that hit your app's code.
I'm not sure what actually shows up in the errors / second count. Robert 2011/8/8 Ronoaldo José de Lana Pereira <[email protected]>: > I'm curious about what counts as a "cached request" in the Admin Console of > AppEngine in the "Requests by Type/Second" chart. Most of my app currently > has around 80 cached requests and < 20 dynamic ones. What does it mean? Does > it reflects the use of memcache, or the http staus 304? > Also, what counts as an error request in the chart "Errors/Second". Does the > custom error page counts as en error (since it sends an HTTP 500)? Sometimes > the chart don't reflect my logs because periods with < 1 error /second show > +10 logs in the log view with http statu 500. > Best Regards, > -Ronoaldo > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/EQMkMq25tNIJ. > 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. > -- 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.
