debugging, time for fetches?
Jonathan Rochkind <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.eof |
|---|---|
| Message-ID | <[email protected]> |
I can set EOAdaptorDebugging=true to see all the SQL in the console. Is there any way to set things so the _time_ it took to perform each fetch, ideally including the time it takes to instantiate all the objects from the fetch, is included in my console output? To make it easier to figure out the best place to work on optimization, for a page-load that's longer than I'd like? --Jonathan