I have javscripts 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
9:53 UTC
Read the original article
Hit count: 214
I'm referencing my js files before the closing body tag, hoping they will be parsed last (as they're not needed untill 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 js?
© Stack Overflow or respective owner