I am interested in measuring and recording page load performance AFTER returning the original body from the server. In other words, as soon as the browser has HTML code, when it is loaded, all pages, css and javascript on the page will be processed and executed using the first jquery block ready.
What is the best way to run performance tests? Most of what I read tends to focus on server response and data loading. However, most of the time the user waits after this. Is there anything there to help with this automatically?
source
share