Jump to content

compressing pages


birbal

Recommended Posts

how to compress pages?i want to know brief info about page compressing.thank you.

Link to comment
Share on other sites

I'm not sure if this is what you're looking for, but boen and fmdpa are engaged in a discussion relative to compression herehttp://w3schools.invisionzone.com/index.php?showtopic=35283

Link to comment
Share on other sites

Copressing pages can be done withe gZIP of DEFLATE in various waysCompressing (PHP) pages can be done with

if(!ob_start("ob_gzhandler")) ob_start();

this will gZIP your page content

Link to comment
Share on other sites

The thread that thescientist linked to has helped me a lot. As I said in the thread, it seems to cut text-based files (especially CSS and JS) to as much as 20% of the original size. Just one more way .htaccess files are amazing me.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...