Note that there are some explanatory texts on larger screens.

plurals
  1. POHelp speed up website performance, especially in IE8
    primarykey
    data
    text
    <p>Where would you start if you were trying to make this webpage load faster?</p> <p>Site: <a href="http://www.gameonglove.com/" rel="nofollow">Game-On Glove</a></p> <p>It is JavaScript heavy because the goal was a one-page layout with light-boxed checkout. The hosting platform creates some limitations in the server side code department.</p> <p>If there's a Flash or JavaScript banner that anyone knows of that looks as nice, is XML-driven, and actually takes advantage of parallel downloads, please let me know. I chose to pre-load the bunch of 250px images that appear in our Flash gallery to take advantage of parallel downloads, which our Flash banner of choice doesn't take advantage of.</p> <p>Apart from that though, in the Firefox Firebug NET tab I see:</p> <ol> <li>Initial gameonglove.com request takes 6.75s. This seems high. I wonder if I could start reducing it by packaging up most of the JavaScript into external files.</li> <li>To reduce our massive number of images I could replace the white background with grey borders with some kind of rounded border instead of dedicating an image for each background.</li> <li>Facebook, addthis.com, and google-analytics.com downloads take about 7s, and put the rest of the page load on hold. Problem being, they wait for the <code>onLoad</code> event to fire I believe. I'm not sure what else to use as the event trigger, but I probably shouldn't have to resort to something else.</li> <li>I'm not entirely sure which hostnames to keep, and which ones to host on our server to optimize our DNS to parallel download ratio. </li> </ol> <blockquote> <p>Avoiding DNS lookups cuts response times, but reducing parallel downloads may increase response times. My guideline is to split these components across at least two but no more than four hostnames. <a href="http://developer.yahoo.com/performance/rules.html" rel="nofollow">http://developer.yahoo.com/performance/rules.html</a></p> </blockquote> <p>Help would be greatly appreciated.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload