Photoshop incredibly slow all of a sudden! useless :(

i am running CS3 on a mac pro dual quad core. 8GB ram. i have 150 GB free disk space, and a whole second 250 gig hard drive as well.
all of a sudden yesterday, photoshop takes an eternity to load up (a few minutes) and to open even a small 300k image it takes several minutes and i get a beachball.
saving takes forever as well.
my hard drives i checked and ran utilities. no help there. no other application is having troubles.
i then deleted my prefs folder. no help.
reinstalled. no help.
any suggestions? it's so slow i just can't even use it anymore.
insane!

Cocktail is an inexpensive little utility which will do the regular maintenance tasks such as running the Cron Scripts and cleaning out caches etc. at the click of a button. It can do a number of other useful things (including making invisible files visible and letting you choose the format in which to save Screen shots).
http://www.macosxcocktail.com/
Onyx, which is free, is reputed to be similar but I don't know how well it compares with Cocktail because I have never used it.
But you definitely need one of them.

Similar Messages

  • My mac is incredibly slow all of a sudden!

    I went to a friend's house and tried to use his internet. It said there was a problem with the IP address so I just closed my mac and forgot about it. When I got home the whole thing is ridiculously slow.
    Websites take a minute a page to load so it's pretty much unusable.
    I can't move files around on the desktop.
    I can't copy and paste.
    Textedit doesn't do spellcheck.
    Several strange things like the above have occured but my major issue is how slow everything is. And if I can't drag files around and make copies, I can't put everything on my data stick and then reboot it.
    Any ideas what is going on with it? And any help?
    Thanks

    Slowness may be determined by many factors, definitely not because you went to your frind, and came back, it must be a mere coincidence. The first thought is that your disk may be full, how much free disk space is there? (right click on the disk, then Info or command-I). The second possibility is that you installed something incompatible with your system. A thrid cause may be a dying disk. And some other possibilities.
    You must have at least 10 % free disk space for a good run.

  • DSL is incredibly slow all of the sudden (Alexandria VA)

    For the last few days my DSL has been at around .4 MB when I should in theory be capable of getting ten times that. In fact I usually get around 2.5 MB but that is at least tolerable. .4 MB is definitely not. I tried tech support by phone and by live chat and ran into clueless people who tell me things like turning my modem off and on. As if. So I figured I would post here as a final measure before chucking it and going to cable.
    I am fairly certain this is a Verizon problem and not something in my house since I have not changed anything in my setup that might have brought on the DSL slowdown. 

    Its been more than 48 hours and this issue still exists in Western Massachusetts. Once the connection is finally established it works well. No changes in my house. It could be the last verizon tech ran the wire right over the eave of my house (against my advice) and maybe the insulation has worn through but thats still a Verizon problem.

  • My mac mini is running very slow all of a sudden, how can i restore it's speed?

    my mac mini is running very slow all of a sudden, how can i restore it's speed?

    This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
    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. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the instance of a stranger on a public message board. 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.
    Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
    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.
    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 paragraph doesn’t apply.
    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 your browser, 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:
    clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; R () { o=; [[ r -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=`sed 's/^ */   /' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pc () { o=`egrep -v '^[[:blank:]]*($|#)' "$2"`; Pm "$1"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=`system_profiler SPDiagnosticsDataType | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm "POST"; o=`pmset -g therm | sed 's/^.*CP/CP/'`; grep -q 'No th' <<< "$o" && o=; Pm "Thermal conditions"; o=`pmset -g sysload | grep -v :`; grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=`ls /L*/L*/Dia*/*.panic | wc -l`; Ps "Panics"; o=`ls /L*/L*/Dia*/*.c* | tail`; Pm "System crash logs"; o=`ls L*/L*/Dia* | tail`; Pm "User crash logs"; o=`syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'`; Pm "Kernel messages"; o=`df -m / | awk 'NR==2 {print $4}'`; [[ o -lt 5120 ]] && 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 90 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Pm "Total CPU usage" && s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process $s of user ${s[1]}"; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process $s of user ${s[1]}"; o=`kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1`; Pm "Loaded extrinsic kernel extensions"; R && o=`sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'`; Pm "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=`ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'`; Pm "$d"; done; o=`find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Extrinsic loadable bundles"; o=`find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print`; Pm "Unsigned shared libraries"; o=`launchctl getenv DYLD_INSERT_LIBRARIES`; Pm "Inserted libraries"; o=`find {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=`scutil --proxy | grep Prox`; 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}'`; Ps "DNS"; R && o=`sudo profiles -P | grep :`; Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(egrep -v '(local|broadcast)host' /etc/hosts); 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"; 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 's/\..*$//;s/-[1-9]$//'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l`; Ps "Font problems"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print`; 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]##*/} files"; done; 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.
    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.
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
    Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
    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're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
    The test may take up to 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. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line 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 your results. No harm will be done.
    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.
    When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the 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 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • My mac is running vert slow all of a sudden

    I reinstalled 10.7.4 last month with a clean install today my mac mini is very slow all of a sudden. I have made no changes and have not installed any software since the clean install. When I click on anything the mouse cursor becomes the rainbow circle for 1.m16 seconds (sorry tried to give you guys exact info but i only measured it once:)
    What i tried up to now:
    I tried to boot the mac with cmd r and reinstall. However the moment it connects to the internet the mothing happens i let it run for 2.5 hours and the blue bar did not even give me 1% (my internet on my mac air has no problems.
    I checked disk utility and checked disk permissions and repair disk. both no problems
    I ran activity monitor and here is the info.
    Activity monitor"
    memory free 50gig of 150
    RAM free 1 out of 3 gig
    CPU
    user 1.5%
    system 1.50%
    Idle 97.00
    system memory
    free 1.02 gb
    wired 593.6 mb
    active 661.9
    inactive 766
    disk activity
    2.73 gb data read
    1.11 GB written

    Thanks for your reply! This is it i hope.
    17/08/2012 22:58:18.206 UserEventAgent: get_backup_share_points no AFP
    17/08/2012 22:58:20.203 mds: (Normal) FMW: FMW 0 0
    17/08/2012 22:58:20.652 airportd: _processDLILEvent: en1 attached (down)
    17/08/2012 22:58:20.000 kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    17/08/2012 22:58:20.701 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    17/08/2012 22:58:20.702 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    17/08/2012 22:58:20.717 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    17/08/2012 22:58:22.000 kernel: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    17/08/2012 22:58:22.729 configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    17/08/2012 22:58:22.729 configd: DHCP en1: INIT-REBOOT transmit failed
    17/08/2012 22:58:22.739 configd: network configuration changed.
    17/08/2012 22:58:22.757 configd: setting hostname to "richards-Mac-mini.local"
    17/08/2012 22:58:23.615 rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    17/08/2012 22:58:24.263 com.apple.launchd: (com.apple.netbiosd[90]) Exited abnormally: Hangup: 1
    17/08/2012 22:58:26.961 com.apple.launchd: (com.apple.netbiosd) Throttling respawn: Will start in 5 seconds
    17/08/2012 22:58:26.000 kernel: Auth result for: 00:19:15:d0:d0:bd MAC AUTH succeeded
    17/08/2012 22:58:26.000 kernel: AirPort: Link Up on en1
    17/08/2012 22:58:26.000 kernel: en1: BSSID changed to 00:19:15:d0:d0:bd
    17/08/2012 22:58:28.000 kernel: AirPort: RSN handshake complete on en1
    17/08/2012 22:58:29.015 loginwindow: Login Window Application Started
    17/08/2012 22:58:30.108 configd: network configuration changed.
    17/08/2012 22:58:31.102 ntpd: proto: precision = 1.000 usec
    17/08/2012 22:58:34.116 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    17/08/2012 22:58:34.117 UserEventAgent: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    17/08/2012 22:58:34.117 UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on WLAN_D0BD because it is protected and not on the exception list
    17/08/2012 22:58:34.119 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    17/08/2012 22:58:34.121 configd: network configuration changed.
    17/08/2012 22:58:36.581 com.apple.launchd: (com.apple.xprotectupdater[21]) Exited with code: 252
    17/08/2012 22:58:37.443 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    17/08/2012 22:59:38.200 warmd: [warmctl_evt_timer_bc_activation_timeout:260] BC activation bcstop timer fired!
    17/08/2012 23:00:30.000 kernel: disk0s2: I/O error.
    17/08/2012 23:00:32.977 ReportCrash: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    17/08/2012 23:00:34.378 com.apple.launchd: (com.apple.coreservicesd[57]) Job appears to have crashed: Bus error: 10
    17/08/2012 23:00:34.380 mdworker: checkinWithServer(), failed checking in with coreservicesd, err=#-308/0xfffffecc (ipc/mig) server died serverPort=0x0 opts=0x0
    17/08/2012 23:00:34.380 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:34.385 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:34.385 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.607 ReportCrash: Saved crash report for coreservicesd[57] version ??? (???) to /Library/Logs/DiagnosticReports/coreservicesd_2012-08-17-230035_localhost.crash
    17/08/2012 23:00:36.768 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:36.784 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:36.784 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:36.784 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:47.145 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: _RegisterApplication(), unable to get application ASN from coreservicesd, and this application requires an ASN, so aborting.  error=#-1.
    17/08/2012 23:01:29.382 com.apple.loginwindow: _RegisterApplication(), unable to get application ASN from coreservicesd, and this application requires an ASN, so aborting.  error=#-1.
    17/08/2012 23:02:38.676 com.apple.launchd: (com.apple.loginwindow[36]) Job appears to have crashed: Abort trap: 6
    17/08/2012 23:02:38.738 loginwindow: Login Window Application Started
    17/08/2012 23:02:38.916 WindowServer: Unable to open IOHIDSystem (e00002bd)
    17/08/2012 23:02:38.950 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    17/08/2012 23:02:39.031 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    17/08/2012 23:02:39.104 ReportCrash: Saved crash report for loginwindow[36] version ??? (???) to /Library/Logs/DiagnosticReports/loginwindow_2012-08-17-230239_localhost.crash
    17/08/2012 23:02:39.195 airportd: _doAutoJoin: Already associated to “WLAN_D0BD”. Bailing on auto-join.
    17/08/2012 23:02:39.000 kernel: virtual bool IOHIDEventSystemUserClient::initWithTask(task*, void*, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    17/08/2012 23:02:39.886 com.apple.SecurityServer: Session 100006 created
    17/08/2012 23:02:39.889 loginwindow: Login Window Started Security Agent

  • My Moms Desktop is running slow all of a sudden...?

    My mother is really upset about her Desktop being slow all of a sudden. But her computer had updated something automatically earlier in the day when I was on. I'm not sure what it was exactly. She also said it was working earlier today as well once I left, and then after that she signed off. Once she logged back in it was way slower than normal. Even when I logged in before she got home tonight it took about 5-10 mintues just to startup from logging onto it. She called the Century Link company to tmake sure it wasn't her internet or anything but the guy just hung up on her while he was asking her a lot of questions that she had already done. And we tried re-starting it, and she said she tried to reboot it but the computer didn't even bring up the restore page because it's really slow. And then after that we finally got to restore the computer it still is running really slow. Is there any other way we can fix this?

    If the issue began as the result of an update, then use Windows system restore to put the PC back in the state it was in before the update was performed.  Choose a system checkpoint dated just before the update.
    You have not stated which operating system is installed. that always helps.  Gp into thee Control Panel; and click on Programs and features. In the left side of the window select view installed updates to see what was installed and the specific date. Note the date and then go into System restore. Chose the system checkpoint with the same date as the update and then committ to the system restore point. When the PC is restarted it should return to its formerly percieved speed, if the update was indeed the issue.  Afterwards turn off automatic updates and set Windows update to check for updates but let me choose whether to download and install them . Take control of the updates that your PC receives. Don't let the operating system do that for you automatically.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Time Machine backup painfully slow all of a sudden

    For some reason my time machine backups have become painfully slow for some reason. They were fine earlier today, then IIRC I booted windows, then booted back into OSX to run a backup. Despite there being only 1 or two changes (files added to the system) time machine began "preparing backup" by going through all the files on my HDD! Now, it is backing up, but at the rate of about 5 Kb/s!
    Something is wrong. I've tried deleting the progress file in the backup folder and "resetting" TM by deselecting the backup drive and selecting it again. Nothing worked. Why would TM be so slow all of a sudden?
    Has anyone any ideas?

    iBookguy wrote:
    No pre-backup thinning needed: 18.98 GB requested (including padding), 205.25 GB available
    Copied 105384 files (7.2 MB) from volume Mac OSX.
    That is a bit suspicious, but not necessarily wrong. Something caused it to think about 16 GB had been changed (it adds 20% for the "padding" in the message).
    How are you running Windoze? Is it on a separate partition? If you're running it via virtualization software, with the vm file on an OSX disk but excluded from TM, that's a possible explanation.
    105384 files in only 7.2mb? I doubt it...something seems fishy
    Those counts are nearly always very high, and sometimes crazy high. There's some indication it's counting all the metadata, extended attributes, etc., as separate files.
    If in doubt, boot up from your Install disc and do a +*Repair Disk+* on your boot volume. Then reboot normally and run another backup. That should trigger a "deep traversal," where TM will compare everything on your system with it's backups, to be sure it's got everything it should.

  • CS4 Really slow all of a sudden!

    I am really struggling to work at any reasonable speed with InDesign CS4. It has been fine ever since I got it, but all of a sudden it is crawling along and it is driving me mad. I have tried using fast display, but not good.
    I am running a Mac with OSX 10.5.6, Dual 2.66 Intel, and 11 gig of RAM.
    Any ideas as to why InDesign is running slow? Everything else seems to be running fine.
    Thanks
    Mat

    Thanks for the suggestions, they sort of have an affect, but, it all starts going pear shaped after about an hour or so.
    I have switched off the preflight, colours panel and the auto correct for spelling which seem to make it last that bit longer before it starts to drag its heels, but I am finding that I am basically having to quit a couple of times a day, and also having to restart more often than I like.
    To be honest, I am finding it to be a little unstable, is anybody else? The same with photoshop too...

  • IMac running extremely slow all of a sudden

    I have a 1st generation Intel iMac (24", late 2006), which ran fine for three years but all of a sudden slowed to a crawl about a month ago. I upgraded to 3GB of RAM, but didn't see any improvement; I've run the disk utility app on the system install disk and didn't get any problems; I don't see anything in the Activity Monitor that's hogging CPU usage (although iTunes uses about 7% while playing music and 20% while playing video - considerably higher when it loads a new track into RAM); and I have 70GB free on a 300GB hard disk. I realize that this is just scratching the surface, so what else should I be looking at? For what it's worth, yes I have an HP printer, but the drivers don't seem to take up that much CPU time; and I'm still on 10.4.11, so maybe it's just time to upgrade to Snow Leopard; but either way I've been on this system (and with this printer) for a long time, and I don't understand why this would happen all of a sudden...
    Thanks!
    Message was edited by: Astigmatism

    HI,
    70GB free disk space could be at least part of the problem for the disk slowing down.
    Try Freeing space on your Mac OS X startup disk
    Check the startup disk for errors that may need repairing.
    Insert your install disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    *(Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)*
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window. Where you see Capacity and Available. *Make sure there is always 10% to 15% free disk space*
    If you cannot boot from your install disc, try booting in Safe Mode
    How to Force Background Maintenance
    One way to free up disk space...
    Open Console. Select system.log then from the Menu Bar click Reveal in Finder then move that log file to the Trash. These logs can take up as much as a GB.
    Carolyn

  • My Macbook is slow all of a sudden?

    Hello
    i have had my Macbook for 5 years and all of a sudden its started to become slow, that deadly spinning umbrella is haunting me every time i try to use it. the gb left is 102gb it had 160gb at one point im not sure if it needs more gb to run smoother, ive been trying to clean out the memory of old documents. slowly as the umbrella comes back time after time. can anyone help me with some ideas
    all the best Sam Arthur

    Hi Sam,
    Thanks for using Apple Support Communities.  This article has some things you can try if your MacBook seems to be slow:
    OS X Mavericks: If your Mac runs slowly
    http://support.apple.com/kb/PH13895
    Cheers,
    - Ari

  • Thunderbird extremely slow all of a sudden

    Not sure what happened, no changes to the operating system or hardware. All of a sudden Thunderbirt started to slow down; I really can't use Thunderbird any longer as it is hanging for about 10 -20 seconds after each and every command (send, move, delete, etc).
    I rebuilt the database, repaired the folders, and compacted them. Rebuilding the database helped for about one day, now it is slow again.
    I'm using the pop server with Yahoo, but download all messages to my hard disk, deleting them from the server. So inbox, outbox are fairly small, local files & folders are numerous.

    Thanks for the link; in fact, deleting the places.sqlite-shm and places.sqlite-wa files as per instructions did not yield improvement, but when I deleted the same for Firefox - it worked.... Now Thunderbird behaves as usual.

  • Running really slow all of a sudden

    what could be the problem. all of a sudden it is running very slow and occasionally even Finder is not responding. is there a disc clean up or something that i could run to help clear up this issue?

    Derek,
    Open Activity Monitor in your Utilities folder, and let us know what process is hogging your CPU.
    ;~)

  • Slow All of a Sudden

    I've tried everything I know to correct slow performance. All of a sudden my computer is running really slow. Even if only firefox is open, video playback with webbrowser is stuttering horribly. I would really appreciate help.

    I don't have a definite answer, but I suggested in another thread, with someone who says their PowerBook works fine sideways (?), that it may be due to your SMS, or Sudden Motion Sensor, in your PowerBook which would make it a hardware issue.
    However, that is, if your model was equipped with that, on later PowerBooks.

  • Drive Became Slow All Of A Sudden

    I have an Intel iMac core 2 duo with 1 gig of ram. Attached to a USB port on the back of the computer is a Western Digital Mybook USB 2.0 USB hard drive (250 gig).
    The drive has always performed as expected, but about a month ago the write speed to the drive dropped down to a very slow speed. Today it took over an hour to transfer 6 gigs from my main drive to the USB drive. It has not always been this way. Reading from the drive to another drive is still fast.
    In the System Profiler it indicates that the drive is USB 2.0 (indicates speed that is 2.0).
    I have no idea why writing to the drive has become so slow. My first thought was fragmentation, but in that case reading from the drive would be slow too (probably slower). Also, I took a look and fragmentation is not bad on the drive.
    I went to the Western Digital website and did a search but nothing revelant came up.
    Anyboy have an idea what might be causing this and how I can fix it?
    Thanks,
    Tommy

    New topic: Drive became dead all of a sudden.
    The drive took a crap today and I think there was blood in the stool.
    Fortunately I think it is the enclosure (usb controller probably although I am no expert in such matters). The drive spins up ok and sounds normal as it goes through it's pre-mount deal. Then it just sits. The machine under both OS X and windows knows something is connected but can go no further. For all that I know it might just be because a cable is in the port. Actually Disk Utility identifys the drive but can't even run a verification on it. No data is passing. Considering my previous problem I am keeping my fingers crossed that it is the enclosure and not the drive.
    That said, does anybody know for certain if these MYBook drives are IDE or SATA? I am going to try other things first of course, but if exhausted I will be buying a new enclosure.
    This might be a blessing in disguise as the enery saver "features" of the drive were always a source of frustration for me. I like energy saving devices, but the way this drive went about it was just headache after headache.
    Thanks,
    Tommy

  • Why is my Macbook Pro slow all of a sudden?

    Question repost as the first question posted, only received one answer that did not assist at all, unfortunately.
    I have a 2013 Macbook Pro that i purchased earlier this year.  My second.  First one had 0 problems, ever.  I upgraded from 8 to 16gb of RAM, and it was running just as it should.  All of a sudden, and without any warning, it has slowed to a snails pace on just about everything.  I get the pinwheel of death constantly, it's taking 20-30 minutes to move 1.77GB of data, which used to take under 1 minute.  Programs are slow to open, and the stalling is constant.  I've read a few forums, and all signs seem to point to the beginning of a HD failure?  Can someone please assist?
    Sidenote:  i went and checked the disc permissions, which did show many errors, all of which, however, i repaired.  It started working again fairly well for a day, and is now back to the same level of slow.  What could this be?  Please help.

    Question repost as the first question posted, only received one answer that did not assist at all, unfortunately.
    I have a 2013 Macbook Pro that i purchased earlier this year.  My second.  First one had 0 problems, ever.  I upgraded from 8 to 16gb of RAM, and it was running just as it should.  All of a sudden, and without any warning, it has slowed to a snails pace on just about everything.  I get the pinwheel of death constantly, it's taking 20-30 minutes to move 1.77GB of data, which used to take under 1 minute.  Programs are slow to open, and the stalling is constant.  I've read a few forums, and all signs seem to point to the beginning of a HD failure?  Can someone please assist?
    Sidenote:  i went and checked the disc permissions, which did show many errors, all of which, however, i repaired.  It started working again fairly well for a day, and is now back to the same level of slow.  What could this be?  Please help.

Maybe you are looking for

  • I was exploring the hard drive, and ended up with an icon picture of the drive on my desktop. How do I get rid of it?

    I was exploring my new iMac, trying to see similarities and differences between it an "ibm" based computers, and somehow I ended up with an icon of my hard drive on my monitor. I tried dragging the icon to the trash can, but it can't seem to be delet

  • P205-6267 - WiFi mysterious​ly shuts off - Win 8.1 32-bit

    I resurrected an old Satellite laptop my daughter was using for a long time as a 'desktop.' Monitor wasn't working. Once I got her a desktop PC, I managed to repair the display, install a new hard drive and install Win 8.1 32-bit on it. It has been w

  • Sort order and hierarchical columns

    I have a report with a hierarchical column (say total, country, city), another dimension (say outdated, actual, undecided) and a measure. In the report should show the results grouped, sorted by the hierarchical column. So i configured the report to

  • Solaris 8 installation problems

    Hello, I'm trying to install Solaris 2.8 on a Compaq server. I have the tree cd's downloaded from your site. config: internal ultra scsi 2 ctrlr with 1 * 18gb H/D internal ide ctrlr with cd drive and diskette drive In both ways , i do an update drive

  • No audio in iTunes

    "Suddenly" (isn't it always?) I have no audio in iTunes (10.6.1). Audio in other apps is fine. May be something obvious, but I'm stumped. Any ideas?