I have JavaScript code at the bottom of the page but images still load after?
Posted
by Haroldo
on Stack Overflow
See other posts from Stack Overflow
or by Haroldo
Published on 2010-04-01T09:47:03Z
Indexed on
2010/04/01
10:43 UTC
Read the original article
Hit count: 199
I'm referencing my JavaScript files before the closing body tag, hoping they will be parsed last (as they're not needed until last). However when I analyse activity with PageSpeed in Firebug, the images seem to be requested last.
How can I make the images higher priority than the JavaScript code?
© Stack Overflow or respective owner