Why is Finder so slow in OSX 10.9?

Recently installed the new "free" upgrade to OSX 10.9 on my early 2008 Mac Pro (with 32GB RAM).  Didn't notice much difference in performance, except in Finder.  Before the OS upgrade, Finder was instantaneous.  Now, It takes upwards of 30 seconds for a right hand column to populate when clicking on a folder (sometimes longer).  Is my older architecture?

Please read this whole message before doing anything.
This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
The purpose of this test is to determine whether the problem is localized to your user account. Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
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.
Test while logged in as Guest. Same problem?
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.
*Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7 or later, then you can’t enable the Guest account. The "Guest User" login created by "Find My Mac" is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.

Similar Messages

  • Why is Finder so slow?

    After a fresh boot, Finder operates with the responsiveness I would expect.
    However, after I've been running the Browser, Mail and Xcode for a few hours, Finder gets into a state in which each click on a folder takes 10 seconds to reveal the folder contents.  It doesn't matter what folder.  I can even eliminate all apps from running (Browser, Mail, Xcode, etc.) and it doesn't get any better.  The only remedy is to reboot.  So, I'm rebooting at least twice a day.  This is pretty terrible.
    I've seen others complain about this too but with no good soluitons.
    Activity Monitor shows the CPU is utilized about 1% and even when I'm waiting the 10 seconds for Finder to reveal a folders contents it's about 1%.
    And the "Memory Pressure" is all in the green zone.
    I do not use any network Shares (drivers) but I do use an 2nd (external) monitor.
    Does anyone have any tricks that are known to help?

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) on the advice of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.evenflow.dropbox com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; BI () { $PB\ :CFBundleIdentifier "$1"; }; LC () { $2 launchctl list | awk 'NR>1 && !/0x|\.[0-9]+$|com\.apple\.(AirPortBaseStationAgent|launchctl\.(Aqua|Background|System))$/{print $3}' | grep -Fv "$1"; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps Model; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^EO]|x([^8]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm POST; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/s/^.*://p' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;/Apple|Intel|SMSC/d;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm Heat; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=; fdesetup status | grep -q On && o=On; Ps FileVault; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel log"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; bi=`egrep '\.(kext|xpc)/(Contents/)?Info.plist$' <<< "$sys" | while read i; do [[ -f "$i" ]] && BI "$i"; done`; o=`kextstat -kl | grep -Fv "$bi" | cut -c53- | cut -d\< -f1`; Pm "Kernel extensions"; li=`egrep 'Launch[AD].+\.plist$' <<< "$sys"`; jl=`while read f; do [[ -f $f ]] && $PB\ :Label $f; done <<< "$li"`$'\n'"$bi"; R && o=`LC "$jl" sudo`; Pm Daemons; o=`LC "$jl"`; Pm Agents; o=`for d in {/,}L*/Lau*; do M; done | grep -Fv "$li" | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do i="$d"/Info.plist; [[ -f "$i" ]] || continue; ID=$(BI "$i") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=; defaults read /Library/Preferences/com.apple.alf globalstate | grep -q 0 || o=On; Ps Firewall; o=`scutil --proxy | egrep 'Prox.+: [^0]'`; Pm Proxies; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print}; /v6:/{if ($2 !~ "A") print}'`; Pm TCP/IP; [[ "$I" =~ [AW]i ]] && { o=`/S*/*/P*/*/*/*/*/airport -I | awk '/lR/{print $2}'`; o=$((o<=-87?o:0)); Ps RSSI; }; R && o=`sudo profiles -P | grep : | wc -l`; Ps Profiles; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc hosts <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "App check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`find .??* -path .Trash -prune -o -type d -name *.app -print -prune`; Pm "Hidden apps"; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font issues"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps UID; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal 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 Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Why is finder so slow? iTunes also?

    Ok starting to reconsider my choice of buying this MacBook Pro... oh yeah WITH RETINA. I am running Mavericks 10.9.5 still. Didn't see the point of upgrading to Yosemite.
    Everytime I try to listen to songs in finder it's slow, in iTunes it's also slow. Switching between songs is so **** laggy. I mean I'm not doing anything complex, just trying to listen to music smoothly. Finder just seems like complete crap, even when it comes to loading files, changing names, etc. This is a brand new MacBook Pro w/ Retina. For the $$$ I expected it to be atleast smooth. Not so **** irritating. I mean that's what I thought Apple was known for, its refinement? My Sony Vaio was **** smoother and didn't make me want to smash it. The lag is making everything I want to do take considerably longer, wasting my time.
    Anyone know what's up?

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.
    If you bought the product in the U.S. directly from Apple (not from a reseller), you have 14 days from the date of delivery in which to exchange or return it for a refund. In other countries, the return policy may be different. If you bought from a reseller, its return policy applies.

  • Why is the finder so slow to update?

    Why is my finder so slow to update. For example, if I download a file (using Safari), I can't find it on the desktop. If I use Find at the Finder level, it says it's there, but I can't see it.
    Same thing happens with Mail, trying to attach a PDF I just made. Mail can't see it.
    I love all the wondrous glitz of OSX, but wouldn't it be nice if it could do the basic stuff as well as System 6? At the rate Apple's going, we'll probably get a breathless announcement about a spanking-new OS called Snail, which doesn't do anything but look pretty.

    Stu Ducklow
    Why is my finder so slow to update. For example, if I
    download a file (using Safari), I can't find it on
    the desktop. If I use Find at the Finder level, it
    says it's there, but I can't see it.
    Same thing happens with Mail, trying to attach a PDF
    I just made. Mail can't see it.
    I love all the wondrous glitz of OSX, but wouldn't it
    be nice if it could do the basic stuff as well as
    System 6? At the rate Apple's going, we'll probably
    get a breathless announcement about a spanking-new OS
    called Snail, which doesn't do anything but look
    pretty.
    Stu,
    Did you ever get an answer to this? My finder is pathetically slow to update, a minor irritation a dozen times a day. System 9 never had this problem. Is there a way to get my expensive computer to do this simple task? Is there any news on this?
    thanks,

  • Why is my macbook so slow with OSX 10.8?

    Just "upgraded" to mountain lion os x. Why is my macbook pro now so slow? I am constantly presented with the "rainbow wheel' and start up is much slower than 10.6.

    Information.
    Activity Monitor – Monitor Performance Problems   
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should

  • Why is Compressor way slower on 1 Mac Pro

    This is about Compressor 3.5.3 but it's not really about the version.
    I have two identical MacPros 2,1 models both running OSX 10.6.8 and Final Cut 7.0.3 and Compressor 3.5.3.
    The only difference in the machine is one has 20 gigs of ram and the other has 24 gigs.
    I'm capturing BetaSP tape, 30 min loads, and then converting it to ProRes LT with Compressor. Same settings in both instances of Compressor.
    I load 12 captures into one machine's Compressor and hit submit. It finishes in a little over two hours.
    I load only 5 captures into the other machine's Compressor and hit submit. It finished in over 5 hours.
    They are both 8-core machines with the same processors and are identical otherwise. I can't believe that 4 more gigs of ram would make that much difference.
    Also they are sourcing off identical raids as well and writing back to identical raids.  Why is one machine so majorly SLOW!

    Hi
    How much free space is there on the Main Hard Disks ?
    • Exactly the same ?
    • one is 5Gb or less the other 100Gb or more
    I never go less than 25Gb for work with interlaced SD-Video Quality
    think that about 4-5 times more will work OK for full quality HD progressive - may be ?
    What Processes are running in back ground ?
    • Time Machine
    • File Vault
    • Internet
    others
    NON on my Video Mac
    else things that matters reg. speed and performance (for iMovie/iDVD - but are really general)
    TO GET IT TO WORK SLIGHTLY FASTER
    • Minimum of 25Gb free space on Start-Up hard disk
    • No other programs running in BackGround e.g. Energy-Saver
    • Don’t let HD spin down or be turned off (in Energy-Save)
    • Move external/secondary hard disks that are not to be used to Trash - To be disconnected/turned off
    • Goto Spotlight and set the rest of them under Integrity (not to be scanned)
    • Set screen-saver to a folder without any photo - then make an active corner (up right for me) and set
    pointer to this - turns on screen saver - to show that it has nothing to show
    • No File Vault on - Important
    • NO - TimeMachine - during iMovie/iDVD work either ! IMPORTANT
    • Lot's of icons on DeskTop/Finder also slows down the Mac noticeably
    • Start a new User-Account and log into this and iMovie get's faster too - if a project is in a hurry
    • And let Mac run on Mains - not just on battery
    Yours Bengt W

  • 10.5 is slower than OSX 10.4

    When I'm on a particular credit card's web site with my PowerBook G4 running OSX 10.4.11 and Safari v3.1.2 the site runs briskly.
    When I'm on that same site with my Intel MacBook Pro running OSX 10.5.5 and Safari v3.1.2 the site runs too slowly to use. The browser times out prior to my getting to the page I need. Same problem with the latest versions of FireFox, OmniWeb and iCab browsers on the MacBook Pro.
    On each computer I'm using the same QualComm 3G wireless modem in the same location in my home. In this setting it seems OSX 10.5 is slower than OSX 10.4. Anyone know why and how to fix this?

    Welcome to Apple Discussions!
    There are numerous things which can slow down internet connections. As a result, I recommend if you find the original poster of this thread is not able to resolve their issue, or their solution doesn't solve yours, to start a new topic thread here:
    http://discussions.apple.com/forum.jspa?forumID=1225&start=0
    You'll get a wider audience, and it won't confuse the original poster with solutions that don't apply to them.

  • Why is keyboard is slow on my macbook pro, why is keyboard is slow on my macbook pro

    why is keyboard is slow when typing

    Hi basselfromlondon,
    If you are having issues with the keyboard response on your MacBook Pro, you may find the following article helpful:
    OS X Mountain Lion: If keys on your keyboard don’t work
    http://support.apple.com/kb/PH10680
    Regards,
    - Brenden

  • Jdeveloper very slow on OSX Snow Leopard

    Hi:
    I've installed jdev on ubuntu, windows and on osx snow leopard... the slowest one is the mac... very resource demanding compared to ubuntu for instance... and jdev runs faster on a virtual windows machine (virtualbox) under osx than in the osx itself... on ubuntu jdev run really slick... is this normal to be slow on osx ?
    regards
    Ricardo

    I really don't understand why you're surprised. The idea that software makers somehow cripple existing apps to make users upgrade is common. It's also silly.
    Let me give you a simple example. Today I paid €900 to repair the clutch on a Renault Espace that has 36k on the clock. Should I suppose this is a plan by Renault to get me to buy a new car? If it is, it's a remarkably stupid plan, because I can pretty much guarantee you that then next car I buy will not be a Renault. So too with Software. If you really think that Apple are trying to trick you or force you to upgrade, wouldn't you be stupid to do that? Wouldn't a sensible person instead by software by some other maker, rather than the one you think is cheating you? In fact, you'd really have to be very stupid to continue to use the software of a company that you believe is cheating you.
    So, assuming you're not a stupid person, and assuming Apple are also not stupid, how would it make sense for Apple to trick you into upgrading?
    Plus, of course, the fact that I ran 08 on 10.6 with no issues and so do most people.
    And, you know, I am quite familiar with this forum, and yes I see the reports of performance issue. Of course, I actually read the posts and learn that there are many possible reasons for the issue. It's a symptom with several possible causes.
    Have you tried creating a library in a new user account? What's the performance like on that?

  • Why are attachments so slow to open on OS X Mavericks?

    Why are attachments SO slow to open in Mail??? I have an iPad and iPhone 5S and I have no issues... this is a brand new MacBook Pro and it takes FOREVER to download an attachment in Mail....

    I have the same issue, no way to find a solution, I am searching all the support pages...

  • Why does Photoshop keep slowing down?

    I've been using Adobe Photoshop CS5.1 for two years now, and for some reason it seems to have the problem of slowing down after using it for a while, so if I'm working on a project I have to keep closing it and reopening it to get it fast again. It's weird because it doesn't seem to matter how much stuff is on the canvas, it's just how much I've drawn and hit undo and erased or did anything, After like 5 minutes of straight work it just gets too slow for me to work in, like when I switch tools or change the color it takes a couple seconds to respond. So literally every couple minutes I have to restart Photoshop and open the same file.
    What's really odd is that sometimes Photoshop will work perfectly fine and stay lightning fast for hours. Like, for the last couple of months it's been 100% fine, but since a few days ago it started to have this "slowing down" issue again. Every couple months it seems to decide to be perfectly fine or just really annoying. I didn't change anything in my computer.
    It can't be my computers specs or my settings in Photoshop, but I will tell you all of that anyway.
    OS - Windows 7 64-bit
    CPU - Intel Core 2 Quad Q6600 @ 3.0GHz
    RAM - 12GB DDR3 @ 1333MHz

    There is no malware scanner running, in fact I have tried closing out all other applications and unnecessary processes to help improve performance. No luck.
    Also, my post actually wasn't quite finished, but my internet shut off on me last night and I guess that just automatically posted whatever I had done before then. What's even better is that the forums won't allow me to edit it. What great features!
    Anyway, here's the FULL spec sheet of my computer...
    OS - Windows 7 64-bit
    CPU - Intel Core 2 Quad Q6600 @ 3.0GHz
    RAM - 12GB DDR3 @ 1333MHz
    GPU - NVIDIA GeForce GTS 450 1GB
    Storage - 1x 128GB SSD (OS installed on), 1x 750GB HDD, 1x 160GB HDD
    I have the 64-bit version of Photoshop CS5.1 Extended, installed on the SSD. Here's the settings I have in the preferences:
    Memory Usage - 100%
    Scratch Disks - All 3, SSD 1st, 750GB HDD 2nd, 160GB HDD 3rd
    History States - 100
    Cache Levels - 8
    Cache Tile Size - 1028K
    I have fiddled with these settings and restarted Photoshop countless times. In the end it's the same exact result: Photoshop slows down after a few minutes of work and I have to restart it. I have about 50GB free on the SSD, 150GB free on the 750GB, and about 140GB free on the 160GB.
    I don't understand why it gets so slow even when my RAM usage only makes it up to about 45%. Why doesn't it just utilize ALL of the memory like I told it to?
    I've tried setting cache to 1, 2, and 4, same result. Cache tile size to all the different settings, same result. History states to an extremely low level like 10, same result. I just don't understand why Photoshop is doing this, especially because it decides to speed up on its own every couple of months...

  • Why is Start up slow on MacBook Pro after Lion installation?

    I've noticed that it takes a while for my MacBook to turn on and start-up since I installed Lion. Any ideas why or how to correct? Thanks!!

    Your machine is likely too dated to run 10.8 adequately.
    Apple makes it easy, doesn't mean it's right match for your hardware.
    Why is my computer slow?
    How to revert your Mac to Snow Leopard
    How to erase and install Snow Leopard 10.6

  • Why youtube streaming is slow with ipad mini?

    Why youtube streaming is slow with ipad mini?

    How to Fix a Slow iPad
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-A-Slow-iPad.htm
    iPad running slow? How to speed up a slow iPad
    http://appletoolbox.com/2012/07/ipad-running-slow-how-to-speed-up-a-slow-ipad/
     Cheers, Tom

  • Does anyone know why my finder window resizes when I enter time machine?

    Can anyone explain why my finder changes size when I enter time machine? I'm pretty sure this didn't happen on Snow Leopard but it does since I installed Lion. It's only a small glitch but it's rather annoying since I have positioned and resized the finder window on my desktop to the place I want it - in the centre of the screen and showing all the folders in my sidebar list. When I enter time machine the finder window becomes shorter, therefore not showing all the sidebar folders. I wouldn't mind if when I exit time machine it reverts back to the way it was but it doesn't so I have to resize over again!
    Anyone know why this happenes?

    Take a snapshot of this issue and send it to Apple. I think it may be a small glitch.

  • Find a slow query

    Hi all,
    I have two questions about the SQL tuning:
    There are many open sessions for an Oracle database,
    (1) How to find the session that runs a slow query?
    (2) How to locate / find this slow query so that the query can be tuned?
    Thanks a lot.

    Hi,
    (1) How to find the session that runs a slow query?This can be coming up from the wait events that the sessions are waiting for.So you can check V$session_wait to see that which are the sessions which are waiting for some thing to happen and for that reason have become slow.Also you can take the advantage of ASH in 10g to tell you the same if you want to drill down your search for last few minutes.
    (2) How to locate / find this slow query so that the query can be tuned?IF you read Optimizing OralcePerformance, this is the first thing that Carry asks to address and take extreme caution in doing it.Ask the user that which business process is slow.It will vary depending upon the business.There is nothing called ,"we are slow" and there is no such thing that "tune it all".We have to tune the main area or the maximum benefit giving area only.Ask the user which query/report he is running which he wants to get optimized.You can also take advantage or statspack/AWR report to go for the particular query depending upon the wait event.If you know the query than trace the query to see what is happening.I shall suggest 10046 trace forthe query as its more wider and imparts mch more info as compared to tkprof but you can pick what you want/like.
    HTH
    Aman....

Maybe you are looking for