Results 1 to 4 of 4

Thread: Why Does My Page Take Forever to Load?

  1. #1
    Join Date
    Oct 2008
    Location
    Brooklyn, NY
    Posts
    27
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Why Does My Page Take Forever to Load?

    http://americanchic.net/blankgrid.html - I noticed that when loading the page for the first time in my FF and IE browsers, the page takes almost a minute to completely load (the little loading circle icons keep moving round and round and the top of the browser - I figured that this meant that the page is still loading). What might be causing this?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Well there is no myul. But your page loads quite fast here in those browsers and in Opera. I do have 100mps connection though.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Oct 2008
    Location
    Brooklyn, NY
    Posts
    27
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    Well there is no myul. But your page loads quite fast here in those browsers and in Opera. I do have 100mps connection though.
    What is "myul"?

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    From the page's source code (highlighting added):

    Code:
    window.onload=function()
    	{
    	ray.randomPic('myul','default'); // ID of the ul element and the id of the target image
    	}
    Which triggers:

    Code:
    randomPic:function(el,targ)
    	{
    	var img=document.getElementById(el) . . .
    So, either get rid of the onload code, or make sure all of the markup that the function it triggers is expecting exists.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •