Joined: 03 Aug 2007 Posts: 256 Location: A'dam/Diemen, The Netherlands
Posted: Fri Jan 09, 2009 11:13 am Post subject: [javascript][css] Serving javascript fast ! / Serving CSS fast !
Need to serve your javascript or css files really fast ?
Do you have the need to low connections to speed up the process?
Then read on
The problem with many files is that your browser needs a connection to "get" the file.. Creating/setting up such a connection takes time, and you don't want that to happen too much...
If you need prototype and some other javascript files you want them served as quickly as possible.
Using a combined javascript file OR PHP to combine all them could be an answer to our problem.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum