how to compress the html/js/style files in codeigniter ??? |
[eluser]bretticus[/eluser]
Yes, but even though this can be done with PHP it is much more efficient to let your webserver do this. mod deflate in apache can perform this for you. If this is a shared hosting server, well, unless your hosting supports this (they may already) I wouldn't worry about it. image files are usually compressed as much as they will compress and plain text files should be relatively small for a well-designed website. I'm not saying that compression isn't a good thing. I'm just saying that if you have to do it with code, it's too much expense for a little gain. |
Messages In This Thread |
how to compress the html/js/style files in codeigniter ??? - by El Forum - 09-07-2009, 12:36 AM
how to compress the html/js/style files in codeigniter ??? - by El Forum - 09-07-2009, 11:30 AM
how to compress the html/js/style files in codeigniter ??? - by El Forum - 09-07-2009, 11:36 AM
how to compress the html/js/style files in codeigniter ??? - by El Forum - 09-07-2009, 09:48 PM
how to compress the html/js/style files in codeigniter ??? - by El Forum - 09-07-2009, 11:07 PM
how to compress the html/js/style files in codeigniter ??? - by El Forum - 07-22-2010, 06:07 AM
|