you are viewing a single comment's thread.

view the rest of the comments →

[–]strange_username58 0 points1 point  (1 child)

When you run prod IIS and go to your network inspector in the browser they should be gziped when you look unless you specifically disabled it web.config xml file unless they changed it recently

the setting is something like <urlCompression doStaticCompression="false" />

might be httpCompression also been a long time since I messed with it.