Sunday, September 13, 2015

iis 7 - IIS 8.5 - serving compressed file on first request

I've read this post.



It says that a file is compressed (on default) only if it was requested 2 times in a 10 seconds period.



How should I configure frequentHitThreshold and frequentHitTimePeriod for making the server compress and cache a static file before the first request? so when the first request comes, the user will be served with compressed file?



At the very least, I need the first request to be served compressed.



How can I do that?




Thanks

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...