compressing a website
jaysin <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.tips |
|---|---|
| Message-ID | <5fd5536b3121b3f1bd5671182eeec94e@osCommerce-Forums> |
This message was sent from: Tips and Tricks http://forums.oscommerce.com/viewtopic.php?p=187060#187060 ---------------------------------------------------------------- Just add these two lines to your .htaccess will increase speed of your website [code]php_flag zlib.output_compression on php_value zlib.output_compression_level 9 [/code] Basically this will compress the website upto level 9 which can be changed to any value between -1 to 9. To use this you must have zlib support enabled :wink: