GZIP compression always 1.00x on iOS Safari? -


i'm looking @ web traffic between ios 9.2 safari , our web server , see of our responses gzip-ed, factor 1.00x. we're not saving bandwidth, whole point.

does know going on here? overlooking something? or misconfigured? on desktop browser content compressed @ least factor 5.

thanks!

pascal.

enter image description here

actually, misinterpretation of safari webinspector. may find answer here: http://forums.tumult.com/t/turning-on-compression-enabling-gzip-on-your-server-to-speed-up-loading-times/4762/3

safari encoded, decoded, transfered, compression rate not reliable (or @ least, not have same meaning has in chrome/firefox/edge).

this "safari feature" has been pinpointed in 2014 here: https://stackoverflow.com/a/21943693/7173518

without "content length", safari lost in indicators. , there no "content length" on nginx dynamic gzip activated.

c.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -