On Nov 2, 2009, at 5:41 AM, Yonik Seeley wrote:
QTime is the time spent in generating the in-memory representation for the response before the response writer starts streaming it back in whatever format was requested. The stored fields of returned documents are also loaded at this point (to enable handling of huge response lists w/o storing all in memory). There are normally servlet container logs that can be configured to spit out the real total request time.
It might be nice to add a flag to DebugComponent to spit out timings only. Thus, one could skip the explains, etc. and just see the timings. Seems like that would have pretty low overhead and still see the timings.Î