Page never completely loads (busy circle)

In Firefox the green busy circle (in the upper tab) stays in an endless loop indicating that it's trying to load something. Is this "normal"?  Perhpas it does this when there are audio clips that are set to not autoplay? I ran a site report. No errors found. Could it be something to do with the fact that I have java script references in the head and body?  If nobody can find any obvious errors then
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link href="ttt-css.css" rel="stylesheet" type="text/css">
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<link rel=”shortcut icon” href=”favicon.ico” type=”image/x-icon” />
</head>
<body>
<script type="text/javascript">
swfobject.registerObject("FLVPlayer");
</script>
</body>
</html>
This is the site ( http://www.junkyardwillie.com/ )
http://www.junkyardwillie.com/Scripts/
http://www.junkyardwillie.com/ttt-css.css

You do have a bunch of errors, including unclosed tags (visit the validator: http://validator.w3.org/ for a list of them), but I doubt that has much, if anything, to do with the continuous loading.
That has more to do with the number and size of the files the page is loading.
It does stop, after all of the audio and video files are finally downloaded.
Keep in mind, a single 3.39MB MP3 (which you have several of on the page) will take about 16 minutes to download on an average 56k modem connection of 3.5k/second. With 5-6 of those plus a video loading in the background, it takes a couple minutes to stop loading on my highspeed connection. Anyone using less than a cable connection is going to notice a long load time.
EDIT: It would load much faster if you gave the user a link to the audio files for download. You could also put the players in their own page and used an iframe that loads that page when the user clicks a link to hear the audio from the main page. The overall load time would be the same, if they click on each audio link, but if they don't, the page would finish loading more quickly than it does now.

Similar Messages

  • ColdFusion with IIS URL Rewrite - Page never finishes loading

    I am running CF10 on IIS 7.5 with URL Rewrite module installed.
    All the rewrite rules work perfectly and ColdFusion is returning the correct pages. In order to get the page displayed in the browser I have to manually set the 'content-length' value in Application.cfc like this:
    <cfcomponent>
    <cffunction name="onRequestEnd">
    <cfheader name="Content-Length" value="#getPageContext().getCFOutput().getBuffer().size()#" />
    </cffunction>
    </cfcomponent>
    Without this code the browser does not display the page. However, even though it is now displaying the page, it is not doing it correctly. The page never finishes loading fully and not all of the HTML content seems to be on the page.
    I have tried to add a <cfflush> tag after setting the 'content-length' but it makes no difference. I don't understand why this is happening but I know that it has happened to someone else who was using htaccess: http://forums.devshed.com/coldfusion-development-84/page-not-finishing-loading-coldfusion- and-htaccess-bug-575906.html
    Can anyone please help?

    Hi guys,
    I would like to do url rewriting on our CF app but am worried I'll break something if I try and do it myself - is there anyone who would be interested in a bit of consultancy to help us achieve this?
    I want to turn http://www.allchichesterjobs.com/search-results.cfm?sector=21&q=part-time-jobs
    into http://www.allchichesterjobs.com/part-time-jobs
    I've tried this using IIS and URL Rewrite, when I browsed to http://www.allchichesterjobs.com/search-results.cfm?sector=21&q=part-time-jobs
    my browser was redirected to http://www.allchichesterjobs.com/part-time-jobs ok - but then I got a 404 error
    I'm wondering if I can pay someone to remote view my screen while we talk on skype and tell me what to do?
    Hope it's ok to post this sort of request on here
    Thanks very much indeed.
    Nick

  • How to detect that ADF page has completely loaded with OpenScript

    In Selenium tests I use AdfPage.isSynchronizedWithServer to detect whether an ADF page has completely loaded. I attempted to do the same with OpenScript by doing something like:
    boolean loading = true;
    while (loading) {
    String[] result = web.document("/web:window[@title='*']/web:document[@index='0']").executeJsFunction("AdfPage.PAGE.isSynchronizedWithServer()", null);
    if (null != result && result.length > 0 && "true".equalsIgnoreCase(result[0])) {
    loading = false;
    } else {
    think(5.0);
    unfortunately this fails with
    ERROR [1] Error in section Run at line unknown. An unexpected exception occurred in the script. Script section: Run. Caused by: Exception occured.
    java.lang.Exception:
        at oracle.oats.scripting.modules.webdom.api.elements.DOMDocument.executeJsFunction(DOMDocument.java:1043)
    Anyone know how to call ADF JS from OpenScript or alternatively what is the recommended way to make sure that the ADF page has loaded completely ?

    Hi,
    when user logged in set a attribute in the session using
    sess.setAttribute("var","value");
    Now in ur JSP get this attribute if its null then ur session has expired an send the user to login page.
    sess = requset.getSession(false);
    String/Object  value = sess.getAttribute("var");
    if(value==null)
    //send it to Login page
    }

  • Web pages never fully load?

    My web pages are extremely slow to load since yesterday and some never fully load. I see at the bottom of the page the url and then it shows the number of completed items and errors. I checked with my isp and did a speed test and everything is fine there. I tried disconnecting an external HD and dumping some upgrades I installed recently as well as shut off plug-ins and still have a problem.
    I did install a new version of Safari 3.12, could that be it? Any suggestions would be greatly helpful. Thanks

    Problem resolved - I d/l the wrong one Leopard instead of Tiger.

  • Activity Stream Home Page never completes update

    As part of a Photoshop CC subscription I installed Creative Cloud which is set to launch at log-in.  I have the Mac version, running OS 10.8.
    Now every time I boot up my Mac the Creative Cloud app opens on the Home page with a "whirring circle" and blank screen as if it's trying to update to show my recent CC activty.  However the update never completes and the home screen stays blank.  All I can do is exit the CC app.  I have been forced to change preferences so the app in NOT launched at start-up.
    What causes this annoying behavior and how do I fix it?

    Hi 208bridge,
    Would it be possible to collect the following log files, put them in a zip file and upload them to your Creative Cloud account? And once uploaded, set the zip file as available for download and post the link here?
    These would be the log files
    ACC.log, NELog.log, PDapp.log (present in your user account temp folder).
    You can get to it by putting a %temp% in the run field on Windows
    On Mac launch Terminal from Applications > Utilities,
    - In terminal type cd ../.. to change up two directories - type ls and you'll see the tmp directory listed (note the l in ls is a lowercase L)
    - type cd tmp to change into the temp directory and ls again will list the files in there.
    - type cp <name of the file>~/Desktop
    You'll have to repeat the process for each file
    And the CoreSync*.log found in <user path>\AppData\Roaming\Adobe\CoreSync
    -Dave

  • Flash plays before html page is completely loaded

    A flash intro for a website's homepage starts to play before
    the html page
    elements are completely loaded and visible. The html page is
    not
    complicated so it would seem the flash is even slowing down
    the loading of
    the html and it looks bad, but not terrible. Is there a way
    to, like,
    prioritize the loading of the page elements?

    Sorry, I didn't design the HTML page but I'm sure it was
    tested in a few
    different browsers. I'm not sure if it happened on all or
    some. The sites
    already live so the designer did not think it was a problem.
    Just thought
    there may be a stacking order or something that would load
    the background
    before the Flash starts playing. Thanks for your help.

  • Is it possible to place Facebook games using Firefox? Everytime i try, they never completely load.

    I have recently changed my ISP, therefore, i know my computer is not the problem, although some of the settings may be. My new ISP, AOL, instructed me to use Firefox for playing Facebook games, and that has not worked either. Every time i have attempted to log onto the game, it loads to the EXACT same place and that is it. Never any further. I have no idea what is going on, or how to correct it, since there are no error messages being given or any type of messages for that matter. It just sits idle. Please help!!!

    Ever since I upgraded firefox to 3.6 I can't play most of my facebook games. I use windows vista home basic. I have uninstaled flash player and reinstalled it numerous times..I don't know what to do.
    Thanks for any input!

  • Everytime I load a page or open a new tab everything freezes until that new page has completely loaded(i do not have the switch proxy add-on)

    That is exactly what is happening if you have more questions send me an e-mail.
    == This happened ==
    Every time Firefox opened
    == 1 month-ish

    You only see items on the about:newtab page if the history is enabled and the browsing cache is working (stores thumbnails).
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history"
    *http://kb.mozillazine.org/Viewing_the_browsing_history_-_Firefox
    You can check the current cache usage on the about:cache page and in Tools > Options > Advanced > Network > Offline Storage.

  • When I open my browser the first page never finishes loading. I just upgraded to 4 and have installed/uninstalled two times. Running Vista. Must use IE for now--help!

    Started immediately after upgrading to 4. I am forced to use Task Manager to close the window. Oftentimes doesn't work for several minutes. Tried to get prior version back but cannot locate to download. I'm using IE which i hate.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Apple disscussion page fails to load

    strange but this is the only web page that behaves this way.
    the page never completely loads all the images.
    sometimes the "sign in" button is missing,
    sometimes it's the icons at the top that are
    replaced by a small question mark?
    such as "training" and/or "specifications"
    sometimes the icons at the right
    anyways, this is very strange
    using latest safari
    tried cleaning all caches "cache out x"
    enabling and disabling caches and icons "safari enhancer"
    nothing seems to help
    do i need to donate the powerbook and get a new one
    or can i fix this

    You may want to check out this (very long!) thread about "SSS" (slow Safari syndrome): http://discussions.apple.com/thread.jspa?threadID=258133
    There are a number of tips in it that might help.

  • IPlanet HTTP 404 not shown , Page never loads

    Hello,
    We have one of the Iplanet Web Server 6.0 SP2 running on Solaris.
    Whenever a http request is made to the web server for a non existing file, the Browser (web Server) does not responds with a default HTTP 404 Error page. The Browser page never completes the loading.
    Ideally following things should happen:
    1) web server should respond with a HTTP 404 error page.
    2) There should be an entry in access logs for this request
    3) There should be an entry in error logs for this request.
    All the above things do not happen at all.
    May be due to this a connection remains open for every such request.
    After a period of @ 2-3 hours the server hangs.
    Other instances are running fine and also respond with a 404 page for such request.
    Any idea where can I check whether the server has its default http 404 page intact, or the default page itself is not there?
    Any solution for this problem?
    Thanks.

    No actually not the log files but the error responses files. But if you changed them you would know about them ;-)
    I would find out with truss -wall -rall -eaf -p <pid of the webserver> so see why he keeps on putting an error. (for the pid you need to check all the process i don't which one you need).
    To enable a customized error response, follow these steps:
    1. From the Class Manager, click the Content Management tab.
    2. Click Error Responses.
    3. Choose Entire Server from the resource picker to apply your >change to the whole class, or navigate to the document root for a >specific virtual server, or to a specific directory or within a specific >virtual server.
    4. For each error code you want to change, specify theabsolute
    path to the file or CGI that contains the error response.
    5. Click OK.

  • Since upgrade to firefox 10 pages naver finish loading , this only happens in firefox

    I jus upgraded to firefox 10 and since then some pages never finish loading , the websites are random sometimes the load fine sometimes they dont

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *http://kb.mozillazine.org/Error_loading_websites
    *https://support.mozilla.org/kb/Error+loading+web+sites
    *https://support.mozilla.org/kb/web-pages-dont-load

  • Od on page stuck at loading

    when I go into firefox menu select ad ons it shows the ad ons, themes, plugins menun on left but the page never finishes loading
    I am using windows 7 64bit, firefox 14.0.1 funnelcake july 2012 mozilla13 - 1.0, firefox is up to date. I tried disabling java based on other topics in forums and it did not help.

    First, try to reset Firefox. [[Reset Firefox – easily fix most problems]]. This simple step will eliminate many Firefox problems with only one click.
    A few other basic trouble shooting things you can try is this:
    Run all Windows Updates, install all needed service packs, etc.
    Update your graphics driver (Firefox uses your graphics card for some rendering, and an out of date graphics card driver can cause problems. [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    Update all your plugins (Flash, Java, etc.): [http://www.mozilla.org/plugincheck/ http://www.mozilla.org/plugincheck/].
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. You can uninstall this program after you clean off any infections.

  • Load the document in Firefox (click gmail "Documents") error: The page isn't redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    load document in Firefox (clicking gmail "Documents", error: "The page isn't redirecting properly. Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    * http://kb.mozillazine.org/The_page_is_not_redirecting_properly

  • I try to go to certain websites that I've had no problem going to before, and suddenly, it says, "Page cannot complete because the server is loading in such a way that it will never complete." I've tried erasing my cookies, and it still persists. Help!

    I tried going to a site that I've never had problems loading before, and suddenly it says, "Page cannot load because the server is loading in such a way that it will never complete." or something along those lines. I've tried clearing my cookies, but the problem persists. Help!

    If clearing the cookies doesn't help then it is possible that the file <i>cookies.sqlite</i> that stores the cookies is corrupted.
    Rename (or delete) <b>cookies.sqlite</b> (cookies.sqlite.old) and delete <b>cookies.sqlite-journal</b> and <b>cookies.txt</b>, if they exist, in the Firefox Profile Folder in case the file cookies.sqlite got corrupted.
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder

Maybe you are looking for

  • Choose for Selection option in ALV report

    Hi SAP experts, There is a requirement of using the functionality of Settings->Field for selection functionality in our ALV report. Please suggest some way to implement it. I am attaching the screenshot. This functionality i need to use in alv report

  • Logic Pro 9 and GarageBand '11 won't recognize MIDI controllers

    Hi there, I have two MIDI controllers that are not getting picked up by Logic or Garage Band and I'm unable to figure out why. I'm running Mac OS 10.9.4 (Mavericks) on a Mac Mini with a 250 GB SSD and 4 GB of RAM. Setup 1 is a simple Acorn Masterkey

  • I want to change my apple id email?

    When i try to change it on account manager, it says i 'can not change my email to my security email' my security email is the email i want to use as me main email, but i have no idea how to change it? i dont really want to make a new email as i use m

  • What is the function of Node Manager in WLS 8.1 SP4

    Hi, I was trying to understand the real function of Node Manager. During my install I had install Node Manager to run as Windows Service (w2k server). I was wondering as to how i can setup Node Manager to monitor my manage servers (from what i know i

  • Tbl exporting to Quicktime mov file

    need to make a mov file from a timeline with SD dv avi video.  On a win 7 i7 920 PC machine--I can export as avi fine but one person wanted an mov file so they can re-edit. I chose export,  Quicktime, Ntsc dv and the video codec 1st choice is dv25 nt