SAFARI IS REALLY SLOW AND LAGGY IN OSX MAVERICKS 10.9.1 UPDATE

HELP!!! Okay so i stopped using Chrome a few months ago and switched to safari as my daily go-getter and it was fine. No bad lag and bad stuff. After I updated my Macbook Pro(13 inch, mid-2009 model, 2.26GHz, 2gb RAM) to OS X MAVERICKS 10.9.1 everything was working fine the first time. The next day(today) i switched on my laptop and started using safari. All of a sudden, safari became really laggy and it affected my laptop as well! So i forced quit it and tried it again. IT HAPPENED AGAIN! Safari and My laptop became laggy. This has been going on for the past 10 times i've forced quit and reopened safari. At first i thought maybe every browser would be this slow. But i opened chrome and its working flawlessly! As i'm typing this right now, i''m using chrome. Any suggestions to help me with safari? I don't wanna turn on Safari until i get a proper answer on how to fix this.

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostictest. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary in case your startup drive is failing.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.
Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: In each of two steps, you copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is copy; paste; paste again. That's all there is to it. Details follow.
While investigating the problem, you may have started the computer in "safe" mode. If possible, these steps should be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so.
Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable output, but they must be entered exactly as given in order to work. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
The commands will line-wrap or scroll in your browser, but each one is really just 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, and you can then copy it.
Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
Launch the 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. 
Step 1 
Triple-click anywhere in the line of text below on this page to select it:
PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; { o=$(( $(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256 )); [[ $o -gt 1024 ]] && printf "\nPageouts: %s MiB\n\n" $o; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; o=$(crontab -l); PR "User cron tasks"; o=$(cat /e*/lau*); PR "Global launchd configuration"; o=$(cat ~/.lau*); PR "Per-user launchd configuration"; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "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); [[ $o -eq 0 ]] || printf "\nRestricted user files: %s\n\n" $o; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist"); ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; for d in {,/}L*/{La,Priv,Sta}* L*/Fonts; do o=$(ls -A "$d"); PR "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "Step 1 done" to appear below what you entered. The output of the command will be automatically copied to the Clipboard. If the command produced no output, the Clipboard will be empty. Paste into a reply to this message. No typing is involved in this step.
Step 2 
Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
PR () { [[ "$o" ]] && printf '\n%s:\n\n%s\n\n' "$1" "$o"; }; { 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}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l); PR "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'error|GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2> /dev/null | pbcopy; echo $'\nStep 2 done'
This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
You can then quit Terminal.
To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
Remember, Steps 1 and 2 are all copy-and-paste — type only your password. Also remember to post the output.

Similar Messages

  • Ipad mini with retina display has really slow and laggy streaming but very high download speed

    I just got my ipad mini with retina display yesterday. The regular internet works fine as far as I can tell. I tried streaming video from watch espn, netflix, and youtube, and all three apps were so slow I couldn't watch anything. I have a high download speed too, it is 15 Mbps. I tried turning off the QOS engine in my router, and my download speed was up to 30 Mbps, and I still had the same terrible streaming quality. I tried changing the DNS as well, and this did nothing. I tried doing all the restarting and other "quick fixes," and nothing seems to work. Can anybody help me?

    I requested your post be moved to the iPad forum. This is the Mac Mini desktop forum

  • Upgrade to 2.0.2 made my iPhone 3G slow and laggy

    Since I downloaded the new firmware, my phone has been really slow and laggy, anything I can do about it?

    Not alot you can do I dont think. 3G decreases network reception and drains power but you can turn it off. Edge does make the internet perk up a bit sometimes believe it or not.
    If you are having any issues with the applications crashing there may be a potential work around
    see http://www.sonnybunny.com/sitemanagement/index.php?option=com_content&view=artic le&id=89:application-crashes-fix&catid=48:iphone-problems&Itemid=64

  • My ipad 2 is really slow and it wont open app store or safari

    my ipad 2 is really slow and it wont open app store or safari but i dont understand why?

    Or a reset of the iPad?
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Can somebody diagnose why my new MacBook Pro is so slow and laggy?

    I just bought this MacBook Pro (OS X 10.8.2) a month ago and it had been performing very well until last night.  I tried to stream a hockey game through Chrome and the browser crashed.  I didn't think it was a serious issue at first; I tried to force quit Chrome but everything just slowed down even more.  Eventually I just shut it down by holding the power button, hoping that it would be fine once I started it back up. 
    But it wasn't fine.  It took forever to boot up, and once it did, everything was slow and laggy.  There is delay using the trackpad and keyboard, applications are taking ages to open and sometimes won't respond, the color wheel is popping up for minutes at a time, etc.  It even seems like the internet itself is slowed down; I've tried different browsers in different locations of varying internet connections and they've all been very slow to load pages.  It's like the whole machine suddenly caught the flu or something.
    I tried disk utility, but it says there's no problems.  The activity monitor doesn't show any significant CPU usage, and even after I cleaned the caches for Safari and Chrome, all the problems still persist.  I thought it might have caught a virus or some kind of malware, but I've been told that's highly unlikely.  Could it have something to do with Chrome or Flash (I was trying to update the latest Flash plug-in or something before the browser crashed)?  Like I said, the machine's fairly new, so not much of the RAM is used up.  Could anyone help me figure out what's wrong?

    See if you can find some answers here:
    https://discussions.apple.com/docs/DOC-3521
    Ciao.

  • Is it me or did everyone's ipod get slow and laggy with ios 5? Does anyone know a fix?

    My iPod seems to have gotten slow and laggy when I try to open up apps or even play music since I updated to iOS 5. Does anyone have a fix for this issue?

    yes! I am having a bunch of issues...including really slow.  it completely locked up in the nike + app, Facebook is slow...and sometimes I can't use the imessaging unless I send a picture with the text.

  • Mac suddenly slow and laggy. Memory is not an issue. Can anyone please review my etrecheck report?

    It went from running fine, to being slow and laggy overnight. Memory or HD space is not an issue. Can someone please review the following report that etrecheck ran for me, and let me know of any potential problems they see.
    EtreCheck version: 1.9.12 (48)
    Report generated July 19, 2014 10:09:38 AM EDT
    Hardware Information:
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.9 GHz Intel Core i7 CPU: 2 cores
      8 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: 512 MB
      Color LCD 1280 x 800
    System Software:
      Mac OS X 10.7.5 (11G63b) - Uptime: 0 days 1:36:5
    Disk Information:
      TOSHIBA MK7559GSXF disk0 : (750.16 GB)
      disk0s1 (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 749.3 GB (641.69 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS31N 
    USB Information:
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. FaceTime HD Camera (Built-in)
    Thunderbolt Information:
      Apple, Inc. MacBook Pro
    Configuration files:
      /etc/hosts - Count: 20
    Kernel Extensions:
      [loaded] com.protech.NoSleep (1.3.1 - SDK 10.8) Support
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.adobe.AdobeCreativeCloud.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
      [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items:
      Flux
    Internet Plug-ins:
      JavaAppletPlugin: Version: Java 7 Update 40 Check version
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      Unity Web Player: Version: UnityPlayer version 4.1.2f1 Support
      FantashowPlugin: Version: FantashowPlugin 1.0.0.0 - SDK 10.7 Support
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.1
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      SharePointBrowserPlugin: Version: 14.2.3 - SDK 10.6 Support
      DirectorShockwave: Version: 12.0.2r122 - SDK 10.6 Support
    Safari Extensions:
      Open in Internet Explorer: Version: 1.0
      Searchme: Version: 1.3
    Audio Plug-ins:
      iSightAudio: Version: 7.7.1 - SDK 10.7
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.3 - SDK 10.7
    User iTunes Plug-ins:
      TuneUp Visualizer: Version: Unknown
    User Internet Plug-ins:
      thinkorswim plugin_x86_64: Version: thinkorswim_x86_64 1.0.0.0 - SDK 10.7 Support
      tossc plugin_x86_64: Version: TOS Sharing Center plugin_x86_64 1.0.0.0 - SDK 10.7 Support
    3rd Party Preference Panes:
      Flash Player  Support
      Java  Support
    Time Machine:
      Time Machine not configured!
    Top Processes by CPU:
          3% WindowServer
          0% opendirectoryd
    Top Processes by Memory:
      82 MB mds
      49 MB Finder
      41 MB HP_Photosmart_C4400_series
      33 MB SystemUIServer
      33 MB WindowServer
    Virtual Memory Information:
      6.42 GB Free RAM
      677 MB Active RAM
      206 MB Inactive RAM
      730 MB Wired RAM
      366 MB Page-ins
      0 B Page-outs

    First, if you don't already have a current backup, back up all data immediately.
    When you have the problem, note the exact time: hour, minute, second.   
    These instructions must be carried out as an administrator. If you have only one user account, you are the administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Each message in the log begins with the date and time when it was entered. Scroll back to the time you noted above. Select the messages entered from then until the end of the episode, or until they start to repeat, whichever comes first. Copy the messages to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of it useless for solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Hey, does anyone else see that Safari is REALLY slow today?

    Say, does anyone else see that Safari is REALLY slow today?

    Jonathan...
    No problem with Safari here.
    Empty your Safari cache and try resetting Safari.
    Not enough free space on the startup disk can slow the system down including browsers.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure you always have a minimum of 15% free disk space.
      Why Is My Mac Running So Slow? [MacRx] | Cult of Mac

  • Safari is really slow in my mini Mac

    Hi!
    I hope somebody may help me figure out what i can do with my computer.
    - It is a mini Mac
    - OS X Version 10.9.2
    - Processor 2.3 GHz Intel Core i7
    - Memory 4 GB 1600 MHz DDR3 (what ever that may mean!)
    I have had it for almost 1.5 years, and for almost one year, Safari gets really slow, sometimes. Sometimes it works great, as if nothing, and sometimes it is so slow i cannot open any website at all.
    Emails download fine, and other programms download fine at the same time that safari is not working, so i dont think it is the internet. Also, other devises using the same internet work fine.
    Google chrome works fine, but i dont like using it because it takes too much RAM in the long term, and i have problems with Google Chrome in some websites like my bank. Firefox also works normally fine, but i also prefer the say Safari works (when it works)
    I have checked the Start up. There is no programme running in when automatically when i Log in my account.
    I have checked the Activity Monitor, and even though it is running a lot of programms that i dont really know, none of them is over 0%. And right now only Safari and Google Chrome are running over 2%. Google Chrome sometimes is taking over 30% CPU and hte Google Chrome Helper also, but normaly it takes less than 5%. Safari says many times, but they are all around 2%.
    I have read that the "kernel_task" (which i also dont know what it is) takes a lot of Memory RAM. In my computer it is using around 400 MB, which is 5 times more than the programme following it which is Safari with 80Mb. Seems a bit much, it i doubt that it is what is really slowing down the computer.
    Could it be a virus?
    Hoping that somebody may help. Thank you in advance!

    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. 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, 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.
    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, 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 turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up 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 startup may also be somewhat slow.
    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?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Since updating my iPad 2 to ios8, it safari has been slow and crashing and some of the apps acting wierd. The password app doesn't work at all so had to find another way of retrieving all my passwords. Very very dissapointing

    Since updating my iPad 2 to ios8, it safari has been slow and crashing and some of the apps acting wierd. The password app doesn't work at all so had to find another way of retrieving all my passwords. Very very dissapointing. It appears from these forums that a lot of people are having the same problems wit this latest update.

    Hi erastyle,
    Actually the Licensing information for the package is missing hence it is not launching any applications. You need to Reserialize the products using APTEE which you can find it on the Machine where you have created the package. If you dont have the access to that Machine then please download and install Creative Cloud Packager and it will download APTEE in the below mentioned location.
    Windows:
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\CCP\utilities
    Once downloaded please follow this KB article to use the Tool.
    http://helpx.adobe.com/creative-cloud/packager/provisioning-toolkit-enterprise.html
    Please let us know if it helps.
    Regards,
    Abhijit

  • Macbook Pro mid-2012 Slow, and laggy

    My Macbook has been running slow, and laggy aswell. I don't know whats wrong with it. I took my Macbook to the store where I bought it to see if they could fix it. After 4 days in the warehouse I came to take it back, and they said that we didn't find anything wrong with the hardware, but something with the software. They said that I had to reinstall it, but they couldn't cuz it was not included in the insurance. When I came back home, I did a backup, erased everything, and did a fresh install of Mavericks(took 1 day cuz it was slow and laggy). When My macbook reinstalled the problem was still there. It was much better before the reinstallation, but still a little slow. I also ran disc utility but it affect the problem. I also have another probelm is when I put my macook in sleep, I close the lid and then it gets hot, like if I'm playing a game or something which I don't. The light is turned off when I'm using my mac, it gets a little dim when I put my Mac to sleep with the lid open. When I close the lid the light gets bright and it shows the pulse like pattern at random points. I had to turn my mac off cuz I take it to school, and when I take it out from my bag its hot like a fry pan. The overheat also affects my battery life time in a high degree. I had 80% when I closed the lid and put it in my bag, and it got 22% when I took it out. I also did some search up with no luck so I hope you guys can help me, please, any help would be greatly appreciated and thanks in advance

    Shazo46 wrote:
    What about the problem when I close the lid it starts getting hot, like the processor is
    I was referring to this link that I posted earlier:
    http://www.thesafemac.com/mpg/
    What about the problem when I close the lid it starts getting hot, like the processor is working at its limits???
    Run an Apple Hardware Test,  that may develop a clue:
    http://support.apple.com/kb/ht1509
    Also what about the caches, because it was written that it can slow down mac's performance if they are corrupted, and I don't know if the are corrputed.
    One eliminates that as a possibility by cleaning them. A Safe boot will do that.  Also look in the 'Safe Mac' link, the last entry titled "Clear Caches".
    Ciao.

  • Photoshop Elements 12 runs really slow and is almost unusable.

    Photoshop (and Premiere) Elements 12 runs really slow and is almost unusable.
    All other high end software works perfectly including 3D rendering software.
    27" iMac mid 2011.
    16gb of RAM.
    Over 100gb free hdd space.
    Radeon HD card 2GB.
    3.4 GHz Intel Core i7.
    I have tested on tiny low quality images as well.
    I bought this with the bundled Premiere Elements which is also unusable even with the smallest and lowest quality video file.
    iMovie works fine as does other video editing software. I ONLY have an issue with Photoshop and Premiere Elements 12.
    Mavericks 10.9.3
    Elements 12.1

    After the latest update, Firefox is much better. Using it again.

  • Why is my ipod so slow and laggy? i have lots of space on it, my history is deleted, i dont have multiple apps running! I have an iPod 4th Gen for about 2 years now and I don't know what to do.... Please help

    why is my ipod so slow and laggy? i have lots of space on it, my history is deleted, i dont have multiple apps running! I have an iPod 4th Gen for about 2 years now and I don't know what to do.... Please help

    Periodically double click the home button and close all the apps in the recently used dock. Then power off and then back on the iPod. This frees up memory. The 4G only has 256 MB of memory.
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • My iPad is running really slow, and I can't connect to my iTunes account or App Store ,keeps saying can't connect to server ,but have another iPad in house and it's working fine

    My ipad is running really slow, and it will not let me connect to iTunes or App Store, but have another iPad in house which is working fine I,please help

    Try a hard reset by pressing the Home button and Wake / Sleep button at the same time, keep them both pressed until the Apple Logo appears on the screen.
    This does not lose any data on your iPad.

  • Slow and laggy, tool bar too large

    Annotation very slow and laggy draw speed when using s pen for Samsung note 4. Tool bars are too large on this device, taking too much space that I can't annotate properly

    When you say toolbars are too large, are they taking more space then the top toolbar?
    Can you please share the snapshot of the device when toolbar is taking too much space. It will help us in understanding the issue better.
    Thanks

Maybe you are looking for

  • After installing iTunes 11.1.4.62 iPhone 5 fails to sync

    I have a iPhone 5 with iOS 7.0.4. I just upgraded to iTunes 11.1.4.62 on Windows 7 today. But now I can't sync the iPhone. The sync process get stuck on syncing calendars. Does anybody have the same kind of behavior? Is there a way to solve that? Tha

  • I updated to 11.01 and cannot find my settings tab.  I have over 600 songs in my library, and the only playlists I can find are recently purchased songs.  Any suggestions?

    Hi, I recently updated to 11.01 for iTunes.  But, my library only shows certain playlists.  My I can't find the settings tab to show all the songs IN my library, or the songs that I have on my iPod.  Any suggestions? 

  • Exit or badi problem about migo

    I hope i can get the material document after migo operation in exit or badi ,which exit or badi i can use it ?now i finded the badi which is MB_MIGO_BADI and i use POST_DOCUMENT method,but i can only get the document before actual document  create ,i

  • Bug in Zen Mi

    Ok, to be able to recreate this bug, you'll need to have an artist with at least 2 different albums. (I'm using firmware version 2.00.2) I went to "Random Play All", and when the Zen played a song by Metallica, it got me in the mood to listen to one

  • Align Fields in APD

    Dear BI Experts, I am using APD to fetch data from Query to file. But the fields are not aligned. How can i align them? eg: When Query executes it shows fields as given below Company Material Amount When APD is used, it downloads the data into file a