All you need to do if your site is PHP is enable one single code on the top of your pages JS. Done. If you do this in a global file where all files use it that works well. But one thing they need to show users is further compression, where all strings in HTML and CSS are compressed in the source ton one or a few lines, removing extra breaks and extra formating that does not affect the page, just wasts space.
Google used to be just a simple search engine and now they direct us on what to put in our pages, servers, how to optimize, etc :)
You don't have to listen to them, only if you want to stay in business :)
BTW: when I enabled Gzip, my pages loaded around 0.5 - 1.5 seconds faster in average, so I recommend this to all. And recently Google is using page speed as a signal in calculating the ranking in results.
The illustration would have been more accurate and more entertaining to watch if Kevin would have deflated the ball, thrown the deflated ball at Eric and Eric would have inflated it with his own air.
having the server gzip on the fly to the browser is not just gziping all your html with gizp * though its just a setting in Apache and other servers. You don't need to do more than turn it on.
It compresses on the server -> sends smaller file -> uncompresses on client browser
As compression is cheaper on the computer than data sent on the internet
All you need to do if your site is PHP is enable one single code on the top of your pages JS. Done. If you do this in a global file where all files use it that works well. But one thing they need to show users is further compression, where all strings in HTML and CSS are compressed in the source ton one or a few lines, removing extra breaks and extra formating that does not affect the page, just wasts space.
anthonyrossbach 5 months ago
Google used to be just a simple search engine and now they direct us on what to put in our pages, servers, how to optimize, etc :)
You don't have to listen to them, only if you want to stay in business :)
BTW: when I enabled Gzip, my pages loaded around 0.5 - 1.5 seconds faster in average, so I recommend this to all. And recently Google is using page speed as a signal in calculating the ranking in results.
adrianTNT 1 year ago 4
The illustration would have been more accurate and more entertaining to watch if Kevin would have deflated the ball, thrown the deflated ball at Eric and Eric would have inflated it with his own air.
HDDante 1 year ago 14
but what im a programmer & I need to download the page. then it gives me this gzip shit. how can I make gzip decompressor ?
9578755 1 year ago
@9578755 If that's your question, you're not a programmer. lol.
RWOverdijk 11 months ago
@9578755 Edit heh: hire is the solution:
autoitscript[dot]com/forum/topic/111220-solved-decompressing-gzipped-binary-string/
9578755 9 months ago
Too bad that my web host doesn't support it. It's right there but unfortunately disabled. And they wont enable it except for dedicated hosting.
amitavarc 2 years ago
lol that was so cheesy... :P useful tho
andruha11234 2 years ago
but if the server doesnt support the file and everyone gets that same message back doesnt that mean the message is a auto bot message?.
returntosender666 2 years ago
having the server gzip on the fly to the browser is not just gziping all your html with gizp * though its just a setting in Apache and other servers. You don't need to do more than turn it on.
It compresses on the server -> sends smaller file -> uncompresses on client browser
As compression is cheaper on the computer than data sent on the internet
tristanbailey 2 years ago
That was kinda... childish even for Google.
Please add more videos for PROs Google.. Thank you
Reinova 2 years ago
Wow, were you guys directed to use more corn and cheese? ;-P
jemminger 2 years ago
Thanks,
any good resource for setting up gzip on IIS 6, Windows Server 2003
aish1108 2 years ago
Does gzip help with dynamic content,? For example pages with Querystrings,
Pages with extensions .asp,.php,.aspx ect...
aish1108 2 years ago
Yes, the server can gzip compress pages on the fly, after it is generated but before it is sent to the user.
mhdhussein 2 years ago
It does
boukevanderbijl 2 years ago