IIS 8.5
(I am not an expert in Website authoring)
IIS is hosting a private website (application pool).
Pages loading (without loading data from database) in browsers take arond 6 secs to be displayed (the same page opned then takes less time).
I have found out that by analyzing the HTTP traffic
Time spent from the request: 6 secs
Content encoded entity body (gzip): 15000 bytes -> 73000 bytes
File data: 73343 bytes.
I am not expert in web content, here my question:
Are 73 kb the content of file to be downloaded from the Web Server and loaded in the Page?
I have also checked the IIS log but I do not find any useful info.
Do you have any docs, link on how to better analyze IIS log?
Thanks four your help.