I have a very heavy page and I am trying to better engineer the order in which elements are loaded, preload some stuff and strategically leave other things unloaded.
Chrome seems to load the bottom of the page before the top of the page? This seems counter intuitive and I wonder if I am doing anything to cause this. Is this normal behavior? Will Chrome load elements by the order they appear in the CSS or by the order they are called in HTML?