.htaccess - Is it feasible to use SSI (Combine CSS/JS files using htaccess) to speedup website? -
i went through article today http://isitvivid.com/blog/combining-your-cssjs-files-with-htaccess
and found can use htaccess file combile css , js files , thing called server side includes.
i usign gzip compression, keep alive feature , cache website. using ssi combine css/js speed website?
i'm sure speed site little bit combining assets, unless you're loading hundreds of things synchronously shouldn't expect more micro optimization. you're more speed benefits using defer
script tag attributes when loading script tags , minimizing css files.
Comments
Post a Comment