javascript - IIS custom header to show request time -


is possible have iis (7.5) attach custom response header showing request time (in milliseconds preferably)

background, im trying find way of collecting absolute load time of page, absolute start finish, seems good/simple way of doing opposed other solutions require "startup" time load js etc etc before can start keeping track doesnt give genuine representation


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -