I'm using the PerformanceTiming interface to measure page load time.
Several of my pages have a long "Browser Time" (i.e. loadEventEnd - responseEnd), and I think this could be because of the Ajax requests from the pages.
My question is: where do Ajax requests fit in the PerformanceTiming process model? Is it in the "Processing" block?

If so, what's the best way to measure the Ajax execution time?
Processing, and theloadEventwaits for them. – Bergi Jan 30 at 13:47