[eluser]msteudel[/eluser]
One optimization that is often recommended is to load the css first, that way the user starts to see styles sooner making their user experience better. Looking at the way Carabiner loads in the jS and css it loads the css last, even if I declare it first. Any reasons on this? Note that I'm loading css first then js second, does it happen to load things in first in last out?