How to best handle dynamic and static compression?
So the best output compression combination I've found so far (for IIS 7 @ 8) is to:Enable dynamic compression via IIS to handle all desired compression algorithms (gzip, deflate, br, etc.)
Fine-tun...