Freezes when opening 2 pages from the same domain

Using version 15.0.1
Having a constant problem.
I am accessing php pages on my web server.
Each of 2 different scripts (same domain) can take up to 20 seconds to complete and display the result to the browser. This is expected and working as expected.
What I don't understand, is that while the first tab is opening the first page ( eg. page1.php ) the second page ( page2.php ) that I am trying to open in another browser tab, is completely unresponsive until after the first tab has completed.
I have tested in I.E. and this problem appears to be unique to firefox.
Problem has been an irritation for at least the last month. I cant confirm if it was present before that.
Suggestions please.

Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
*Do not click the Reset button on the Safe mode start window or otherwise make changes.
*https://support.mozilla.org/kb/Safe+Mode
*https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
*http://forums.mozillazine.org/viewforum.php?f=25
The helpers at that forum are more knowledgeable about web development issues.<br>
You need to register at the MozillaZine forum site in order to post at that forum.

Similar Messages

  • When I open Pages from the dock, the page comes up but immediately hangs up with the

    When I open Pages from the Dock,  the page comes up on the screen but immediately hangs up with the rainbow circle spinning.  I finally have to force quite to make it go away.  It does not ask me to choose a template.  This is sporadic, sometimes working, sometimes not.  What is going on?

    Helo,
    Did you try to delete Pages' preferences file(s) in the folder your-user-name/Library/Preferences ?
    There are one or more (depends on your OS X version) file like "com.apple.iWork.Pages.plist"
    You can also repair permissions with Disk Utility in the folder Applications/Utilities.
    Choose the hard drive were Pages is and click the button "Repair permissions".
    Or you can re-install Pages.
    Hope this will help.

  • I downloaded Maverick and now I can't open pages from the Dock.  The Pages icon just jumps up and down abut doesn't open.  However, I can one pages by clicking on the App. I have an iMac with iWork 08.

    Since upgrading to Maverick from Mountain Lion I am unable to open Pages from the Dock.  When I click on the pages icon in the dock the icon just keeps bouncing up and down.  However, I can open pages by clicking on the icon in the Apps folder.  No problems prior to upgrading to Maverick.

    Quit Pages. Drag its icon out of the Dock. Create a new one by dragging the application into the Dock. Test.

  • I cannot open Pages from the app or from a saved document on the desk top.  I get an error: "The application Pages cannot be opened  -1712"  Any suggestions?

    I cannot open Pages from the app or from a saved document on the desk top.  I get an error: "The application Pages cannot be opened  -1712"  Any suggestions?

    The following previous discussion has a solution that worked for a variety of people with the -1712 error on a variety of applications and may help: The application Safari can't be opened -1712

  • Force a window browser window close when open docs FROM THE KD

    We have an issue when opening documents from the kd a browser window opens, then the office doc opens. But it leaves the blank browser window there open. I have looked into it, and it appears the ptcommonOpener may be able to be modified with a piece of javascript "currentWin.close" in the href that gets built with the link.
    Does anyone have any experience with this or another way to do it.
    Thanks

    the problem has been solved for me following the process :
    1 -close entourage
    2 - start and follow the complete reconstruction of the entourage database ;
    3 - in the "entourage" menu, disable "office reminds" or "office recall" (i don't know the exact name because my entourage is in french)
    For me it has worked. when i click on the dock entourage shortcut it opens without showing the new message windows at start.

  • When openning firefox from the task bar it opens to the last page viewed how can I change that

    Whenever I open Firefox from the taskbar or the desktop icon it opens to the last session pages. Is there a way to change that back to the homepage.

    hello svicinanza, that is probably caused by the user.js file in your profile (it shouldn't be present anyway in case you haven't created it manually, since it can be used to overwrite your custom preferences).
    in order to resolve that, go to the firefox ''menu ≡ > help ? > troubleshooting information'', click on ''profile folder/show folder'' and close all firefox windows afterwards. a windows explorer window should open up - in there delete the file named '''user.js''' and restart the browser.
    [[How to fix preferences that won't save]]
    afterwards try to set the options for your homepage in the firefox menu again: [[How to set the home page]]

  • The dialog box open twice when open file from the server

    I use the following code to download/open file from the server:
    <%
    String filename = "MengxianhuiDocTest.doc";
    String filepath = "D:\\";
    response.setContentType("APPLICATION/OCTET-STREAM");
    response.setHeader("Content-Disposition",
    ??attachment; filename=\"" + filename + "\"");
    java.io.FileInputStream fileInputStream =
    new java.io.FileInputStream(filepath + filename);
    int i;
    while ((i=fileInputStream.read()) != -1) {
    out.write(i);
    fileInputStream.close();
    out.close();
    %>
    If the application runs, the Open or Save dialog box display.When I select open the file,
    the dialog box will display twice.
    Pls help me.
    Thanks.

    thx
    but I tried it and it did't work.
    The dialog box also display twice.

  • Any way to turn off errors when updating pages from the template?

    I'm using Dreamweaver MX. My site is huge. It's an intranet
    spanning dozens of departments. Some of those departments have
    subsites that don't fall under the intranet's control, although
    they are embedded within our site's folder structure. When I make a
    change to the template and update pages, every time I hit one of
    those subsites I get tons of errors, from "template not found" to
    "unmatched body tag". The errors that pop up each have to be
    clicked on before the updating can continue. I get hundreds of
    these.
    Is there any way to make errors not pop up while updating
    pages from the template? Or even to exclude certain folders from
    being checked? (Cloaking doesn't do it.)

    > I'm using Dreamweaver MX. My site is huge.
    Both of these are problems, I'm afraid. Combining that with
    templates is
    really trouble.
    > "unmatched body tag".
    Errors such as this are definitely caused by errors in your
    page itself.
    Can you show me a page where you would get this?
    > Is there any way to make errors not pop up while
    updating pages from the
    > template? Or even to exclude certain folders from being
    checked? (Cloaking
    > doesn't do it.)
    Valid code will not produce these errors. Unfortunately, the
    only way to
    avoid them is to remove any validation hiccups from your
    pages.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "abna" <[email protected]> wrote in message
    news:f14ue2$pk5$[email protected]..
    > I'm using Dreamweaver MX. My site is huge. It's an
    intranet spanning
    > dozens of
    > departments. Some of those departments have subsites
    that don't fall under
    > the
    > intranet's control, although they are embedded within
    our site's folder
    > structure. When I make a change to the template and
    update pages, every
    > time I
    > hit one of those subsites I get tons of errors, from
    "template not found"
    > to
    > "unmatched body tag". The errors that pop up each have
    to be clicked on
    > before
    > the updating can continue. I get hundreds of these.
    >
    > Is there any way to make errors not pop up while
    updating pages from the
    > template? Or even to exclude certain folders from being
    checked? (Cloaking
    > doesn't do it.)
    >

  • Prevent cross-scripting from the same domain

    Hello,
    i have 2 swf files, example1.swf and example2.swf, both on
    the same domain.
    I load example2 in a Loader control (Flex) from example1.
    I want to prevent example2 from accessing (cross-scripting
    actionscript) example1. It seems that it can't be done because both
    files are on the same domain.
    I can't solve this problem by moving example2 to another
    domain and then use Security.allowDomain, because i don't have
    access to the source of example2 : and i have to be able to access
    example2 from example1, but have to deny access to example1 from
    example2 (always talking about cross scripting here).
    Any ideas on this?
    I looked at LoaderContext without any success.
    To sum it up: i want to load example2 inside example1, allow
    scripting from example1->example2 and deny scripting from
    example2->example1. All this using a Loader control in Flex.
    tnx,
    Gregor

    Hello,
    i have 2 swf files, example1.swf and example2.swf, both on
    the same domain.
    I load example2 in a Loader control (Flex) from example1.
    I want to prevent example2 from accessing (cross-scripting
    actionscript) example1. It seems that it can't be done because both
    files are on the same domain.
    I can't solve this problem by moving example2 to another
    domain and then use Security.allowDomain, because i don't have
    access to the source of example2 : and i have to be able to access
    example2 from example1, but have to deny access to example1 from
    example2 (always talking about cross scripting here).
    Any ideas on this?
    I looked at LoaderContext without any success.
    To sum it up: i want to load example2 inside example1, allow
    scripting from example1->example2 and deny scripting from
    example2->example1. All this using a Loader control in Flex.
    tnx,
    Gregor

  • SIMBL Error when opening Safari from the desk tray

    I get a SIMBL Error when I open Safari from the desk tray. The error reads:
    SIMBL Error: Safari 3.0.4 version 523.12 has not been tested with plugin PCB (null) (v19).
    Any idea on the origin of this error? I have recently turned on parental controls -- could that have anything to do with the PCB plugin? Where do I see a list of installed Safari plugins?

    The PCB error is related to a Parental Control Bar plug-in which is incompatible with the recently updated Safari
    http://www.parentalcontrolbar.org/
    To eliminate the error, ...
    "This is probably installed under Macintosh HD > Library > Application Support > SIMBL > Plugins > PCB.bundle. If you simply remove this, Safari should be happy. (If you installed it somewhere else, then just use Spotlight to find PCB.bundle.)" Taken from Apple Discussion Board, Topic : Safari 3.0.4: Plugin-not-loaded alert window
    I have not re-installed the plug-in so cannot comment as to whether it is updated for Safari 3.04. Otherwise, error disappeared.

  • New tab page shows multiple sites from the same domain

    For example in the grid of sites it may show multiple pages from e.g. stackoverflow.com instead of just the single base domain stackoverflow.com (or alternatively the most used of the pages). Is there any way to limit each domain to a single page in the quick links tableau? In my opinion having multiple pages is not at all a navigational aid as sites generally provide their own internal navigation.

    This allows you to group the tabs as well [https://addons.mozilla.org/en-us/firefox/addon/new-tab-plus/ New Tab Plus] however it is preliminary.

  • IMac freezes when opening finder from Safari or other applications to import files

    Hello,
    I have an iMac late 2013 27inch
    When I'm in Safari and want to upload a picture or file from the HDD, finder opens but then there is the rainbow circle and the whole Safari freezes.
    Same with other applications like Prezi.
    I don't know what to do !!
    Maybe its because of Dropbox?
    Please help.
    - Sebastian

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Z1 freezing when opening basic apps, the power button isn't working either

    Many apps (including basic ones eg. Camera, Contacts) make the phone freeze for a second, then I just get the "not responding"error. When I press the camera icon I just get a black screen. Exporting contacts also makes the phone freeze for a few  seconds. So does Facebook, so does Youtube, so does most of the apps in my phone. I can turn of my phone manually holding the power off key, but if I want to boot it back up I have to do the force restart thingy (when you hold like 2 buttons at the same time) because holding the power key doesn't turn the phone back on. 
    I've tried everything from safe mode to the red button thing, but nothing helps.
    Help please

    Boot the phone in safe mode:
    http://talk.sonymobile.com/t5/FAQ/How-to-boot-your-phone-into-safe-mode/m-p/348008
    All we have to decide is what to do with the time that is given to us - J.R.R. Tolkien

  • Error when opening page with the web browser activex

    I have downloaded the example for using the web browser activeX component to display a web page. It basically works, but it keeps returning an error (from NI's web site) that I don't see when opening the site from IE. The message I get is:
    Are there things that need to be initialized when calling the browser in this way?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

    Mike,
    It looks like ni.com is not supplying that particular console object which is causing an issue with the embedded instance of IE9. Every other website I've tried works correctly. I've looked around the ActiveX methods to intercept and ignore this error, but I haven't found anything yet.
    For others' reference, here is the link to the example:
    https://decibel.ni.com/content/docs/DOC-2042
    Karl G.
    Applications Engineer
    ni.com/support

  • I am able to load some pages from a particular website while other pages from the same site give the error "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

    I am able to access some directories on the website without any problems while I get the "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." error for other directories of the same site.
    == URL of affected sites ==
    http://www.safelistgrande.com

    Suddenly from yesterday I am getting this error while trying to opening gmail

Maybe you are looking for

  • PI 7.1 doesnu00B4t show DB02 history

    Hi friends, We have an NW PI 7.1 running on oracle 10.2.0.4 and AIX 6.1. I´am trying to view the Tablespace size history in TX:DB02 but when I view the table space detail layout in the tab of history, It shows me just the history by week and months b

  • But in ipad page there is no ipad 3 and ipad 4 ithink that ipad3 is that wahat you call the ipad 2 and the ipad 4 is the ipad 3 right

    but in ipad page there is no ipad 3 and ipad 4 ithink that ipad3 is that what you call the ipad 2 and the ipad 4 is the ipad 3 right

  • Jre 1.3.1_02 clown icon ?

    i have jre 1.3.1_02 - installed with the opera 6 registered version browser. the java console also appears as an internet explorer plug in - the initial installation installed 2 copies of this jre into my i.e. browser and seems they are both 'damaged

  • ERROR URGENT HELP!!!!!!!!!

    Hi I have made a portlet with pl/sql, on the Edit Default I have to edit the way the information in my portlet It's going to be display, to do that I storage the code on a table in bd and when I clicked Edit Defaults I get this code from db and put i

  • Safari 3.2 windows kerberos

    Hi, I can't use Safari 3.2 on windows with authentication kerberos. On customer desktop when i try to connect with a server with kerberos, it dosen't work and my page remaind blank. I don't see any paramater to change this. Does it NTLM or realyy ker