I'm curious do you use the concatenation feature as explained below. Does it improve performance any or is it not necessary.
to use concatenation feature, the files should be placed in the same place. and links to the files should be like the following examples:
<link rel="stylesheet" href="path/to/file/cssfile1.css,cssfile2.css,cssfile3.css" />
<script src="path/to/file/jsfile1.js,jsfile2.js,jsfile3.js"></script>
Do you use CS-Cart merge CSS file and JS file feature or an they even be used with SO?
Also.. do you have any other performance tips?
Edited by solesurvivor, 18 September 2011 - 07:43 PM.