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