PaintComponent is slow - help

I have the following code for painting a image on to screen. I keep updating the image continuously. This application is slow.
I read that using active rendering/ BufferStrategy will be faster. but i am not able to find any examples for the same but i could not find any examples for the same.
If i put the same code in paint() then there is flickering ..
Appreciate your comments on how i could increase the performance of the application.
Thanks in advance.
<code>
import java.awt.*;
import javax.swing.JPanel;
public class PaintPanel extends JPanel
public PaintPanel()
setPreferredSize(new Dimension(800, 600));
revalidate();
objInsets = getInsets();
iHeight = getHeight();
iWidth = getWidth();
iPaintableWidth = iWidth - objInsets.right - objInsets.left - 1;
iPaintableHeight = iHeight - objInsets.top - objInsets.bottom -1;
boolStartImageDisplay=true;
repaint();
public void updatePicture(PictData pictData)
this.pictData = pictData;
int w = pictData.getRight() - pictData.getLeft() + 1;
int h = pictData.getBottom() - pictData.getTop() + 1;
int y = pictData.getTop();
int x = pictData.getLeft();
repaint(x,y,w,h);
public void paintComponent(Graphics g)
super.paintComponent(g);
// Start Image Display so paint the background BLACK.
if (boolStartImageDisplay == true) {
g.setColor(Color.BLUE);
g.fillRect(objInsets.left, objInsets.top, iPaintableWidth, iPaintableHeight);
boolStartImageDisplay = false;
} else if (this.pictData != null) {
if (this.pictData != null) {
this.m_image = MyUtil.getImage(this.pictData); //get the image from the pictData object.
this.pictData = null;
g.drawImage(this.m_image, objInsets.left, objInsets.top, this);
private Insets objInsets = getInsets();
private int iHeight = getHeight();
private int iWidth = getWidth();
private int iPaintableWidth = iWidth - objInsets.right - objInsets.left - 1;
private int iPaintableHeight = iHeight - objInsets.top - objInsets.bottom -1;
private PictData pictData = null;
private boolean boolStartImageDisplay=false;
private Image m_image = null;
public static void main(String args[]) {
java.awt.Frame f = new java.awt.Frame();
PaintPanel c = new PaintPanel ();
JScrollPane scroll = new JScrollPane (c);
f.add("Center", scroll );
f.setTitle("My PaintPanel");
c.setSize(800, 600);
f.addWindowListener(new WindowAdapter() {
public void windowClosing(WindowEvent e) {
System.exit(0);
f.pack();
f.show();
try {
c.repaint();
} catch (Exception e) {
e.printStackTrace();
</code>

"I keep updating the image continuously"What? I guess your loading images from somewhere and
then calling the repaint method on the frame. This is
most likely the slow part of your program. Look at the
MemoryImageSource object. In the javadoc there's some
code animating an image included.I get the stream of data from a different machine, from which i create a BufferedImage and use this image to drawImage(..)
in normal conditions the performance is ok but When the mouse is moved continuously the image does not get updated soon enough. I guess this is because both the (mouse event and the image updation) runs on the same thread - eventdispatcher.

Similar Messages

  • My Macbook Pro is so slow-.HELP!

    Hello everyone,
    I have had my Macbook pro for about 4 years now and it is incredibly slow.  I believe it is because of the lack of space on the hard drive or something like that.  I am not very tech savvy but when I went to my local Apple store they said that my Macbook only has 2g of somekind of internal memory which is why it is running slow.  The guy I spoke with actually recommended buying more memory on Amazon and installing it myself or pay someone because if I did it at the Apple store it would run around $200 vs. Amazon would be around $40.  The processor that I have is a 2.26 GHz Intel Core 2 Duo.  Memory: 2GB 1067 MHz DDR3.  I am running version 10.7.5 software.  Also when digging further it says that I have a 160 GB SATA Disk and that out of all that space I only have 507.7 mb of storage left.  I would that this would obviously be my problem with the computer being so sluggish taking forever to have more that one app open at a time and so on.  Also what is shows is taking up all the memory is labeled under 'other' and has used 158.67GB.  Audio, Movies, Photos, Apps, and Backups all show 'Zero KB'.  I don't understand that though because I easily have 7000+ pictures on this Macbook.  Could they be under the 'Other'?
    Any help with the direction to take to make this Macbook Pro faster would be greatly appreciated.  Has anyone ever purchased additional memory or what I need on Amazon to save some money?  Or just tell me what I need lol.  Thank you to everyone who helps me out!
    Donovan
    ** Also I just received a message after posting this that the 'start up disc is full' on this Macbook Pro and I need to delete some files or something.  Any help here would be great as well.  Thank you everyone.

    Donovan,
    MacTracker is just an Apple database - but I was able to find your model by using it.
    Only you can determine if you've files that can be deleted. Everything inside your user folder (except the Library folder) is fair game to be tossed. I know you want to keep your iPhoto library, though! You could get an external drive and copy your iPhoto library to it and I'm sure that would free up some space. That may be your best, but temporary, fix. I would still recommend a larger internal drive and more RAM. Since you have a Firewire 800 port, you may want to look at OWC, again, for external drives with FW800 connections - that's the speediest port on your model.
    I trust OWC on any of their external drives - they're truly Mac experts. For RAM, I prefer Crucial, although OWC sells fine RAM as well.
    Clinton

  • My Macbook is running really slow - help (Etrecheck report included)

    I have a Macbook Pro, and it runs insanely slow.  Trying to do something simple like surfing the net and listening to Itunes generally results in the spinning wheel coming up after every clicked link.  Excel will cause a 45 second spinning wheel when doing something simple like =2+2.  I don't use this machine for anything too complicated and I'm just finding it runs extraordinarily slow.  Any advice is welcome.
    Problem description:
    Mac is running slow
    EtreCheck version: 2.1.5 (108)
    Report generated December 26, 2014 at 7:49:49 PM EST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 26 days 0:16:38
    Disk Information: ℹ️
      APPLE HDD HTS547550A9E384 disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 499.25 GB (64.27 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Extensions
      [not loaded] com.BlackBerry.driver.USBCDCNCM (1.0.10 - SDK 10.7) [Support]
      [loaded] com.rim.driver.BlackBerryUSBDriverInt (2.2.7 - SDK 10.7) [Support]
      [loaded] com.rim.driver.BlackBerryVirtualPrivateNetwork (1.0.18 - SDK 10.8) [Support]
      /Library/Parallels/Parallels Service.app
      [not loaded] com.parallels.kext.prl_hid_hook (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_hypervisor (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_netbridge (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_usb_connect (7.0 15107.796624) [Support]
      [not loaded] com.parallels.kext.prl_vnic (7.0 15107.796624) [Support]
    Startup Items: ℹ️
      AvgNetShieldLoader: Path: /Library/StartupItems/AvgNetShieldLoader
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [running] com.avg.LinkScannerAgent.plist [Support]
      [loaded] com.citrix.AuthManager_Mac.plist [Support]
      [running] com.citrix.ReceiverHelper.plist [Support]
      [running] com.citrix.ServiceRecords.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [invalid?] com.parallels.desktop.launch.plist [Support]
      [loaded] com.parallels.DesktopControlAgent.plist [Support]
      [running] com.parallels.vm.prl_pcproxy.plist [Support]
      [running] com.rim.BBLaunchAgent.plist [Support]
      [running] com.rim.blackberrylink.BlackBerry-Link-Helper-Agent.plist [Support]
      [running] com.rim.PeerManager.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [running] com.avg.apiServices.plist [Support]
      [running] com.avg.avginfosd.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [loaded] com.oracle.java.JavaUpdateHelper.plist [Support]
      [running] com.parallels.desktop.launchdaemon.plist [Support]
      [running] com.rim.BBDaemon.plist [Support]
      [not loaded] com.rim.nkehelper.plist [Support]
      [running] com.rim.tunmgr.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.valvesoftware.steamclean.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Application (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
      Default Browser: Version: 537 - SDK 10.9
      AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.246 - SDK 10.6 [Support]
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.246 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.7.0 - SDK 10.7 [Support]
      SharePointBrowserPlugin: Version: 14.1.0 [Support]
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User internet Plug-ins: ℹ️
      WebEx64: Version: 1.0 - SDK 10.6 [Support]
    Safari Extensions: ℹ️
      AVG LinkScanner [Installed]
    3rd Party Preference Panes: ℹ️
      Citrix ShareFile Sync  [Support]
      Flash Player  [Support]
      Java  [Support]
      LinkScannerSettings  [Support]
      MacFUSE  [Support]
      Tuxera NTFS  [Support]
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          4% WindowServer
          1% HP Device Monitor
          0% Google Chrome
          0% fontd
          0% prl_disp_service
    Top Processes by Memory: ℹ️
      155 MB Google Chrome
      131 MB Google Chrome Helper
      120 MB softwareupdated
      99 MB mds_stores
      94 MB Finder
    Virtual Memory Information: ℹ️
      843 MB Free RAM
      1.68 GB Active RAM
      576 MB Inactive RAM
      892 MB Wired RAM
      35.64 GB Page-ins
      1.24 GB Page-outs

    I was hoping to get some more air-play on this.  No one can help?
    It is a long holiday weekend for many helpers here so responses will be slower---happens every major holiday. Lots of people traveling and not checking in.
    Your first major problem is that you have AVG anti-virus installed. Such pieces of dreck do not offer enough protection to justify the performance problems they cause.
    If you no longer use a Blackberry device, uninstall the many support files for it that are eating resources.
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 26 days 0:16:38
    Try a restart every once in a while. That clears out a lot of crud that builds up.
    The RAM usage results suggests that more RAM might help with your usage patterns. See how the computer behaves after restarting and evicting AGV, then we can judge whether you need more RAM. Your MBP can handle up to 16GB RAM and installation is a 10-15 minute job you can do at home.
    Mid-2012 13-inch MacBook Pro non-Retina; 2.5Ghz i5 processor; OS10.9.5; 8GB RAM

  • HT1338 My MacBook's internet is going so slow - HELP!

    The internet (Safari, Firefox, etc.) on my MacBook is going so slow.  I ran a speed test on it and my download speed is 5.37 Mbps and my upload speed is .96 Mbps.  Nothing else is going slow.  I cannot open facebook, google, gmail, and many others.  It will go to the page but will be a white blank page and it will just say loading.  If I wait for a couple minutes, the page will eventually load.  I know it's not my router because my roommates are not having a problem with it and I have recently tried another wi-fi site and the same thing happens.  Is there anything I can do?  I can't perform normal daily functions on it so I really would appreciate any help!
    Thank you!

    Hi Kayla,
    Try putting these numbers in Network>TCP/IP>DNS Servers, for the Interface you connect with...
    208.67.222.222
    208.67.220.220
    Then Apply. For 10.5/10.6/10.7 Network, highlight Interface>Advanced button>DNS tab>little + icon.
    DNS Servers are a bit like Phone books where you look up a name and it gives you the phone number, in our case, you put in apple.com and it comes back with 17.149.160.49 behind the scenes.  
    These Servers have been patched to guard against DNS poisoning, and are faster/more reliable than most ISP's DNS Servers.

  • Mac Mini slow - Help

    Looking for some help.  I am running a 2010 Mini, with Lion 10.7.5.
    I have 8GB of memory installed.  Contantly find that the computer slows down with only 2 Google Chrome tabs and maybe a couple other apps.  What can I do to troubleshoot the root cause of my problems?
    Couple screen caps from my system:

    This comment applies to malicious software ("malware") that's installed unwittingly by the victim of a network attack. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an attacker who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files. The recognition database is automatically updated once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders. In most cases, there’s no benefit from any other automated protection against malware. Starting with OS X 10.7.5, there is another layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications that are downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Applications certified in this way haven't actually been tested by Apple (unless they come from the Mac App Store), but you can be sure that they haven't been modified by anyone other than the developer, and his identity is known, so he could be held responsible if he knowingly released malware. For most practical purposes, applications recognized by Gatekeeper as signed can be considered safe. Note, however, that there are some caveats concerning Gatekeeper:
    It doesn't apply to software that comes packaged as an installer. Treat all third-party installers with caution.
    It can be disabled or overridden by the user.
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets (see below.)
    It only applies to applications downloaded from the network. Software installed from a CD or other media is not checked.
    For more information about Gatekeeper, see this Apple Support article. Notwithstanding the above, the most effective defense against malware attacks is your own intelligence. All known malware on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "trojan horses," which can only have an effect if the victim is duped into running them. If you're smarter than the malware attacker thinks you are, you won't be duped. That means, primarily, that you never install software from an untrustworthy source. How do you know a source is untrustworthy?
    Any website that prompts you to install a “codec,” “plug-in,” or “certificate” that comes from that same site, or an unknown one, is untrustworthy.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. [Some reputable websites did legitimately warn users who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.]
    “Cracked” copies of commercial software downloaded from a bittorrent are likely to be infected.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. No intermediary is acceptable.
    Java on the network (not to be confused with JavaScript, to which it's not related) is always a potential weak spot in the security of any operating system. If a Java web plugin is not installed, don't install it unless you really need it. If it is installed, you should disable it (not JavaScript) in your web browsers. Few websites have Java content nowadays, so you won’t be missing much. This setting is mandatory in OS X 10.5.8 or earlier, because Java in those obsolete versions has known security flaws that make it unsafe to use on the Internet. The flaws will never be fixed. Regardless of version, experience has shown that Java can never be fully trusted, even if no vulnerabilities are publicly known at the moment.
    Follow these guidelines, and you’ll be as safe from malware as you can reasonably be.
    Never install any commercial "anti-virus" products for the Mac, as they all do more harm than good. If you need to be able to detect Windows malware in your files, use the free software ClamXav — nothing else.
    Why shouldn't you use commercial "anti-virus" products?
    Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the filesystem. Malware gets into the system by being downloaded, not by materializing from nowhere.
    In order to meet that nonexistent threat, the software duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability and poor performance.
    By modifying the system at a low level, the software itself may create vulnerabilities that could be exploited by malware attackers.
    ClamXav doesn't have these drawbacks.

  • Macbook Pro Extremely Slow - Help please.

    Hi, my Macbook pro has been extremely slow lately. I can't have more than a couple applications open, without it being extremely slow and not functional. Here's an etrechek that I did:
    Problem description:
    Macbook pro (2011) running extremely slow… Not sure why.
    EtreCheck version: 2.1.8 (121)
    Report generated March 28, 2015 at 4:23:14 PM EDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 1185
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10 (14A389) - Time since boot: 28 days 0:4:4
    Disk Information: ℹ️
        TOSHIBA MK3265GSXF disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (84.49 GB free)
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [loaded]    com.rim.driver.BlackBerryUSBDriverInt (0.0.68) [Click for support]
        [not loaded]    com.rim.driver.BlackBerryUSBDriverVSP (0.0.68) [Click for support]
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.accountsd.plist
        [killed]    com.apple.AirPlayUIAgent.plist
        [killed]    com.apple.bird.plist
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.cmfsyncagent.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.lookupd.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.pluginkit.pkd.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.rcd.plist
        [killed]    com.apple.recentsd.plist
        [killed]    com.apple.sbd.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.secd.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.syncdefaultsd.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        22 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.AssetCacheLocatorService.plist
        [killed]    com.apple.awdd.plist
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.diagnosticd.plist
        [killed]    com.apple.emond.aslmanager.plist
        [killed]    com.apple.GSSCred.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.installd.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.periodic-daily.plist
        [killed]    com.apple.periodic-monthly.plist
        [killed]    com.apple.periodic-weekly.plist
        [killed]    com.apple.softwareupdate_download_service.plist
        [killed]    com.apple.softwareupdated.plist
        [killed]    com.apple.spindump.plist
        [killed]    com.apple.tccd.system.plist
        [killed]    com.apple.wdhelper.plist
        [killed]    org.cups.cupsd.plist
        20 processes killed due to memory pressure
    Launch Agents: ℹ️
        [loaded]    com.citrix.AuthManager_Mac.plist [Click for support]
        [running]    com.citrix.ReceiverHelper.plist [Click for support]
        [running]    com.citrix.ServiceRecords.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [failed]    com.rim.BBAlbumArtCacher.plist [Click for support]
        [running]    com.rim.BBLaunchAgent.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.fitbit.galileod.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [failed]    com.rim.BBDaemon.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
        [loaded]    com.divx.agent.postinstall.plist [Click for support]
        [failed]    com.facebook.videochat.[redacted].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Fitbit Connect Menubar Helper    Application  (/Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Menubar Helper.app)
        WDDriveUtilityHelper    Application  (/Applications/WD Drive Utilities.app/Contents/WDDriveUtilityHelper.app)
        WDSecurityHelper    Application  (/Applications/WD Security.app/Contents/WDSecurityHelper.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 40 Check version
        OVSHelper: Version: 1.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 10.1.3 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        DivXBrowserPlugin: Version: 2.2 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        QuickTime Plugin: Version: 7.7.3
        CitrixICAClientPlugIn: Version: 11.7.0 - SDK 10.7 [Click for support]
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 10.1.3 [Click for support]
        DirectorShockwave: Version: 11.6.3r633 [Click for support]
    Safari Extensions: ℹ️
        DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
        Citrix ShareFile Sync  [Click for support]
        DivX  [Click for support]
        Flash Player  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Volumes being backed up:
            Macintosh HD: Disk size: 318.84 GB Disk used: 234.35 GB
        Destinations:
            Expansion Drive [Local]
            Total size: 0 B
            Total number of backups: 0
            Oldest backup: -
            Last backup: -
            Size of backup disk: Too small
                Backup size 0 B < (Disk used 234.35 GB X 3)
    Top Processes by CPU: ℹ️
             3%    WindowServer
             1%    Fitbit Connect Menubar Helper
             1%    loginwindow
             1%    sysmond
             1%    NotificationCenter
    Top Processes by Memory: ℹ️
        299 MB    loginwindow
        125 MB    Google Chrome
        90 MB    Finder
        30 MB    launchservicesd
        27 MB    WindowServer
    Virtual Memory Information: ℹ️
        295 MB    Free RAM
        777 MB    Active RAM
        697 MB    Inactive RAM
        1.59 GB    Wired RAM
        233.69 GB    Page-ins
        6.21 GB    Page-outs
    Diagnostics Information: ℹ️
        Mar 28, 2015, 03:47:24 PM    /Library/Logs/DiagnosticReports/Terminal_2015-03-28-154724_[redacted].hang
        Mar 28, 2015, 03:45:21 PM    /Library/Logs/DiagnosticReports/???_2015-03-28-154521_[redacted].cpu_resource.d iag [Click for details]

    While 4GB may have been fine with Snow Leopard or Lion, that was 4 years ago.
    If you have never done a clean install consider doing one. Backup, clone, setup a USB installer and wipe the system. Or wait for the new internal 500GB drive (so you are back to using about 50%) to do a clean install and run Setup Assistant. You would be surprised how even just that can feel and run.
    RAM is pretty much a given so when you do, look at putting a 500GB SSD in there as well.

  • StringBuffer delete (int start, int end) is too slow - HELP!!

    I've traced a performance problem to one line of code: a StringBuffer "delete (int start, int end)" call.
    My StringBuffer contains a lot of data, maybe 500,000 characters. My code loops, searching for a particular character (the search is fast, btw). When that particular character is found, I want to delete that character plus the characters following it. My code looks something like:
    int pos;
    while ((pos = myStringBuffer.toString().indexOf('~')) != -1)
         myStringBuffer.delete(pos, pos + 3);I'm 100% sure the bottleneck is the delete call. If I change the code to the following, where I've commented out the delete, it loops the same number of times and runs lightning-fast:
    int pos = 0;
    while ((pos = myStringBuffer.toString().indexOf('~', pos)) != -1)
         pos++;The loop, and therefore the delete method, will be executed thousands of times. To give you some idea of the poor performance I'm seeing, the first code (with the delete) takes more than 10 minutes to run, while the second code (without the delete) takes less than one-tenth of one second.
    Any suggestions? Thank you.

    Thanks for all the help! da.futt's solution works perfectly: 65,000 times through the loop in about one-tenth of one second. Problem solved.
    We're still on Java 1.3.1 (large company = slow to upgrade), so I can't even remove toString(). I wonder how many "small" performance problems we have (and are unaware of) that could be addressed by upgrading?
    My first posting here and a positive result. I'm not a Java expert, but neither am I a rookie. I'll be back to try and help others as I've been helped here.
    Thanks again.

  • [SOLVED] Pacman incredibly slow, help!

    Hi,
    I just installed Arch Linux yesterday using the Beginners Guide. I'm stuck at the point where you go
    pacman -Syy
    I do have a network connection: I can ping www.google.com just fine, but trying to ping the mirrors returns
    ping: unknown host (mirror URL)
    My /etc/hosts shows
    127.0.0.1 localhost.localdomain localhost David
    My /etc/rc.conf shows under the Networking Section
    HOSTNAME = "David"
    eth0="dhcp"
    INTERFACES=(eth0)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    My /etc/pacman.conf shows
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    My /etc/pacman.d/mirrorlist shows only
    Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
    Server = ftp://mirrors.unixheads.org/archlinux/$repo/os/i686
    Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
    Server = http://mirror.neotuli.net/arch/$repo/os/i686
    uncommented with the other US mirrors commented out and the foreign mirrors deleted
    Pacman does work... but at a snail's pace of sub-1.0K/s and takes hours to finish -Syy
    Thanks in advance!
    dkuo1128
    Last edited by dkuo1128 (2008-08-24 22:58:21)

    fwojciec wrote:Even my old-ish slow-ish laptop can resync repos in around 10 seconds, so there is definitely something wrong on your system.  My guess would actually be some network related problem, rather than hardware performance one.  In one of your earlier posts you wrote that you can't ping the mirror host -- this must be related, I'd say this is your best lead at the moment.
    Yes, that's true... when I try to ping any mirror host I get an error
    ping -c 3 http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
    error: unknown host http://mirrors.easynews.com/linux/archlinux//repo/os/i686
    it returns the mirror URL but replaces $ with / ... have any of you guys run across something like that before?
    I looked over my /etc/hosts and /etc/rc.conf (above) and they seem to be okay. I also switched my DNS server to OpenDNS like you suggested
    /etc/resolv.conf
    nameserver 208.67.222.222
    nameserver 208.67.220.220
    nameserver 192.168.0.1
    Any ideas as to what could be wrong?
    Thanks a bunch for your help you guys You guys are awesome!

  • Macbook Pro running extremely slow, help?!

    Of course, the curse of finals week strikes. As of a few days ago I woke up one morning and my computer started running really slow. It takes forever to restart, open tabs on the internet, switch between applications... everything. I always get the spinning wheel and it drives me insane. I have been reading a few posts, but I think it would be better to get some knowledge on what is actually wrong with my laptop. Any help is very much appreciated... coming from a stressed out college student!!!

    Step 3
    269
    Safari Web Content
    alyssalommel
    5.7
    16
    292.5 MB
    Intel (64 bit)
    0
    kernel_task
    root
    2.3
    83
    1.08 GB
    Intel (64 bit)
    175
    Safari
    alyssalommel
    2.3
    13
    52.0 MB
    Intel (64 bit)
    74
    WindowServer
    _windowserver
    2.1
    4
    49.2 MB
    Intel (64 bit)
    48
    hidd
    root
    1.9
    5
    2.3 MB
    Intel (64 bit)
    412
    Activity Monitor
    alyssalommel
    1.1
    2
    19.8 MB
    Intel (64 bit)
    238
    Spotify
    alyssalommel
    1.0
    35
    115.5 MB
    Intel
    173
    Terminal
    alyssalommel
    1.0
    5
    12.6 MB
    Intel (64 bit)
    283
    Spotify Helper EH
    alyssalommel
    0.9
    10
    22.0 MB
    Intel
    415
    activitymonitord
    root
    0.6
    1
    1.5 MB
    Intel (64 bit)
    179
    SystemUIServer
    alyssalommel
    0.2
    3
    13.6 MB
    Intel (64 bit)
    18
    configd
    root
    0.1
    7
    3.2 MB
    Intel (64 bit)
    274
    Spotify Helper
    alyssalommel
    0.0
    9
    16.0 MB
    Intel
    165
    UserEventAgent
    alyssalommel
    0.0
    4
    7.9 MB
    Intel (64 bit)
    424
    syncdefaultsd
    alyssalommel
    0.0
    8
    12.4 MB
    Intel (64 bit)
    417
    com.apple.iCloudHelper
    alyssalommel
    0.0
    4
    5.9 MB
    Intel (64 bit)
    277
    Spotify Helper
    alyssalommel
    0.0
    4
    14.3 MB
    Intel
    44
    loginwindow
    alyssalommel
    0.0
    2
    25.6 MB
    Intel (64 bit)
    45
    locationd
    _locationd
    0.0
    7
    3.4 MB
    Intel (64 bit)
    15
    securityd
    root
    0.0
    4
    8.7 MB
    Intel (64 bit)
    187
    NetworkBrowserAgent
    alyssalommel
    0.0
    3
    1.9 MB
    Intel (64 bit)
    11
    UserEventAgent
    root
    0.0
    4
    3.0 MB
    Intel (64 bit)
    101
    ntpd
    root
    0.0
    2
    1.0 MB
    Intel (64 bit)
    40
    mds
    root
    0.0
    8
    50.1 MB
    Intel (64 bit)
    281
    Spotify Helper
    alyssalommel
    0.0
    9
    35.8 MB
    Intel
    180
    Finder
    alyssalommel
    0.0
    4
    55.4 MB
    Intel (64 bit)
    282
    Spotify Helper
    alyssalommel
    0.0
    9
    13.4 MB
    Intel
    200
    storeagent
    alyssalommel
    0.0
    2
    4.0 MB
    Intel (64 bit)
    14
    notifyd
    root
    0.0
    2
    1.4 MB
    Intel (64 bit)
    191
    fontd
    alyssalommel
    0.0
    2
    4.5 MB
    Intel (64 bit)
    212
    PhotoStreamAgent
    alyssalommel
    0.0
    4
    8.2 MB
    Intel (64 bit)
    28
    warmd
    nobody
    0.0
    3
    2.8 MB
    Intel (64 bit)
    35
    revisiond
    root
    0.0
    4
    1.4 MB
    Intel (64 bit)
    21
    distnoted
    root
    0.0
    2
    1.5 MB
    Intel (64 bit)
    240
    Caffeine
    alyssalommel
    0.0
    2
    4.0 MB
    Intel (64 bit)
    49
    fseventsd
    root
    0.0
    67
    2.8 MB
    Intel (64 bit)
    205
    lsboxd
    alyssalommel
    0.0
    2
    1.3 MB
    Intel (64 bit)
    261
    pbs
    alyssalommel
    0.0
    2
    2.2 MB
    Intel (64 bit)
    77
    CVMServer
    root
    0.0
    2
    1.0 MB
    Intel (64 bit)
    275
    Spotify Helper
    alyssalommel
    0.0
    9
    21.5 MB
    Intel
    410
    helpd
    alyssalommel
    0.0
    2
    2.1 MB
    Intel (64 bit)
    317
    com.apple.audio.ComponentHelper
    alyssalommel
    0.0
    2
    1.5 MB
    Intel (64 bit)
    147
    cfprefsd
    alyssalommel
    0.0
    2
    1.6 MB
    Intel (64 bit)
    154
    cfprefsd
    _spotlight
    0.0
    2
    820 KB
    Intel (64 bit)
    196
    ubd
    alyssalommel
    0.0
    11
    6.6 MB
    Intel (64 bit)
    12
    kextd
    root
    0.0
    2
    4.6 MB
    Intel (64 bit)
    19
    syslogd
    root
    0.0
    4
    1.1 MB
    Intel (64 bit)
    210
    com.apple.dock.extra
    alyssalommel
    0.0
    2
    8.1 MB
    Intel (64 bit)
    33
    SleepServicesD
    root
    0.0
    2
    724 KB
    Intel (64 bit)
    54
    appleeventsd
    _eppc
    0.0
    2
    1.4 MB
    Intel (64 bit)
    61
    coreservicesd
    root
    0.0
    4
    21.1 MB
    Intel (64 bit)
    394
    Quick Look Helper
    alyssalommel
    0.0
    5
    12.6 MB
    Intel (64 bit)
    401
    QuickLookSatellite-general
    alyssalommel
    0.0
    2
    65.0 MB
    Intel (64 bit)
    273
    Spotify Helper
    alyssalommel
    0.0
    9
    10.8 MB
    Intel
    422
    taskgated
    root
    0.0
    3
    2.8 MB
    Intel (64 bit)
    103
    aosnotifyd
    root
    0.0
    4
    3.6 MB
    Intel (64 bit)
    322
    AppleSpell.service
    alyssalommel
    0.0
    2
    5.0 MB
    Intel (64 bit)
    145
    distnoted
    alyssalommel
    0.0
    2
    3.0 MB
    Intel (64 bit)
    159
    xpcd
    _coreaudiod
    0.0
    2
    1.6 MB
    Intel (64 bit)
    201
    Notification Center
    alyssalommel
    0.0
    3
    14.8 MB
    Intel (64 bit)
    17
    powerd
    root
    0.0
    2
    1.6 MB
    Intel (64 bit)
    406
    com.apple.audio.ComponentHelper
    alyssalommel
    0.0
    2
    4.6 MB
    Intel (64 bit)
    420
    ocspd
    root
    0.0
    4
    3.5 MB
    Intel (64 bit)
    59
    autofsd
    root
    0.0
    2
    924 KB
    Intel (64 bit)
    129
    logind
    root
    0.0
    2
    988 KB
    Intel (64 bit)
    150
    launchd
    _spotlight
    0.0
    2
    648 KB
    Intel (64 bit)
    157
    coreaudiod
    _coreaudiod
    0.0
    3
    3.3 MB
    Intel (64 bit)
    171
    TextEdit
    alyssalommel
    0.0
    2
    4.9 MB
    Intel (64 bit)
    178
    talagent
    alyssalommel
    0.0
    2
    5.1 MB
    Intel (64 bit)
    185
    xpcd
    alyssalommel
    0.0
    2
    2.6 MB
    Intel (64 bit)
    192
    librariand
    alyssalommel
    0.0
    2
    2.4 MB
    Intel (64 bit)
    1
    launchd
    root
    0.0
    3
    2.3 MB
    Intel (64 bit)
    22
    opendirectoryd
    root
    0.0
    6
    7.5 MB
    Intel (64 bit)
    29
    usbmuxd
    _usbmuxd
    0.0
    3
    1.3 MB
    Intel (64 bit)
    220
    imagent
    alyssalommel
    0.0
    3
    4.2 MB
    Intel (64 bit)
    234
    accountsd
    alyssalommel
    0.0
    2
    2.8 MB
    Intel (64 bit)
    241
    imklaunchagent
    alyssalommel
    0.0
    2
    2.2 MB
    Intel (64 bit)
    404
    com.apple.audio.SandboxHelper
    alyssalommel
    0.0
    2
    4.3 MB
    Intel (64 bit)
    92
    networkd
    _networkd
    0.0
    2
    904 KB
    Intel (64 bit)
    318
    com.apple.security.pboxd
    alyssalommel
    0.0
    2
    1.9 MB
    Intel (64 bit)
    190
    tccd
    alyssalommel
    0.0
    2
    1.7 MB
    Intel (64 bit)
    20
    cfprefsd
    root
    0.0
    2
    1.5 MB
    Intel (64 bit)
    27
    wdhelper
    root
    0.0
    2
    1.2 MB
    Intel (64 bit)
    409
    VTDecoderXPCService
    alyssalommel
    0.0
    2
    20.4 MB
    Intel (64 bit)
    41
    mDNSResponder
    _mdnsresponder
    0.0
    3
    2.3 MB
    Intel (64 bit)
    253
    bash
    alyssalommel
    0.0
    1
    624 KB
    Intel (64 bit)
    76
    netbiosd
    _netbios
    0.0
    2
    2.0 MB
    Intel (64 bit)
    316
    com.apple.audio.SandboxHelper
    alyssalommel
    0.0
    2
    1.2 MB
    Intel (64 bit)
    153
    distnoted
    _spotlight
    0.0
    2
    964 KB
    Intel (64 bit)
    160
    com.apple.audio.SandboxHelper
    _coreaudiod
    0.0
    2
    1.3 MB
    Intel (64 bit)
    188
    filecoordinationd
    root
    0.0
    2
    1.6 MB
    Intel (64 bit)
    32
    stackshot
    root
    0.0
    3
    844 KB
    Intel (64 bit)
    223
    AppleIDAuthAgent
    alyssalommel
    0.0
    3
    960 KB
    Intel (64 bit)
    237
    com.apple.hiservices-xpcservice
    alyssalommel
    0.0
    2
    1.1 MB
    Intel (64 bit)
    46
    KernelEventAgent
    root
    0.0
    3
    628 KB
    Intel (64 bit)
    60
    apsd
    root
    0.0
    4
    4.8 MB
    Intel (64 bit)
    251
    login
    root
    0.0
    2
    1.3 MB
    Intel (64 bit)
    421
    Flash Player (Safari Internet plug-in)
    alyssalommel
    0.0
    2
    27.5 MB
    Intel (64 bit)
    193
    usernoted
    alyssalommel
    0.0
    2
    3.0 MB
    Intel (64 bit)
    16
    diskarbitrationd
    root
    0.0
    2
    1.3 MB
    Intel (64 bit)
    405
    mdworker
    alyssalommel
    0.0
    4
    16.0 MB
    Intel (64 bit)
    228
    SpotifyWebHelper
    alyssalommel
    0.0
    3
    2.1 MB
    Intel
    235
    iTunes Helper
    alyssalommel
    0.0
    3
    1.8 MB
    Intel (64 bit)
    242
    Dictation
    alyssalommel
    0.0
    3
    7.6 MB
    Intel (64 bit)
    51
    dynamic_pager
    root
    0.0
    1
    400 KB
    Intel (64 bit)
    79
    launchd
    _windowserver
    0.0
    2
    532 KB
    Intel (64 bit)
    270
    com.apple.hiservices-xpcservice
    alyssalommel
    0.0
    2
    1.2 MB
    Intel (64 bit)
    93
    cfprefsd
    _windowserver
    0.0
    2
    608 KB
    Intel (64 bit)
    419
    cookied
    alyssalommel
    0.0
    2
    3.8 MB
    Intel (64 bit)
    142
    launchd
    alyssalommel
    0.0
    2
    1.3 MB
    Intel (64 bit)
    170
    pboard
    alyssalommel
    0.0
    1
    576 KB
    Intel (64 bit)
    177
    Dock
    alyssalommel
    0.0
    3
    36.9 MB
    Intel (64 bit)
    184
    CalendarAgent
    alyssalommel
    0.0
    5
    14.2 MB
    Intel (64 bit)
    User: 1.75
    System:1.12
    Idle:94.88
    Swap used: 0 bytes
    Read ins/sec:0
    Writes out/sec:0
    Step 4
    12/17/13 9:07:29.253 PM WindowServer[74]: post_notification : Time out waiting for reply from "loginwindow" for notification type 102 (CID 0x7407, PID 44)
    12/17/13 9:07:29.255 PM WindowServer[74]: Created shield window 0x5b for display 0x04273140
    12/17/13 9:07:29.338 PM WindowServer[74]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    12/17/13 9:07:29.343 PM WindowServer[74]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    12/17/13 9:07:29.406 PM WindowServer[74]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    12/17/13 9:07:29.407 PM loginwindow[44]: find_shared_window: WID -1
    12/17/13 9:07:29.407 PM loginwindow[44]: CGSGetWindowTags: Invalid window 0xffffffff
    12/17/13 9:07:29.407 PM loginwindow[44]: find_shared_window: WID -1
    12/17/13 9:07:29.408 PM loginwindow[44]: CGSSetWindowTags: Invalid window 0xffffffff
    12/17/13 9:07:29.409 PM WindowServer[74]: _CGXHWCaptureWindowList: No capable active display found.
    12/17/13 9:07:30.227 PM loginwindow[44]: ERROR | -[LWBuiltInScreenLockAuthLion preLoad] | guestEnabled is true, but guest mode is not set to a usable value
    12/17/13 9:07:32.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    12/17/13 9:07:32.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    12/17/13 9:07:32.000 PM kernel[0]: hibernate_alloc_pages act 266633, inact 25165, anon 3148, throt 0, spec 110414, wire 324729, wireinit 207170
    12/17/13 9:07:32.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    12/17/13 9:07:32.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    12/17/13 9:07:32.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 534 ms
    12/17/13 9:07:32.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 8589934592, partition base 0x0, maxio 2000000 ssd 0
    12/17/13 9:07:32.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 5
    12/17/13 9:07:36.000 PM kernel[0]: en1: BSSID changed to ec:1a:59:a2:93:74
    12/17/13 9:07:36.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    12/17/13 9:07:36.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    12/17/13 9:07:36.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/17/13 9:07:36.388 PM configd[18]: network changed: v4(en1-:192.168.2.7) DNS- Proxy- SMB
    12/17/13 10:32:05.000 PM kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff80f2a9b000, 0xffffff80f2adb000
    12/17/13 10:32:05.000 PM kernel[0]: hibernate_page_list_setall time: 333 ms
    12/17/13 10:32:05.000 PM kernel[0]: pages 705696, wire 291835, act 233919, inact 719, cleaned 0 spec 252, zf 1525, throt 0, could discard act 36944 inact 22050 purgeable 8274 spec 110178 cleaned 0
    12/17/13 10:32:05.000 PM kernel[0]: hibernate_page_list_setall found pageCount 528250
    12/17/13 10:32:05.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    12/17/13 10:32:05.000 PM kernel[0]: IOHibernatePollerOpen(0)
    12/17/13 10:32:05.000 PM kernel[0]: encryptStart 13290
    12/17/13 10:32:05.000 PM kernel[0]: bitmap_size 0x3f4dc, previewSize 0x2018, writing 527910 pages @ 0x54784
    12/17/13 10:32:05.000 PM kernel[0]: IOPolledInterface::checkForWork[5] 0xe00002eb
    12/17/13 10:32:05.000 PM kernel[0]: PMStats: Hibernate write took 4995404 ms
    12/17/13 10:32:05.000 PM kernel[0]: all time: 4995404 ms, comp bytes: 190504960 time: 156 ms 1160 Mb/s, crypt bytes: 65458032 time: 152 ms 408 Mb/s,
    12/17/13 10:32:05.000 PM kernel[0]: image 0 (0%), uncompressed 190500864 (46509), compressed 64919792 (34%), sum1 f38ea610, sum2 0
    12/17/13 10:32:05.000 PM kernel[0]: wired_pages_encrypted 50025, wired_pages_clear 0, dirty_pages_encrypted 0
    12/17/13 10:32:05.000 PM kernel[0]: hibernate_write_image done(e00002eb)
    12/17/13 10:32:05.000 PM kernel[0]: sleep
    12/17/13 10:32:05.000 PM kernel[0]: Wake reason: EC.LidOpen EHC1 (User)
    12/17/13 10:32:10.343 PM WindowServer[74]: Created shield window 0x5e for display 0x003f003d
    12/17/13 10:32:10.343 PM WindowServer[74]: handle_will_sleep_auth_and_shield_windows: releasing authw 0x7fcbd124bc90(2000), shield 0x7fcbd124ac90(2001), lock state 3
    12/17/13 10:32:10.344 PM WindowServer[74]: handle_will_sleep_auth_and_shield_windows: err 0x0
    12/17/13 10:32:10.346 PM WindowServer[74]: handle_will_sleep_auth_and_shield_windows: releasing authw 0x7fcbd124bc90(2002), shield 0x7fcbd124ac90(2001), lock state 3
    12/17/13 10:32:10.346 PM WindowServer[74]: handle_will_sleep_auth_and_shield_windows: err 0x0
    12/17/13 10:32:10.348 PM WindowServer[74]: Created shield window 0x5f for display 0x003f003e
    12/17/13 10:32:10.348 PM WindowServer[74]: handle_will_sleep_auth_and_shield_windows: releasing authw 0x7fcbd124bc90(2002), shield 0x7fcbd124ac90(2001), lock state 3
    12/17/13 10:32:10.348 PM WindowServer[74]: handle_will_sleep_auth_and_shield_windows: err 0x0
    12/17/13 10:32:10.348 PM WindowServer[74]: Created shield window 0x60 for display 0x003f003f
    12/17/13 10:32:10.349 PM WindowServer[74]: handle_will_sleep_auth_and_shield_windows: releasing authw 0x7fcbd124bc90(2002), shield 0x7fcbd124ac90(2001), lock state 3
    12/17/13 10:32:10.349 PM WindowServer[74]: handle_will_sleep_auth_and_shield_windows: err 0x0
    12/17/13 10:32:10.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    12/17/13 10:32:10.000 PM kernel[0]: Previous Sleep Cause: 5
    12/17/13 10:32:10.000 PM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0x1d000000) may have caused a wake by issuing a remote wakeup (2)
    12/17/13 10:32:10.000 PM kernel[0]: The USB device HubDevice (Port 8 of Hub at 0x1d100000) may have caused a wake by issuing a remote wakeup (3)
    12/17/13 10:32:10.000 PM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 3 of Hub at 0x1d180000) may have caused a wake by issuing a remote wakeup (3)
    12/17/13 10:32:10.000 PM kernel[0]: en1: 802.11d country code set to 'X0'.
    12/17/13 10:32:10.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    12/17/13 10:32:10.000 PM kernel[0]: TBT W (1): 0 [x]
    12/17/13 10:32:12.606 PM loginwindow[44]: resume called when there was already a timer
    12/17/13 10:32:16.000 PM kernel[0]: MacAuthEvent en1   Auth result for: ec:1a:59:a2:93:74  MAC AUTH succeeded
    12/17/13 10:32:16.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    12/17/13 10:32:16.000 PM kernel[0]: AirPort: Link Up on en1
    12/17/13 10:32:16.000 PM kernel[0]: en1: BSSID changed to ec:1a:59:a2:93:74
    12/17/13 10:32:16.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/17/13 10:32:16.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    12/17/13 10:32:18.320 PM configd[18]: network changed: v4(en1+:192.168.2.7) DNS+ Proxy+ SMB
    12/17/13 10:32:18.341 PM UserEventAgent[11]: Captive: en1: Not probing 'belkin.374' (protected network)
    12/17/13 10:32:18.345 PM configd[18]: network changed: v4(en1!:192.168.2.7) DNS Proxy SMB
    12/17/13 10:32:21.809 PM airportd[382]: _doAutoJoin: Already associated to “belkin.374”. Bailing on auto-join.
    12/17/13 10:32:21.824 PM airportd[382]: _doAutoJoin: Already associated to “belkin.374”. Bailing on auto-join.
    12/17/13 10:32:23.733 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:32:23.834 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:32:24.918 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:32:25.046 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:32:25.167 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 10:32:25.226 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 10:32:25.332 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 10:33:15.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    12/17/13 10:33:15.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    12/17/13 10:33:23.025 PM SubmitDiagInfo[392]: Launched to submit Diagnostics and Usage
    12/17/13 10:33:44.652 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:33:44.744 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:34:04.461 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:34:04.545 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:34:04.631 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 10:34:04.727 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 10:34:04.872 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 10:36:58.858 PM WindowServer[74]: CGXDisableUpdate: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    12/17/13 10:37:00.420 PM WindowServer[74]: reenable_update_for_connection: UI updates were finally reenabled by application "Finder" after 2.56 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/17/13 10:37:05.096 PM com.apple.quicklook.satellite[395]: bootstrap_look_up2 failed with 0x44c
    12/17/13 10:37:06.000 PM kernel[0]: Sandbox: sandboxd(396) deny mach-lookup com.apple.coresymbolicationd
    12/17/13 10:37:16.929 PM com.apple.SecurityServer[15]: Session 100018 created
    12/17/13 10:37:22.721 PM com.apple.launchd[1]: (com.apple.quicklook.satellite.4B6ACFC1-9CF6-4C8C-84EF-EBDF566ACD79[395]) Exited: Killed: 9
    12/17/13 10:37:42.716 PM com.apple.launchd[1]: (com.apple.qtkitserver[399]) Exit timeout elapsed (20 seconds). Killing
    12/17/13 10:37:42.717 PM com.apple.launchd[1]: (com.apple.qtkittrustedmoviesservice[400]) Could not terminate job: 3: No such process
    12/17/13 10:37:42.717 PM com.apple.launchd[1]: (com.apple.qtkittrustedmoviesservice[400]) Using fallback option to terminate job...
    12/17/13 10:39:17.822 PM WindowServer[74]: CGXDisableUpdate: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    12/17/13 10:39:18.096 PM WindowServer[74]: reenable_update_for_connection: UI updates were finally reenabled by application "Finder" after 1.27 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/17/13 10:48:43.523 PM WindowServer[74]: CGXDisableUpdate: UI updates were forcibly disabled by application "Activity Monitor" for over 1.00 seconds. Server has re-enabled them.
    12/17/13 10:48:57.523 PM WindowServer[74]: disable_update_likely_unbalanced: UI updates still disabled by application "Activity Monitor" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    12/17/13 10:49:08.166 PM WindowServer[74]: reenable_update_for_connection: UI updates were finally reenabled by application "Activity Monitor" after 25.64 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/17/13 10:49:09.179 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:49:09.185 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:49:09.295 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:49:09.386 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:49:09.975 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:49:10.060 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 10:49:10.161 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 10:49:10.260 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 10:49:10.402 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 10:55:15.829 PM WindowServer[74]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x7fcd29b09d00
    12/17/13 10:57:04.221 PM WindowServer[74]: CGXSetTrackingAreaEnabled : Invalid tracking area 0x7fcd2b8301c0
    12/17/13 11:03:04.964 PM coreservicesd[61]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyBecameFrontmost to notificationID=174
    12/17/13 11:03:44.423 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 11:03:44.507 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 11:04:17.227 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 11:04:17.316 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/alommel94%40gmail .com///alommel94%[email protected]/calendar/dav/alommel94%40gmail.com/
    12/17/13 11:04:17.418 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 11:04:17.531 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 11:04:17.675 PM CalendarAgent[184]: AOSKit ERROR: RAF: Invalid url -- https://alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0c tp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40virtual/events///alommel94%[email protected]/calendar/dav/4dhmurjkc5hn8sq0ctp6utbg5pr2sor1dhimsp31e8n6errfctm6abj3dtmg%40vir tual/events/
    12/17/13 11:05:06.511 PM CVMServer[77]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    12/17/13 11:05:11.181 PM CVMServer[77]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    12/17/13 11:07:09.676 PM WindowServer[74]: CGXDisableUpdate: UI updates were forcibly disabled by application "Console" for over 1.00 seconds. Server has re-enabled them.
    12/17/13 11:07:21.403 PM WindowServer[74]: reenable_update_for_connection: UI updates were finally reenabled by application "Console" after 12.73 seconds (server forcibly re-enabled them after 1.00 seconds)

  • Macbook pro running extremely slow, help please!

    Problem description:
    Running slow
    EtreCheck version: 2.1.8 (121)
    Report generated April 12, 2015 at 11:30:16 AM CDT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 396
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 2:12:44
    Disk Information: ℹ️
        ST9320325ASG disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (188.23 GB free)
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Fitbit Inc. Fitbit Base Station
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.Maxtor.driver.PowSecDriver (4.3.19) [Click for support]
        [not loaded]    com.cy.iokit.Morpheus (1.4) [Click for support]
        [not loaded]    com.maxtor.iokit.IOFireWireMxBt (4.2.6) [Click for support]
        [not loaded]    com.nike.sportwatch (1.0.0) [Click for support]
    Startup Items: ℹ️
        HP IO: Path: /Library/StartupItems/HP IO
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [loaded]    com.hp.help.tocgenerator.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.fitbit.galileod.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Microsoft AU Daemon    UNKNOWN  (missing value)
        System Events    Application  (/System/Library/CoreServices/System Events.app)
        Backup Engine    Application Hidden (/Library/Application Support/Maxtor/Backup Engine.app)
        Nike+ Connect Helper    UNKNOWN Hidden (missing value)
        TimehopSync    Application  (/Applications/TimehopSync.app)
        Fitbit Connect Menubar Helper    Application  (/Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Menubar Helper.app)
        HP Scheduler    Application  (/Library/Application Support/Hewlett-Packard/Software Update/HP Scheduler.app)
        HP Product Research    Application  (/Library/Application Support/Hewlett-Packard/Customer Participation/HP Product Research.app)
        HPEventHandler    UNKNOWN  (missing value)
    Internet Plug-ins: ℹ️
        Unity Web Player: Version: UnityPlayer version 2.1.0f5 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        NP_2020Player_WEB: Version: 5.0.94.0 - SDK 10.6 [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        DivXBrowserPlugin: Version: 1.3 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 Outdated! Update
        iPhotoPhotocast: Version: 7.0 - SDK 10.7
        CitrixICAClientPlugIn: Version: 11.2.0 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        CouponPrinter-FireFox_v2: Version: Version 1.1.9 - SDK 10.5 [Click for support]
        GarminGpsControl: Version: 2.8.1.0 Release [Click for support]
        SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 [Click for support]
        ContentUploaderPlugin: Version: 1.2 [Click for support]
        JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User internet Plug-ins: ℹ️
        Move_Media_Player: Version: npmnqmp 071705000010 [Click for support]
    3rd Party Preference Panes: ℹ️
        Citrix Online Plug-in  [Click for support]
        DivX  [Click for support]
        Flash Player  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             6%    WindowServer
             1%    Timehop Sync
             1%    SubmitDiagInfo
             0%    mds_stores
             0%    Fitbit Connect Menubar Helper
    Top Processes by Memory: ℹ️
        477 MB    softwareupdated
        356 MB    Image Capture Extension
        150 MB    Google Chrome
        146 MB    mds_stores
        125 MB    Preview
    Virtual Memory Information: ℹ️
        63 MB    Free RAM
        1.64 GB    Active RAM
        1.59 GB    Inactive RAM
        1000 MB    Wired RAM
        16.49 GB    Page-ins
        2 MB    Page-outs
    Diagnostics Information: ℹ️
        Apr 12, 2015, 09:13:17 AM    Self test - passed
        Apr 11, 2015, 11:45:20 AM    /Library/Logs/DiagnosticReports/LegacyFileVaultMessageTracer_2015-04-11-114520_ [redacted].crash

    When you see a beachball cursor or the slowness is especially bad, 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 and start typing the name.
    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.

  • My Computer and safari is running really slow. help please?

    hi, if anyone can help me i would really appreciate. ok, my computer has been running very slowly for a while now. when i open up multiple pages of anything (mainly safari and word) or combinations of applications it loads slowly, runs slowly, and sometimes doesn't load at all. also, often when i am using safari, a unlock keychain popup comes up and asks for the "keychain password". i exit it once, but it pops up again a second time and i exit it a second time because i do not know what the passwords is. please help me.

    HI and Welcome to Apple Discussions...
    When a drive slows down check for available disk space.
    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 10% to 15% free disk space at all times.*
    *For Keychain issues / Safari issues.*
    Sounds like your Keychain preference file is corrupted. Locate this file:
    com.apple.keychainaccess.plist
    ~/Library/Preferences. Move that file from your Preferences folder to the Trash.
    If that doesn't help...
    1) Quit Safari
    2) Open Keychain Access. (Applications/Utilities) Find the "Safari AutoFill" item. Delete it.
    3) Relaunch Safari. Next time it asks for authorization, click "Always Allow".
    Try Safari Maintenance
    And try using Open DNS Click the computer icon and follow the instructions.
    Mac OS X: How to force background maintenance tasks (logs and temporary items)
    Carolyn
    Message was edited by: Carolyn Samit

  • Internet on my MacBook is so slow - Help Please!!

    Basically I have a MacBook, about a year and a half old, runs on Tiger, all the latest updates on software etc etc. However my internet connection when on my Mac is very very slow (took over an hour to download an album from iTunes the other day). This can be intermittent and sometimes it speeds up every so often but only for an hour or so. The guy who set up our internet (long story but we are out of range of normal broadband so we receive a radio signal at top of our hill then is relayed to the house) tested the speed and it's in top 3% in country and 5% in the world. Also my Dad's iMac and my Mum's Macbook work on the same network and run much faster than mine so I don't believe there to be any problem with the actual internet connection itself.
    I use Firefox but have also tested Safari, and they both run very slowly. I downloaded OnyX in hope that this might help me, ran all the clean ups etc and freed up about 30GB of space on my hard drive. However, this doesn't seem to have helped either.
    I would really appreciate it if anyone could give me any advice on what to do or any particular programs which would help out my situation.
    Thanks very much,
    Nick

    Also if this helps, as mentioned in my previous message, I experience periods when the internet speed picks up again to it's original pace. However, what is interesting is that this consistently happens every night between 11 and sometime before 7am. Anyone have any suggestions?

  • My Macbook has started running really slow, help!

    Hello, my Macbook has started to run at a far slower pace than usual. I have had my macbook since December of 2010 and for the past few weeks I have noticed that the rainbow wheel would appear when I would try to do even the most simplest of things (i.g. open Microsoft Word). Using the terminal's top command I would notice that the fc-cache would use a high percent of the system. However that ceased using the command "fc-cache -f -r -v", and it seemed as if the font fc-cache stopped. However that did not stop the problem.
    I then decided to run a EtreCheck run and the following came out:
    EtreCheck version: 1.9.13 (49)
    Report generated August 15, 2014 at 1:23:55 PM CDT
    Hardware Information: ?
      MacBook (13-inch, Mid 2010) (Verified)
      MacBook - model: MacBook7,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
      2 GB RAM
    Video Information: ?
      NVIDIA GeForce 320M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 34 days 11:23:11
    Disk Information: ?
      Hitachi HTS545025B9SA02 disk0 : (250.06 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 249.2 GB (205.4 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      OPTIARC DVD RW AD-5970H 
    USB Information: ?
      SanDisk SanDisk USB 8 GB
      S.M.A.R.T. Status: Verified
      ANGEL'S USB (disk1s1) /Volumes/ANGEL'S USB: 8 GB (4.63 GB free)
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
    Gatekeeper: ?
      Anywhere
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents: ?
      [running] org.macosforge.xquartz.startx.plist Support
    User Launch Agents: ?
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ?
      iTunesHelper
    Internet Plug-ins: ?
      FlashPlayer-10.6: Version: 14.0.0.176 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Flash Player: Version: 14.0.0.176 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      SharePointBrowserPlugin: Version: 14.4.2 - SDK 10.6 Support
      DirectorShockwave: Version: 12.0.9r149 - SDK 10.6 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions: ?
      Omnibar (Disabled)
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Flash Player  Support
    Time Machine: ?
      Time Machine not configured!
    Top Processes by CPU: ?
          7% Google Chrome
          5% WindowServer
          1% hidd
          0% X11.bin
          0% Activity Monitor
    Top Processes by Memory: ?
      54 MB Google Chrome
      43 MB com.apple.quicklook.satellite
      41 MB Finder
      41 MB Mail
      35 MB Google Chrome Helper
    Virtual Memory Information: ?
      86 MB Free RAM
      563 MB Active RAM
      510 MB Inactive RAM
      343 MB Wired RAM
      14.06 GB Page-ins
      487 MB Page-outs
    If someone could please help that would be amazing.
    Thank you very much!

    I'll take a wild guess that the most noticeable slowdown began after you installed OS X Mavericks.
    1. You have plenty of hard disk space, 205GB available of 250GB, but you have only 2GB system RAM installed. 2GB RAM was adequate for acceptable performance using OS X 10.6 Snow Leopard.
    Technically, Apple specs say that OS X 10.9 Mavericks REQUIRES just 2GB RAM, but realistically, 2GB is not nearly enough to run it with decent performance, especially if you run both a browser and other application programs simultaneously. Your system can hold a maximum of 16GB RAM. Upgrading to 4GB RAM would absolutely help performance. Upgrading to 8GB might provide additional performance with OS X Mavericks. I won't speculate on the benefits of 16GB.
    Disclaimer: I use OS X 10.8 Mountain Lion as my primary operating system, about 8 hours every day. I run Mavericks once a week or less for a couple of hours, and for only one application, so my experience with Mavericks is limited, and your use is likely considerably different. I use OS X Mavericks to run Windows 7 using Parallels 9, in order to use my licensed copy of Windows MS-Office 2011.   I didn't like Windows 7 performance with Parallels 9 running in Mavericks with just 4GB installed on my mid-2011 2.5Ghz iMac, so I upgraded to 8GB.
    Macs are notoriously picky about system RAM, and not all RAM vendors are the same when it comes to Mac. I recommend purchasing your Mac RAM upgrade from Apple, Crucial.com, or Other World Computing http://eshop.macsales.com/shop/memory/Apple_MacBook_MacBook_Pro/Upgrade/DDR3_Whi te
    Depending upon where you purchase the RAM and whether you are confident to install it yourself, a 4GB RAM upgrade will likely cost well under US$100. 8GB would likely cost around $100. Your Mac can use up to 16GB, at a cost over $200. Before spending any money to upgrade an older computer, always consider how much you're willing to spend on a  4-year-old computer, versus saving that money, if you have plans to purchase a new(er) Mac in the near future.
    Recent generations of Mac computers seem to be highly reliable. My son has a mid-2009 aluminum MacBook Pro that easily survived 4 years of college and is still going strong. We just recently upgraded his system to 8GB RAM so he can try out Mavericks on a spare external drive before he decides whether or not to upgrade.
    2. You're running Google Chrome browser. I don't use it based on advice in several discussion threads within Apple Support Communities from users who are far more knowledgable that I am about such things. They say the Chrome browser does not use RAM very efficiently, and that Firefox and Safari are better.
    3. You haven't rebooted your computer in 34 days. With such limited RAM, until you upgrade, rebooting the computer at least every few days could increase performance a little bit. Some programs, particularly web browsers, often take huge amounts of available RAM and open dozens or even hundreds of links, then don't release RAM properly when you close browser windows.

  • MacBook very VERY slow - help plz!

    Hi, woke up this morning and my MacBook (early 2009 revision) is running horribly slowly. In fact its hardly workable at all it is so slow.
    I have tried it all
    - start in safe mode
    - resetting pram
    - aplle+s then fsck - fy ; reboot
    but nothing works. it is SO SLOW!!!
    It would be nice to know if this is hardward-based or not.
    Is there anything else I can try before doing the full reinstall?
    Any suggestions welcome.
    Thxs,

    If the previous idea did not help, then you need to backup your files, erase the drive, then reinstall Mountain Lion. Unless I misunderstood your reply. I understood you to say the computer was still running slow.
    Install or Reinstall Lion/Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your startup volume (usually Macintosh HD) from the left side list. Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Optionally, click on the Security button and set the Zero Data option to one-pass. Click on the Erase button and wait until the process has completed.
    Quit DU and return to the main menu.
    Reinstall Lion: Select Reinstall Lion/Mountain Lion and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • TC 1st backup via Ethernet very very slow - HELP

    Hi,
    I am trying to do my first back up via Ethernet connection but it is so slow that there must be something wrong. In the last 16 hours TC advanced 1,77GB of 67 GB - so estimated finish would be in 3 weeks.....
    Please, any idea what I am doing wrong?

    I'm pretty sure you will have to do this via ethernet.
    Try going to the Finger, selecting Go>Connect To Server then select the Browse button. After you have done this, you should see the disk available as a network server. I hope this helps, but I'm running Leopard.

Maybe you are looking for

  • Closing the report generating engine automatically

    how can i close the report generating engine after displaying a report automatically ie when closing the report window the report generating engine also need to be closed. now i have to manually close the report background window also and it becomes

  • Please help me with UTF-8 in a institutional server

    Hi, I know this thread has been treated a lot of times but I have a question about the server wich I have to upload the files on the server is on Institutional facilities where I have no access, no info from webmaster, even to the server specificatio

  • Prepared statement problem in MS-ACCESS

    good luck all when i use the following code using ms-access and jdk1.4 i got exception that driver does not support the function Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); con=DriverManager.getConnection("jdbc:odbc:rtechdb"); //eror here // st=co

  • SQL Query for maintenance mode in SCOM

    Hi all I was wondering if I can find a query about this request: - Found all the Servers that were restart without the maintenance mode were actived ? It's to make a Report To include in Reporting Services. sorry for my English :) Thank you very much

  • � characters in the text

    Hello, I see � in the text I receive. These symbols appear if there is an extra spase in the text or an empty line. When a person answers my letter with my previous message, I see that his message is ok but my previous message has these symbols.Ple