What is better / faster?
We need a short and fast file structure for a javascript / ajax web app
rs -> c (for css files)
rs -> j (for js files)
rs -> i (for images)
or:
-> stylesheets
-> scripts
-> images
or:
-> css
-> js
-> img
does it make any difference if the urls are shorter?