I analysed a web page URL with google PageSpeed insights tool. I have a question regarding the audit rule "Minimise Critical Request Depth" which shows what resources are loaded with a high priority in a web page. Below are the metrics data displaying in this audit rule. 1) URL (Resource URL ). 2) ms (?) 3) KB (Kibibyte). Minimise Critical Request Depth Audit Rule- Google PSI What is "ms" unit in data
"request": { "url": "https://images-na.ssl-images-amazon.com/images/I/11-GHD2FVCL.css?AUIClients/RetailSearchAutocompleteAssets", "responseReceivedTime": 1927422.779343, "endTime": 1927422.779348, "startTime": 1927422.76813, "transferSize": 1864 } enter image description here I'll accessing the same information using the google page speed insights api.
I have a couple of questions
- What does the unit "ms" stand? (displaying in google pagespeed insights tool)
- What does startTime, endTime and responseReceivedTime keys in API response data mean?
- How to calculate / which metric should be considered to map and get "ms" data from API (same as the way google pagespeed insights tool diplays it)?