Saving historical timeline data using javascript api

Starting and stopping the developer toolbar timeline:

console.timeline("timeline1");
console.timelineEnd();

I am looking for a way to extract data from a timeline and send it to the server. Or activate browser timeline data. "I want to collect timeline data from people's computers while they are testing a web application.

Is it possible?

Thank.

+4
source share
1 answer

, , , Javascript. , , " " , console.time() console.timeEnd().

+1

Source: https://habr.com/ru/post/1533185/


All Articles