'Does Chrome's Content Download measure decoding time as well?
I am currently looking into the performance of downloading a compressed javascript file to my app.
I can look at the Network debugging tab to determine how long it took the download the file, something like this: Network tab
What I want to know is whether that 'Content Download' duration includes decompressing the compressed javascript file (compressed via gzip).
If it doesn't, where might this decompression duration be included?
Thanks all
Solution 1:[1]
I think it does count the time of decompression; I was trying to compare with wget the JS file, the time cost is much lower than downloading time in Chrome.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ariel Zehao Zhang |
