Emptying Safari's Cache?

Another problem with this disastrous Safari "update" is that as far as I can see you cannot empty safari's cache.  Is this true?   This is truly a terrible update and cannot understand how it even got passed!!!
Edit.  You apparently have to go to Pref---> Advanced then tick 'Show Develop Menu in Menu Bar'!!! 

Thanks a bunch for the info! I have taken an AppleScript & assigned it to an Automator Workflow which in turn I've assigned to iCal to schedule for a weekly or monthly emptying of Safari's Cache. Now websites will always load as they should!
Thanks for your help!
Nate

Similar Messages

  • Safari and cache?

    safari 4.04
    for an extended time I have had the recurring issue of safari becoming slower and slower... if I am at a site for example espn.. and engaged on a forum... I will encounter problems with posting messages... such as not being able to contact the site... safari just seems to progressively become more twitchy and sluggish over a period of use... my question?
    in an attempt to find some level of improving this situation... tried clearing the cache using the safari menu... after this not seeming to have an effect... went to my user library and looked at safari's cache size.. which was around 700-800 mb... what was interesting is after using the safari menu to clear the cache... the size of the cache folder changed very little... so I tried a more extreme approach and just tossed the entire safari cache folder in the trash and deleted... restarted safari and it appeared to be much more responsive... but what I also observed is that within a very short period.. couple of hours... bang up to 600-700 mb of cache...

    In the great scheme of things, that is not a very large cache. If your Safari seems slow:
    (First, if yours is an Intel Mac, check that Safari is not running in Rosetta, which is enough to slow it to a crawl. If you are running Snow Leopard, run Safari in 32 bit not 64 bit.)
    Adding DNS codes to your Network Settings, should gives good results in terms of speed-up as well as added security:
    Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    (An explanation of why that is both safe and a good idea can be read here: http://www.labnol.org/internet/tools/opendsn-what-is-opendns-why-required-2/2587 /
    Open DNS also provides an anti-phishing feature: http://www.opendns.com/solutions/homenetwork/anti-phishing/ )
    Wikipedia also has an interesting article about Open DNS:
    http://en.wikipedia.org/wiki/OpenDNS
    Whilst in System Preferences/Network you should also turn off 'IPv6' in your preference pane, as otherwise you may not get the full speed benefit (the DNS resolver will default to making SRV queries). If you want to know what IPv6 is:
    This is Apple's guidance on iPv6:
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8708.html
    Click on Apply Now and close the window.
    Restart Safari, and repair permissions.
    If that didn't do it, then try this as well:
    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 (in Disk Utility).
    Start up Safari again, and things should have improved.
    More useful information here:
    http://guides.macrumors.com/SpeedupSafari

  • Safari's caches

    Hello,
    This is hope above experience: does anyone know a way to empty Safari's caches from the
    command line?
    Big-big thanks if you can find a way,
    Mike

    Dear Folks,
    Thank you for the info. I deleted whatever you suggested and Safari did not stop working
    I am sorry that I did not answer you earlier. I did not know that notifications went to my .mac account and it seemed that nobody answered my question.
    Every version of OSX seems to be bigger and bigger.
    Dutch, French, ..., Spanish.lproj are in huge numbers, each group has some 3-6000 files.
    I have one hp printer but I got some 700 MB of files. A lot of culling is awaiting ...
    Mike

  • Safari not caching on iPad?

    When I open a new page then come back to the previous one, rather than just displaying the previous page just as it was when I minimized it by opening a new page Safari tends to redownload the page. This wastes time and bandwidth. I don't think Safari does this in my iPhone or desktop. I don't see any settings I can change. Is this normal? Does anybody else find it as annoying as I do?
    Another small issue is that when I open a new page Safari places the insertion bar in the Google search field rather than the url field. This too is annoying and a time waster forcing me to reposition the insertion bar. Is there a way to cause Safari to place the insertion bar in the URL field by default.
    Thanks.

    Hi Russ,
    Tap Settings in the Home screen then Safari / Clear Cache - Cookies and History.
    Restart your iPad. Press and hold the Sleep/Wake button until the red slider appears. Slide your finger across the slider to turn off iPad. To turn iPad back on, press and hold the Sleep/Wake until the Apple logo appears.
    Hopefully that will kill two birds with one stone.
    Carolyn

  • Safari incorrectly caches window.setTimeout in setTimeout loop

    I submitted an Apple bug report for this issue, but I wanted to post it to a public forum in case others have experienced this issue. It appears that Safari incorrectly caches the value of window.setTimeout (and does not respect new values to which it is set) if it exceeds a certain number of executions in a setTimeout loop. It's probably best shown through an example.
    To reproduce, create an HTML page with the following content, and open it in Safari with the JavaScript console open:
    <!DOCTYPE html>
    <script>
    var MAX_RETRY = 99;
    var count = 0;
    function retry() {
      console.log('retry called');
      if (count++ < MAX_RETRY) {
        window.setTimeout(retry, 10);
      } else if (next) {
        next();
    var next = function() {
      next = null;
      window.setTimeout = function() {
        console.log('fake set timeout called');
      count = 0;
      console.log('second retry attempts');
      retry();
    console.log('first retry attempts');
    retry();
    </script>
    All browsers except Safari correctly output the following to the JS log:
    first retry attempts
    retry called (100 times)
    second retry attempts
    retry called
    fake set timeout called
    Safari does not respect the reassignment of window.setTimeout after it has executed in the setTimeout loop too many times. It instead outputs the following:
    first retry attempts
    retry called (100 times)
    second retry attempts
    retry called (100 times)
    If you decrease the value of MAX_RETRY enough, Safari will eventually respect the new value of window.setTimeout. On Safari 6.0.5, MAX_RETRY seemingly has to be <= 8. On earlier versions of Safari, it has to be even lower.

    Thanks for the info! Very useful to not become crazy while debugging it

  • Safari redirect caching bug

    At some point recently, Safari's caching with respect to 302 redirects changed.
    I have the following setup:
    URL A is handled dynamically, and redirects the user to one of several possibilities.
    One of the possibilities is to redirect (302) to a static HTML page.
    If I start up a fresh Safari process then the first time I go to URL A, then it's handled correctly. Any subsequent attempts to go to URL A result in the browser immediately showing the cached static content, and never hitting A.
    This still works as expected (ie how it's been working for the last few years) on all other browsers, but it looks like this behaviour changed with the most recent Safari releases. It's true for Safari 7.0 on Mavericks and 6.1 (8537.71) on Mountain Lion.
    Obviously I can code round this, but the behaviour seems surprising.
    Neil

    I'm seeing this behavior on iOS 7 Safari, probably older versions as well though I've not confirmed yet.
    We have a web filter. When a web page is blocked, a 302 redirect is issued redirecting to a block page which tells the user that the site is blocked, why it is blocked, and lets them log in to bypass the block. Upon logging in, the user should not longer be redirected to a block page. Revisiting the blocked site, now unblocked, results in the 302 redirect again. The only solution is to clear safari cache and try again, but this is too complicated for the majority of users.

  • The Size or Non-Size of Safari's Cache

    Greetings:
    I know this question's been asked ad nuseum here and only because the answers back are more inscrutable than a Chinese crossword puzzle, which is bad enough, then you even get the "well, why do you even wanna do that??" Because I want to! Why don't Firefox and Omniweb users ever get the same silly replies? Sorry if I sound surly, but it's REALLY just a pair of simple Q&As: All I wish to know is 1.) How large is Safari's cache if it's size is non-adjustable and 2.) if it can be adjusted then how do you do it? That's all. On a separate note, I'd be using Safari exclusively if it just offered off-line reading of cached pages like iCab and Firefox.
    Thanks all,
    James Greenidge
    Using Safari 3.04 on 1.25gig eMac 10.4.11

    Which cache? There are several. They are set internally by Safari and not under user control, so it's not possible to know how much disk space the caches could consume. My guess would be around 10 MBs.

  • Why can't Safari's Download URLs see Safari's cache?

    You'd think that the typical pattern for this action is something like..
    browse to a web site, like what you see, want to import into iphoto
    but when I do that over dialup it wants to redownload every url I give to Download URLs. These urls are images and they are already in Safari's cache. It would be nice if automator actions that operate on content available to Safari could consulate Safari's cache. That way this Download URLs action wouldn't timeout each and everytime I use it.

    Maybe I'm missing something, but where exactly do you see Download URLs in Safari?

  • How do I empty Safari cache in Mavericks?

    How do I empty Sarari cache in Mavericks?  I can't get some websites to open.

    Safari / History / Clear History.

  • How do you empty safari cache?

    anyone know?

    You can use
    Safari > Reset Safari
    and unselect everything except 'Remove website data'.
    Alternatively, go to
    Safari > Preferences > Advanced
    and check the 'Show Develop menu in menubar' button at the bottom.
    In Safari's menu bar, choose Develop > Empty Caches.

  • Clearing Safari's cache - for website changes

    I'm modifying a website content. For example, I've just uploaded an image to replace an existing one. The new image is not displayed in Safari, even after:
    - Empty Caches
    - Restarting Safari
    Am I missing something? If I'm doing what I should be already, does it mean the ISP is caching this page beyond my control?

    This was an odd transient problem. Now every image is available after a page refresh.

  • Safari CSS caching bug

    I now have two clients that prefer to use Safari.
    The problem is that is appears that Safari has a really nasty
    habit of
    caching CSS files and not refreshing them. Anyone know of a
    workaround for
    that in Safari's settings or anything?
    -Darrel
    =================================================================
    Win prizes searching google:
    http://www.blingo.com/friends?ref=hM72-GU3FWzMFnTqhv-2GE1FNtA

    Safari > Empty Cache...
    James M. Shook
    http://www.jshook.com

  • How to empty safari cash

    I have been trying to empty my safari cash through the Develop- empty cash but it doesn't seem to work. Can someone let me know how to reset safari?

    I have the development menu activated and cannot get caches to clear at all. No matter how many times I ask it to. Like it is completely being ignored. Developing web pages and need them to update when requested. Any suggestions?

  • How do I reset Safari (clear cache) from the command line?

    I have a macmini that runs in Safari in kiosk mode. I would like to be able to ssh into it and clear the browser cache. I don't have access to the system via a keyboard or mouse. Which files do I need to edit? Do I need to restart Safari after I make changes?
    J

    I have a macmini that runs in Safari in kiosk mode. I would like to be able to ssh into it and clear the browser cache. I don't have access to the system via a keyboard or mouse. Which files do I need to edit? Do I need to restart Safari after I make changes?
    J

  • Secure Empty Trash & Trash Cache

    Am old Mac addict home user with Apple from day one but not a guru. Still have Apple IIE that runs like a clock. With 17 Macs in between, years ago when G3 would slow down, get sluggish and tired, I discovered that setting trash cache and deleting many thousands of cached files would invigorate the machine and restore it's original speed using Preferences in TechTool Pro V 3.
    Currently have TTP V4 in both G5 Pro Mac OS 10.5.6 and G5 Power Mac OS 10.4.11. Cleaning out old manuals got rid of TTP V2 and V3 manuals. Still have CDs but unfortunately no serial numbers. So, unable to open those programs. Micromat archives couldn't help. Also, unable to use TTP V4 preferences to set trash cache as there's no Preferences capability. Apparently it can be assumed there's no trash cache in current versions of TTP.
    Queried Micromat about trash cache who said to "Go into "System Preferences" --> "TechTool Protection". In the "Volume Usage" tab, you can set how many days you want TechTool Pro to save the "Trash History"." No joy as I couldn't figure out what that meant about "System Preferences" or how to do what they recommended.
    No problem as both G5s are operating fine. But, I'm curious.
    I use "Secure Empty Trash" exclusively shutting down my G5s. My questions: Does that shut down feature remove all data from the HD thereby eliminating the need for a trash cache? If there's still a trash cache, is there any way to set it? Thank you and regards. Ol' Jim.

    Did you get a response to this? There is no solution listed, but it’s marked Solved.
    I think you are right that there is no longer a Trash Cache. I did a search and it came up with two files called Trash Cache, both were dated 2002, obviously many systems ago which probably came over with Migration Assistant from previous computers.
    The TechTool Protection is new with TTP 5. You won’t see it in System Preferences with TTP 4. That’s probably why you couldn’t figure out what they meant.
    Secure Empty Trash writes over those files which makes them nearly impossible to recover, so I don’t think you need to worry about them.

Maybe you are looking for

  • Does not get option to Create DS for Hierarchies

    Hi Everyone, I have created Hierarchies and trying to load data using a flat file. I am performing follwoing steps:- 1] Create Hierarchies-Assign Nodes 2] Goto Infosource> Right Click Create Infosource Direct Update for Master Data> Give The name Sav

  • Parsing the XML on the client

    Hi , we are on 10g. The db is on unix and client is windows. we have to accept the xml file name in the oracle form, parse it and store it in the db. All should happen on the client as the user is not very comfortable with the FTP solution. All the e

  • Windows 8.1/Internet Explorer

    Hi-How do I tell if Internet Explorer (11) on Windows 8.1 (64-bit) opens in 64-bit or 32-bit natively. I thought I read some where that it opens in 64-bit unless you specify 32-bit. Thanks

  • CFObject  and java Class

    Hi, I am trying to call a java class using cfobject tag. I placed my all classes under D:\cfm\ecpay\classes folder . And add this path to jvm.config file. I am getting class Not Found Exception while running my page. Here is the code of cfobject <cfo

  • How do I install an app when the app indicates it is already installed, but it is not?

    I am trying to install NFL 2011, but the app store indicates this app is already installed,  but it is not.   The "install" button is already faint.