Safari's initial page load delay... where to turn off or change?

Hi,
A while back I read that Safari puts a few seconds delay when loading a new webpage, .. and 4.03 still has it. I just can't find where it was that I read how to take it off.. Does any one know?
Basically I want Safari to start drawing the page as soon as it gets to it, kind of like opera does.
Just in case Why don't I just use opera? I prefer Safari, but I don't always need the initial page that is loading but a link on it... and I find myself waiting.. and on fast connection, just to load a page I shouldn't have to be waiting until the browser feels the page load is complete.
Thanks
Oscar

HI,
There's no delay feature that you are referring to in Safari. If you can find the article you read, could you please post it here?
Have you tried emptying the cache?
From the Safari Menu Bar, click Safari/Empty Cache
Also, try using Open DNS
Carolyn
Message was edited by: Carolyn Samit

Similar Messages

  • Page loading delay

    Is there a way to go in to Safari and set the page loading delay to a shorter time ?

    Empty Safari's cache (from the Safari menu), then close Safari.
    Go to Home/Library/Safari and delete the following files:
    form values
    download.plist
    Then go to Home/Library/Preferences and delete
    com.apple.Safari.plist
    Repair permissions.
    Start up Safari again, and things should have improved.
    If not, MacFixit have published a very detailed (very!) article on speeding up a slow Safari, here:
    http://www.macfixit.com/article.php?story=20070416000657464

  • Execute search programatically during initial page load.

    hi,
    when the page is initially rendered, i have requirement to have the page automatically retrieve rows that belong to the user (ie execute a search programatically)
    to achieve that i did the following -
    1. created search page using autocustomizationcriteria
    2. mapped all search fields to corresponding VO fields ( i intend to not override the default where clause since all my search can directly be mapped to a VO attribute)
    3.populated the userlogin value into the corresponding search field as follows -
    String lg = pageContext.getUserName();
    OAMessageLovInputBean lovBean = (OAMessageLovInputBean)webBean.findChildRecursive("searchLogin"); //the searchfield is a messageLOVInput
    lovBean.setValue(pageContext, lg);
    the behavior i was expecting is for the page to automatically generate the where clause since i populated the search field that is mapped to the VO attribute and execute the query (i did not invoke executequery() per dev guide) BUT instead it is executing a BLIND query with no where clause.
    would appreciate any insight into what i am doing wrong....
    thank you.

    hi, i had initially done the setting of the whereclause and executing programatically. however, when you do that, subsequently, the 'Go' button also needs to be handled programatically (including all search criteria whereclause generation) and then you loose all the features of the queryBean especially the different search options (eg like , starts with etc) on the Advanced Panel unless you code for all those features yourself...... NOTE - the need to handle the 'Go' button yourself happens even though after executeQuery() for just the initial page load, i reset the whereclause and whereclauseparams to NULL....
    i also do not have a formvalue associated with the searchlogin field.
    any other inputs please ?
    thank you.
    Edited by: user8249972 on Jan 28, 2013 10:22 AM

  • Any time I open Safari i get a popup for myvdrive? why and how do I stop this? yes my safari preferences are checked that popups should be turned off.

    why and how do I stop this? yes my safari preferences are checked that popups should be turned off. Also it pops up any time that I click anywhere to do anything in safari. Please help.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you boot, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • My iPhone 4S keeps taking my credit, im not using Safari or any internet apps, my 3G is turned off but it is still taking my credit. What's it doing?

    My iPhone 4S keeps taking my credit, im not using Safari or any internet apps, my 3G is turned off but it is still taking my credit, i topped up by ten pounds yesterday and it has already 6 pounds?! Im on Orange (EE)! Someone help please? Thanks

    Try restarting the phone
    Hold down the Sleep/Wake button and the home button together until the apple logo appears (ignore the ON/OFF slider) then let both buttons go and wait for phone to restart (no data will be lost).

  • Every time I try to use pages I cloud is "off" in settings.  I turn it on and go to pages only to find it turned "off" again.

    Every time I try to use pages I cloud is "off" in settings.  I turn it on and go to pages only to find it turned "off" again.

    A wild guess- any updates for the Pages app pending?

  • Place default checkbox value "in SESSION" on initial page load

    Oracle 11.2
    Apex 4.1
    Desire outcome: Chart renders on inital page load using default value of checkbox in query.
    I have a checkbox with a default (checked) value. It shows checked when the page renders for the first time but the value is not in the SESSION state. I use this value in a query for a chart. I do not want to use a Submit button so I have a dynamic action submitting the value for the checkbox and the chart refreshes as desired when I check and uncheck the box.
    I tried "Fire on Page Load" in the DA Execution Options, as well, but that caused a loop where the page renders and immmediately renders, and immediately renders, etc.
    Is there a declarative solution that submits the current, in this case default, values when the page is loaded? I only need and want the default values used the first time the page is accessed. This is the initial page of the application but I need the same behavior on all pages for the separate checkbox selections found there.
    May God Bless,
    Howard

    Howard (DBA in Training) wrote:
    If I remove the Default Value and add a Before Header page computation for the item with static assignment to
    a:bI get the 2 A/B checkboxes, both checked, and the value is set in session state.If you log in here, you can see it up close and personal!
    http://apex.oracle.com/pls/apex/f?p=21997:3 Login: Dever / Ima9Dever
    The Default Value colon-delimited string must contain the checkbox values, not the labels. In a static LOV the checkbox options are specified as <tt>label;value</tt> pairs. Thus in your checkbox LOV the labels are A/B, whilst the values are a/b. The values are case-sensitive.
    The Default Value should therefore be:
    a:bwhereas you've specified:
    A:BWith the checkbox item LOV Display Extra Values property set to Yes, APEX displays these extra values that are not included in the LOV definition as additional checkboxes. You can see this if you inspect the rendered checkbox elements in the HTML source:
    <input type="checkbox" id="P3_CHECKBOX_0" name="p_v01" value="a">
    <input type="checkbox" id="P3_CHECKBOX_1" name="p_v01" value="b">
    <input type="checkbox" id="P3_CHECKBOX_2" name="p_v01" value="A" checked="checked">
    <input type="checkbox" id="P3_CHECKBOX_3" name="p_v01" value="B" checked="checked">You get the a/b values defined in the LOV, plus the extra A/B values the LOV knows nothing about.
    ==== ) How do you keep it from setting/resetting these values each time the
    page is rendered?  The need is to do it only the very first time?  ( ====Put a Value of Item / Column in Expression 1 Is NULL condition on the Computation. Problem then is that the computation will be run if the user can [legitimately] deselect all of the checkboxes, either leaving you back where you started, or requiring the use of a further item to flag whether it is the really "the very first time" (which I find intellectually deeply unsatisfactory). This may be a sign that the control should really be a radio group that always has one option set, rather than a check box.

  • CSS on some pages is not displaying properly on initial page load.

    I'm running into an issue where a page loads and the styles do not render correctly. After the page loads, I can temporarily fix this by choosing: View->Page Style->No Style, then doing it again with: View->Page Style->Basic Page Style. Though when navigating away from the page and then coming back to it, I will have to do it over again.
    I'm experiencing this issue on v. 36.0.3 for Windows and v. 36.0 for Ubuntu

    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
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can check the Net log and the Network log in the Web Console (Firefox/Tools > Web Developer) to see how long it takes for content to arrive.
    *https://developer.mozilla.org/Tools/Network_Monitor
    You can also try to reset (power on/off) the router and maybe check with your ISP if it happens on more than one OS.

  • Safari hangs on page loading

    Hi all:
    Recently upgraded to Lion 10.7.3 now on Safari 5.1.3, It loads fairly well on most anything, but there are certain pages that it hangs and never completes loading on 2 or 3 specific and particular pages, that I never had a problem to load with previous version of Safari.
    These pages never load up and they are always the same, they end up in a never ending attempt to load. They use to load before with no problems
    I've trashed out the Safari cache multiple times with no results.
    Any ideas???
    Thank You.
    AppleLou

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    As Guest, test. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on some Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.) Post the results of steps 1 and 2.

  • SAFARI, FIREFOX, IE / PAGE LOADING STALLS

    I'm experiencing the same problem on all three browsers. When I open a new page in the browser window, the load process stalls -- usually when it is trying to load one of the last 2 or 3 items.
    This problem started about a week ago.
    I've cleared the caches, and deleted the cookies. I removed and reinstalled Firefox - my preferred browser.
    G4 / 933MHz / 1GB   Mac OS X (10.3.9)  

    Hi, Gary. From your description, it doesn't sound as if the browsers are stalling — it just sounds as though the pages in question weren't designed and thoroughly tested to load properly on various different browsers. Unfortunately, that's more nearly the rule than the exception: it's unusual for any page to be displayed exactly identically in two different browsers, never mind three or more different browsers. If the page-loading progress bar reaches completion, and you are able to use buttons and links that appear on the pages, then you're getting everything you can in each of the browsers you use — but not necessarily the same stuff in each browser. If you only had a single browser, you'd never know you were missing anything on the web sites you visit unless a freind who could see the missing features told you about them. With three browsers to choose from, use the one that most satisfactorily renders each web site you frequent. This may mean switching from browser to browser as you move from one web site to another. It's a drag, but the web site designers are to blame for failing to test and debug their sites more thoroughly.

  • Why does my macbook pro 2012 try to start up with an apple logo and loading bar and then turn off?

    I have tried to turn my macbook on and all i am getting when i push the power button is an apple logo and a loading bar which when it loads macbook turns off. I need this to do ubiversity work. Helplo!! It wont even let me atart it in safe mode.

    Try resetting the SMC and PRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM
    Boot to Recovery and try repairing the startup disk
    OS X: About OS X Recovery - Apple Support
    Reinstall OS
    OS X Yosemite: Reinstall OS X

  • When editing page styles, can I turn off the "changes you have made will be lost" warning on refresh?

    To reproduce:
    Right click an element -> Inspect Element.
    Uncheck any style value in the right-hand menu, or add one.
    Refresh (Command-R) now comes up with a warning that the Inspector will be closed and changes will be lost.
    Can I turn off this warning, or dismiss it using a keyboard shortcut?
    I guess there's the lingering feature request of keeping the inspector open on a page after a refresh, but that's a more involved change than turning off this warning. A simple boolean in about:config would be great.

    To reproduce:
    Right click an element -> Inspect Element.
    Uncheck any style value in the right-hand menu, or add one.
    Refresh (Command-R) now comes up with a warning that the Inspector will be closed and changes will be lost.
    Can I turn off this warning, or dismiss it using a keyboard shortcut?
    I guess there's the lingering feature request of keeping the inspector open on a page after a refresh, but that's a more involved change than turning off this warning. A simple boolean in about:config would be great.

  • HT4098 None of what auto renewal turn off is as listed in the help pages.  How do I turn off HULU trial before 7 days free is up?

    The help screens in the Turning off auto renewal are of no use.  Following the instructions to turn off HULU Plus subscription auto renewal is nonexsistent, since nowhere can a "manage subscriptions" option appear in my itunes home account page.  I am either blind or the step by step instructions are bogus?

    The help screens in the Turning off auto renewal are of no use.  Following the instructions to turn off HULU Plus subscription auto renewal is nonexsistent, since nowhere can a "manage subscriptions" option appear in my itunes home account page.  I am either blind or the step by step instructions are bogus?

  • Laptop load screen appears then turns off

    I turn my mac book pro on the load screen turns on and loads but then turns off.
    Any suggestions would help.
    Cheers

    - Try starting in Safe Mode
    OS X: What is Safe Boot, Safe Mode?
    - Reset the SMC and NVRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM
    - Boot to Recovery and repair the startup disk via Disk Utility
    OS X: About OS X Recovery - Apple Support
    Reinstall the OS
    OS X Yosemite: Reinstall OS X
    BTW, this is the Mac Pro desktop forum

  • Slow initia page load

    Hi there,
    I am experiencing another issue where loading the initial
    roboHelp home page can take up to 1-2 minutes. Once this page is
    loaded all subsequentrequests are fine. If I close the browser and
    wait an hour or so, I get the same slow response again. This
    happens even when I request the page on the server itself. I
    noticed on the server (win2000) dllhost.exe goes nuts taking up of
    50% CPU for 1-2 mins. Anyone got any ideas?
    Thanks for your time,
    Cam.

    It might be worth looking at any anti-virus software to see
    if that is the cause of the problem. I've seen instances with
    ordinary webhelp output where the initial load of the help took
    ages. Once the start page was assigned as "trusted" in the
    anti-virus software all was OK.

Maybe you are looking for

  • HP8615 Does not print in Windows 7

    Just installed this printer, network attached.  Every diagnostic says it's fine, and scanning works perfectly.  I ran HP Print and Scan Doctor with no errors, and test page prints fine.  However, when I try to print a PDF file through Windows print d

  • Please help : How to make the anomalistic table just like below?

    Hi all, How to make the anomalistic table just like below? Anyone can give the way detail or thoughtway ? http://61.132.17.188/webber/table.gif

  • Hp deskjet 2050a install failing

    I have a HP Deskjet 2050A that I am trying to install on Windows 7 (32bit). It had been succesfully installed previously and I had been using the software, however at some point I was not able to access the printer and tried re-installing. I have tri

  • Changing Backend system

    Hi, SRM 4.0 , Classic scenario , BE system - R/3 4.7 E. Because of business scenario, I want to change my back-end system.I want to know the implications of changing BE system on existing master data & transactional data. Also let me know whether it

  • Tell me about aaa

    I want to use radius for authentication and use tacacs+ for authorization help me!