How I can check gzip decoding time in the web browser?
Posted
by user293421
on Stack Overflow
See other posts from Stack Overflow
or by user293421
Published on 2010-03-14T14:48:28Z
Indexed on
2010/03/14
14:55 UTC
Read the original article
Hit count: 147
I want to check the performance of the gzip decoding speed in a web browser. In the Java or c#, we can easily check the gzip decoding time. But I can not measure the decoding time in the web browser.
plz help me. I want to check some decoding speed of gzipped html files. With JavaScript can I measure the performance.
© Stack Overflow or respective owner