Jump to content

compress website ???


runnerjp

Recommended Posts

Do you still have the code there? Because it shows up fine for me.

And what it does is that it checks what type of encoding the browser accepts ("gzip", "deflate" or none at all) and then returns the output accordingly. That means if the user's browser supports it, it will compress the content.

Try only using [code]ob_start("ob_gzhandler");[/code]
Link to comment
https://forums.phpfreaks.com/topic/17751-compress-website/#findComment-75772
Share on other sites

I don't think that's a good idea.  There are other ways to optomize a website.  And if you've done things like minimizing graphics, optomizing graphics, and using CSS layouts to minimize layout coding, then I'd look at your host to see if they have a slow connection.
Link to comment
https://forums.phpfreaks.com/topic/17751-compress-website/#findComment-76210
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.