4
Sep

[RAILS] Javascript inclusion

YSlow says I should move my scripts to the bottom.
It sounds somewhat reasonable since no DOM manipulations can take place, unless the DOM is fully loaded.

Moving the scripts to the bottom will allow the user to see most of the page without waiting for that 400kb of javascript to load. But…

Read more »

posted by gchatz No comments