[q]
Originally posted by: whoomp bstyle dingle
Thanks but I do not see any lag on the images. Its taking 5 seconds to load
the page, but only a max of 15ms to load my images. If you click the page, you
see all the images are there instantly, and you see the spry code for 4seconds,
then it finally becomes the results after that wait.
From Firebug;
Empty Cache Primed Cache
4.7K 1 HTML/Text
204.8K 2 JavaScript Files
11.8K 1 Stylesheet File
1.4K 2 CSS Images
33.3K 3 Images
256.2K Total size
9 HTTP requests
[/q]
That doesn't really mean anything.
</div><html xmlns:spry="http://ns.adobe.com/spry">
<script src="../../SpryAssets/xpath.js" type="text/javascript"></script>
<script src="../../SpryAssets/SpryData.js" type="text/javascript"></script>
<noscript>
<h1>Your browser has Javascript disabled.</h1>
<p> In order to view this page you need to have Javascript enabled. To enable
javascript check the following <a
href="http://www.google.com/support/bin/answer.py? answer=23852">documentation</a
> from Google.</p>
</noscript>
<script type="text/javascript">
<!--
var jobs = new Spry.Data.XMLDataSet("jobs.xml", "rss/channel/item",
{sortOnLoad: "spry:competition", sortOrderOnLoad: "ascending"});
//-->
</script>
that piece is code in incorrectly placed in your html.. I suggest to place it
in your header. Als you got a <html> tag after a header, it shouldn't go there
either. So validate your page, get everything in the right position. And try
again.
Also just as Kin said before, if you turn off javascript the server will still
have a considerable loading lagg.
I'm guessing you have Yslow, that will also mean you have firebug enable.