views:

21

answers:

1

i have quite a lot of jquery files, like around 6 files, how can i sort them out. shall i put them all in one file, and upload it to a CDN, taking in account page loads etc.

p.s. im also using google jquery cdn!

+1  A: 

If you can put them in one file, compress them 'if not already compressed' and use your CDN, will give you the best loading performance.

Amr ElGarhy
thanks, i know this is a stupid question, but can compression ruin your syntax!! thanks
getaway