Rewrite rule ignored by webpagetest?
|
01-12-2021, 06:23 PM
Post: #2
|
|||
|
|||
RE: Rewrite rule ignored by webpagetest?
I don't usually work on IIS machines and there were too many unknowns for me to narrow down the issue very much but some quick research combined with my experience with Linux servers led me to find these points to research further:
- IIS 10 has differences between 2 different versions and they handle compression settings differently (and the ordering of configuration directives matters). - IIS won't compress assets if it is computationally too expensive (an article suggested it would need to be using less than 80% CPU to honor compression requests). - Using and compressing fonts have lots of weird quirks like: (on Linux servers) the files themselves have to be set to 'executable'; only some font formats can be compressed; Open TrueType fonts seem to have 2 different MIME types (`font/otf` and `application/x-font-otf`) so double check that either/both is configured. - In Apache and Nginx, an admin typically has to restart or reload the server before configuration changes take effect, does IIS have the same requirement and if so, did you do so? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Rewrite rule ignored by webpagetest? - Mushu - 01-08-2021, 04:22 AM
RE: Rewrite rule ignored by webpagetest? - adaminfinitum - 01-12-2021 06:23 PM
RE: Rewrite rule ignored by webpagetest? - clubberz - 01-15-2021, 09:31 AM
|
User(s) browsing this thread: 1 Guest(s)