Welcome Guest, Not a member yet? Register   Sign In
how to compress the html/js/style files in codeigniter ???
#3

[eluser]Johan André[/eluser]
Well, js, css and image are usually static so combine and squeeze (using minify and cssmin) them and cache the result.
Serve the (minified) file from cache.

With javascript and css there tends to be alot of http-requests if you have alot of files. Combining all js to one http-request usually gives a more responsive site...


Messages In This Thread
how to compress the html/js/style files in codeigniter ??? - by El Forum - 09-07-2009, 11:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB