YSlow rule #9 – Make JavaScript and CSS External

Posted by & filed under Performance.

We’ve briefly touched this subject a number of times already. Making your JavaScript and CSS external simply means moving it from your HTML header to their own files, referenced as an external file in the header. So why does Yahoo think that this is a good idea? We’ve already discussed the possibility to cache resources… Read more »