Slowing Down a game

Ok I am making a snake game and I am making it so whenever the down key is active the snake moves 16 pixels. Same applies to all directions
My problem is that it goes VERY FAST. How can I get it to slowdown so it still moves at 16 pixel intervals but it doesn't go so fast? This is an applet program by the way

Don't create a delay in the event thread - this can cause odd problems everywhere (including in the browser itself). First of all, 16 pixels is an awfully large jump - if you move it 8 pixels at a time it will be approximately 1/2 speed.
But snake games are typically clock-based anyway - meaning that the snake advances whether a key is pressed or not. Usually you want to do something like this (uncompiled-untested-pseudo-code):
class SnakeDisplay implements Runnable
  private Snake snake = new Snake(10, 10);
  public void paint(Graphics g)
     snake.paint(g);
  public void init()
    new Thread(this).start();
  public void run()
    try
       synchronized(this)
          wait(delay);
    catch(InterruptedException exc)
    snake.move();
    repaint();
  public void keyPressed()
    if (isDirectionKey())
       snake.changeDirection(/** UP | DOWN | LEFT | RIGHT **/);
    else
      // adjust delay here - larger value == slower game.
      synchronized(this)
         // broadcast a notify to awaken the animation thread
         // if it is asleep
         notify();
class Snake
  static final int UP;
  static final int DOWN;
  static final int LEFT;
  static final int RIGHT;
  private int _dir = RIGHT;
  public Snake(int initX, int initY)
  public void move()
     //advance the position based on the direction
  public void changeDirection(int dir)
     _dir = dir;
  public void paint(Graphics g)
    // render thyself, Snake!
}Set delay to anything you want to control the exact speed of the game regardless of how often events are generated.

Similar Messages

  • I can't not play my games anymore, the curser (shotting balls) hesitates and slow down the game, how can i go back to previous version. it's not in the previous version box in properties

    I WANT TO GO BACK TO PREVIOUS VERSION, BUT IT'S NOT IN THE PROPERTIES. THIS VERSION DOES NOT WORK WITH THE GAMES I PLAY, IT'S MESSING AND SLOWING THINGS DOWN

    Sorry to hear this. What have you tried in the way of troubleshooting? Have you tried running from a new user account ?
    This really isn't the best place to reach out to Apple. It's a user-to-user forum. A very long shot, but you could contact an Apple retail store and possibly they'll be able to help…but that assumes you didn't update your project and events if you need to work on any of those shows.
    For some time, contributors here and other FCP forums have reminded people to follow Apple's best updating practices and archive the pre-update version of the app as well as their projects and events. Absent those archives, there is also the possibility of doing a restore from Time Machine (or some other BU utility), if used.
    Best of luck.
    Russ

  • K7N2 Delta-L video slow downs

    hi all
    wondering if you can help, i just build a new computer using a K7N2 Delta-L   motherboard and a msi FX5600-VTD256  on a barton 2800 + i have a  Enermax EG465P-VE-FM 450w ATX w/ 2 Fans P.S. what i am finding is that there are slow downs in games that my k7t266 pro2 ru and 1700+ with geforce 2 do not have on the same games like nhl 2004 , and nfs underground ,i could all so use some help setting the bois .One thing i notice if you go to the nvidia properties where it tell you the adapter information in stead saying agp 8x it says running in PCI BUS MODE even though in the bois it set to 8x agp....  
    thanks for any help ....
    Fdisker

    Quote
    Originally posted by Beyond_Zero
    PSU 350 WATT ALLIED(AMD CERTIFIED)
    W does not mean anything these days and a quality psu is essential.
    whats agp voltage set to ?
    sounds like it could be user error.
    the person/persons that handle these video card.
    how much experience do they have on computers ?
    is there anything that touch the gfx cards when they are in the computer ?

  • Bash script to slow down cpu for old game

    hi, I'm trying to play some old windows game via wine, with default cpu frequency the game is to fast, If i set frequency around 1GHz game acts as it should, so I want to make desktop shortcut to automate process and I doesn't really know how to write script that will set lower cpu frequency and launch the game and after quiting the game it will reset the cpu policy.... any help is appreciate
    sorry for my english

    A quick tutorial on setting CPU frequency:
    Any commands starting with $ can be run by any user, ones starting with a # must be done as root
    To check your current governor:
    $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    To change your governor to allow manual frequency setting:
    # echo "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    To check your current frequency:
    $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
    To check what frequency your processor allows:
    $ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
    To set a frequency:
    # echo "1000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
    of course, replace 1000 with the frequency you want!
    To restore your previous governor:
    # echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    of course, replace ondemand with the governor you were originally running!
    There is no need to restore the original frequency, the governor will take care of that.
    If you're using cpufrequtils, on the other hand, it will interfere with the above and you'll have to disable it first
    # /etc/rc.d/cpufreq stop
    Then when done, re-enable it again
    # /etc/rc.d/cpufreq start
    A sample shell script without cpufrequtils:
    #!/bin/sh
    echo "userspace" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    echo "1000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
    su -c "[i]command to launch your game[/i]" [i]username[/i]
    echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    A sample shell script with cpufrequtils:
    #!/bin/sh
    /etc/rc.d/cpufreq stop
    echo "1000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
    su -c "[i]command to launch your game[/i]" [i]username[/i]
    /etc/rc.d/cpufreq start
    Both need to be run as root.
    Warning 1: I haven't had the chance to test either script, but in principle they should work.
    Warning 2: Both scripts assume your game doesn't disconnect itself from the terminal.  If it does, you'll need to split the scripts into two (one to slow down the cpu, another to speed it up).
    If the above works for you, it is possible to make it more convenient using sudo.

  • Both IE and FF flash videos and games slow down/lag???

    Starting a half a year to a year ago, flash videos/video players and flash games on firefox and IE would run
    fine for a little while and then lag/slow down ridiculously. For the videos it would lag and skip for the rest of the video, but for the flash games it goes through a cycle of running fine and then running slow/very slow for a period of time. How can I fix this? It is so annoying and can make playing flash games and watching videos with flash almost impossible some times.
    I unchecked the the box for hardware acceleration already.

    Do you have any suggestions in terms of the slowing down/lagging issue? Also, is there an issue with flash player itself that is causing everyone to have all these problems with it ruining videos and stuff? Is adobe working on it/is there any hope that future version of flash player will get rid of the lag or has adobe gone down a path that is just going to cause problems for some people, permenantly, no matter what?

  • Satellite A500-17X - Games slow down if I play on battery mode

    Hi
    When my laptop (Satellite A500-17X) is plugged in, the game I play (Call Of Duty 4) works very nice but if I try to play the game while my laptop is on battery the games slows down. If you know what I mean.
    Is this supposed to happen because the graphic card doesn't work well when the laptop is on battery or is something wrong with my laptop?

    Hi
    As mentioned my Syntax, Windows power management decreases the performance of some devices like GPU or CPU using battery mode.
    This helps to safe the battery power and to increase the battery working time
    Furthermore your cooling modules dont run with full performance using battery and this would lead to a higher internal temperature which could slow down the CPU and GPU as well
    So connected the AC adaptor or change the settings in power management but you should note that this will decrease the battery working time dramatically.

  • HP Pavillion p6-2213er started to slow down (the mouse, web, video and games)

    My HP Pavillion p6-2213er which is 1-year old with pre-installed Windows 7 (64) started to slow down/stuck today. 
    The mouse, internet pages, movies and games started to work slow. Sorry, don't know the right English for it, but it looks like this: ---x---x---x (and normally it is xxxxxxxxxxxxx)
    I made the full scanning for viruses: none. It's funny, but the problem started the next day after I installed anti-virus. Tried to delet the anti-virus. Didn't help. Task manager shows that none of the applications use much memory. There are no programs that could cause this running. I turned off torrent program. Restarted my pc several times, no result. Help? What the problem could be? I've had 3 different pc and never had that problem.
    I've also had been seeing for few months that message about Tages Protection driver that was turned off due to its incompatibility with the system. Tried to reinstall it thru downloading the setup file from tagesprotection.com, but it just won't start. Can't delete it either, cause can't find it. But this can't be the cause of slowness, can it?   

    Today I also had BSoD for the 1st time. It happened twice as I was watching a video downloaded from the internet. Could it be somehow connected to what I experienced before? 
    Below are the details:
    Сигнатура проблемы:
      Имя события проблемы:                 BlueScreen
      Версия ОС:                                          6.1.7601.2.1.0.768.2
      Код языка:                                          1049
    Дополнительные сведения об этой проблеме:
      BCCode:                                               1000007e
      BCP1:                                                    FFFFFFFFC0000005
      BCP2:                                                    0000000000000000
      BCP3:                                                    FFFFF8800419D8E8
      BCP4:                                                    FFFFF8800419D140
      OS Version:                                          6_1_7601
      Service Pack:                                       1_0
      Product:                                               768_1
    Файлы, содержащие сведения об этой проблеме (files containing informtion about this problem):
      C:\Windows\Minidump\051114-36847-01.dmp
      C:\Users\Елена\AppData\Local\Temp\WER-61089-0.sysdata.xml

  • MacBook Pro 13" Late 2011 Experiencing Significant Slow Down After Boot Camp Installation

         Okay, so today, after installing Windows 7 on my MacBook Pro via Bootcamp Assistant, I experienced significant performance slow down (fans going at full blast, applications opening after extended periods of time, keystrokes not being registered) when I returned to my OS X partition/second hard drive. I have dual hard drives, one of them being a Samsung 256 GB SSD with OS X Mavericks and the other being my original 500 GB HDD, divided into a 250 GB OS X Mavericks partition and a 250 GB Windows partition. I have the SSD set as my startup disk and I have it located in the main HDD bay. I moved the old HDD into a caddy and placed it where the optical drive normally should be.
          After multiple failed attempts to install Windows via USB and Bootcamp Assistant, I decided to reinstall my optical drive and use a Windows installation disk. This attempt proved successful, and I was able to install Windows 7 onto the 250 GB partition I had created for it on the 500 GB HDD. After completing basic setup of Windows, I removed the optical disk drive and reinstalled the SSD and the HDD into their original spots (SSD in the main HDD bay, HDD in the caddy where the optical drive normally is).
         After completing this tedious process, I booted my Mac back up using the SSD. However, I noticed something was wrong when the login screen, apps, and nearly everything else on my desktop had slowed to crawl. I decided to check my Activity Monitor to see what the problem might be. Activity Monitor told me that the task "kernel_task" was taking up anywhere from 200-600% of my CPU, which explained the slowdown in performance. I looked around to see if there were others with the same problem as me, and I found that Spotlight Indexing might be an issue, with a potential remedy being move my Bootcamp Partition into the Privacy section of Spotlight under System Preferences. After doing that, I experienced no increase in performance and everything was still going very slowly.
         The next step I took was to see if booting into Safe Mode would help the issue. After booting into Safe Mode on my SSD, I noticed that things were back to their normal speeds, with applications opening at the speed they should be and keystrokes being registered instantaneously. However, the fans were still going and had not shut off once booting into Safe Mode. In addition, I checked Activity Monitor and the "kernel_task" in question was no longer taking up massive amounts of the CPU.
         At this point, I don't know what to do and I need help in restoring my Mac to original speeds. I may end up deleting my Boot Camp partition as a last measure if all else fails, seeing as I installed Windows in the first place for running a few programs and games that I can live without. However, I'd prefer to not have things come to that and fix things before deleting the Boot Camp Partition. I've heard that if everything runs normally in Safe Mode, then the issue is third-party software. Is this true?
         Any help would be greatly appreciated as I am writing this from the MacBook in question in Safe Mode because it's essentially useless in normal SSD operation.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    Copy a line of text in this window to the Clipboard.
    Paste into the window of another application.
    Wait for the test to run. It usually takes a few minutes.
    Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts 51 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' \*AutoCad \*dropbox \*GoogleDr\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */  /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/root/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1000) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/ { next;} /(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[9]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/ { next;} /%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n  "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n  [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n  ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -depth 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' );N1=${#c2[@]};for j in {0..8};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D22 4 4 50 0;D13 4 3 32 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start Time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • System Slows Down and Freezes a LOT - Memory?  Swap?  Hard Drive?  AV?

    I have a 2.4 GHz 24" dual core iMac (identifier: 7,1). It worked fine for a good while and lately I've been having problems that seem to be getting worse (sometimes it seems to get better, then worse again). I have 4 GB of memory and I'm waiting for more RAM to upgrade it to 6 GB, since I hear that's the max anyone's run successfully in this model.
    I've often had a number of programs running at once. Usually I have Firefox, Apple Mail, the KDE's Konsole and Kate (from MacPorts), Calendar, Stickies, MacIago, and Pysol running. (Yes, it helps to have a few games up for breaks when I'm working.) I know that's a lot, but for well over a year, I was working with that setup without problems, without getting stuck for long times with the pinwheel of death or anything like that.
    I'm not exactly sure when it started, but now I have times where I will do something and the program will freeze and I get the pinwheel of death. I wait and after 30-60 seconds I can do something, but sometimes I still get hesitations and a start-freeze&stop-go mode for a bit. Sometimes this freezes the whole computer for up to 30-60 seconds and I can't even check another space with Command-Arrow.
    I've been trying to backtrack to see if I could figure out what is causing this. Sometimes killing Firefox helps, so I switched to Chrome and watched for usage on Activity Monitor and Chrome uses FAR less CPU time. I have FlashBlock and AdBlocker Plus on Chrome (had it on Firefox, and before that, used NoScript for blocking). But I've seen this happen even without a browser open.
    I suspect this could be an issue with swap, since recently I was watching and saw spikes in disk usage around these times, but I'm not sure of the correlation yet. Sometimes it seems like whenever I switch to a different program, whenever I use a new feature, I have to wait (as if it's loading library code or something).
    Again, this is a recent issue.
    I've upgraded from 10.6.5 to 10.6.6, so I don't know if that could effect this.
    I've also started using the free version of Sophos Anti-Virus (which is apparently impossible to quit once it's running) and thought it might be doing scans.
    What's also puzzled me is seeing that, with 4 GB of memory, Activity Monitor continually shows 1 GB free, but still indicates 2 GB swap files. So is there a reason 25% of my RAM is not being used?
    I've also checked and found my drive to be heavily fragmented. I bought iDefrag, but it can't defrag it because there seem to be some bad blocks. Rather than mark them as bad every time it hits that spot, it just tells me it can't access that part of the drive.
    My guess is that OS X, for some reason, leaves a set amount of memory free to use for various reasons and that, due to fragmentation, what was once an easy task of accessing something in a swap file is now time-consuming.
    Is that on target? What else could be causing this problem? This is beginning to make my iMac unusable. If it's just swap file issues and defrag problems, I'm thinking of cloning my internal 320 GB drive to a 1 TB drive and replacing the original, then running iDefrag for good measure and continuing from there. (It seems like in OS X finding bad blocks is difficult, from what I've seen.)
    What can I do and does anyone have any idea what the problem is? I'll be glad to give more details if that helps, but I've tried to include as much as I can already.
    Thanks for any ideas or help.

    Considering how I've solved this, I'm pretty much shocked that nobody had any answers for this.
    I upgraded my drive from the standard 320 GB drive (which had about 79 GB free on it). I used Carbon Copy Clone to copy my system drive to a 1 TB drive, then swapped out the 320 GB for the 1 TB. When I booted it up and started working, I noticed it was back to the way things used to be: I could go from one program to another to another with NO problem at all. No pinwheels of death and I even added a few more more running programs and still had no issue.
    I have no idea why, but before, even when there was a 2 GB swap file, 1 GB (out of 4 GB) of RAM was always unused. I don't know if the OS looks at what it can access and figures read/write times and uses that to figure out how much memory it can effectively handle or what, but now I'm using almost all of my 4 GB of RAM and the swap file is smaller than it was.
    So upgrading to a larger drive made a HUGE difference. I'm willing to bet that defragging the old one would have made a difference as well, but there were problems with some files and iDefrag could not read them, which also makes me suspect that drive was on its last legs and close to failure. (That and bad sectors could also have slowed down swap, along with fragmentation issues.)
    The solution was a bigger drive, but I suspect defragging the old drive might have helped (if it weren't for possible bad blocks). I know deleting files from the old drive did not help too much.

  • How to test hardware on an old MacBook Pro that is slowing down.

    I have the very first-gen MacBook Pro 2.0gHz Core Duo, 2gb ram.  I have been using this laptop as my primary since I got it, mostly for development work (Java, Objective-C, Web, etc), but also email, general web surfing, and the occational game (although, not in a while).
    Recently, I noticed things were starting to "slow down".  Well, not slow down so much as things would get long pauses.  For instance, I hit a site in Google Chrome, and the app sits there for like 20-30sec of longer, as if the window is frozen, then *poof*, it draws the page.  Sometime, Chrome will even pop up asking if I want to kill the page.  It is not the only application that seems to be suffering from this, I just spend a LOT of time on the web, so I tend to notice it much more.
    Even more recently, my SpringSource Tool Suite (STS, a custom Eclipse with a bunch of SpringSource plugins) started acting up too.  Mostly when I start the Roo Shell and execute a command, STS (read Eclipse) will show the command as "executing", but it seemed to never run.  I thought it was maybe a problem with STS or the Roo Shell plugin, but yesterday I ran something as a test, then got a phone call and didn't come back for some time.  To my surprise after more than 40min of just sitting there the command ran.  Once it ran, it ran in full, normal speed (the command I ran was to rebuild the Eclipse project files using Maven).  So, what I thought was frozen was merely paused for a long period of time, just like what I was seeing in Chrome.
    So, this has lead me to believe I either have some sort of hardware issue, some sort of heat issue (I have seen this on Wintel laptops where the processor "speed steps" down to almost 33mHz), or some sort of software issue.  I really don't want to have to re-install OS X, if I can avoid it.  I did boot off the original disks that came with my laptop and ran the Hardware Test, but it came back with no errors.  I have iStat Pro installed as well, and the fan speeds are usually around 1800-2000rpm, sometimes jumping to 4000+rpm.  CPU tempuratures report around 151º.  I also ran the Disk Utility off my 10.6 disks.  I do know that my DVD burner no longer burns disks, but it hasn't for more than a year.
    Laptop specs:
      - MacBook Pro, Model MacBookPro1,1
      - OS X 10.6.8
      - 2.0gHz Core Duo w/ 2gb DDR2 RAM
      - Toshiba MK3252GSX 320gb HDD (replacement for factory 120gb HDD over 1.5yrs ago due to space issues)
      - I recently replaced the battery, as the old one had expanded.  I use the laptop on wall power 99% of the time.
    Thanks,
    Mike Bauer

    As mentioned above, I did do this.  What I am not so certain is how intensive this test is.  Stated another way: If this was ran and passed 100%, does this mean everything on my laptop is 100% functional, like the fans, processor, cooling, memory, etc?  The drive also checked out when I did the Disk Utility from the 10.6 install CDs, and the S.M.A.R.T. check indicates no disk errors.
    Maybe I should take it into a Genius and have them look at it.  Just not sure how much that will cost me, and its an old laptop, so I don't want to put too much into it.

  • Is iOS 8 slowing down the wi fi on my iPad air?

    Having lived through several OS updates I know that it takes a little while for apps to all be updated and for little glitches to be worked out.  However, I think iOS 8 has brought on some real issues with my iPad Air. 
    The overall issue is a slow connection to the internet.  This happens at home and in several other locations where I have used the wi-fi since updating to iOS 8 a few weeks, ago.  My work PC works fine (well... at least, the internet does), but my daugter's iPad mini (also updated to iOS 8) will slow down when she is watching Netflix, occassionally.  The family also has an iMac, which is working fine. 
    While using the Washtington Post (downloading the newspaper), Pinterest, Safari, You Tube, Mail and the App Store, the connection seems to slow down to a crawl making it impossible to continue what I am doing. 
    I've shut down and restarted the iPad, and then it works fine for a while, only to slow down again sometime later.  Sometimes the problem will seem to fix itself, but then it slows down again.  Sometimes, it happens when it comes out of sleep mode, and sometimes not.   Since I use my iPad to work from home, it is really frustrating.  I can delay my gratification when it comes to games and such, but not when I am updating my blog or reading my email. 
    I've Googled iOS 8 and wi fi and saw that there are a number of issues out there.  Some of the big tech magazines and websites are tracking some similiar issues.  I'm curious if anyone knows if this is all related to iOS 8 and if a future update will resolve it, or if there are ways I can test my hardware on my iPad to make sure it is working properly. 
    Thanks!

    How to remove ios 8 ? This is biggest failure of Apple. It slow down my ipad , freez application, freez key board....?

  • Internet slows down or shuts off for a few minutes, then goes back to normal. What should I do?

    So I've been away for a while and when I got back to US I've had some issues.
    It's the same internet connection as before, so I'm not sure if that's the problem.
    When I use an internet browser everything goes well for a while and then internet suddenly slows down or shuts off , it dosen't show dissconnect or anything.
    The only thing that happens is that pages won't load, or they load super slow. This usually happens for a few minutes.
    I got my macbook this september and I'm careful with not blocking the fans.
    The same thing happens when I play games online, the internet "shuts" off or slows down, freezing the game. I'm now unable to play that game because of this issue.
    I really don't know what could've causes this and I'm not really sure how to check, I would appreciate any help.
    When this issue happens it dosen't seem to be because of what I have open, how mane pages, or over heating.
    (I'm not a hundred percent sure about the heat, it gets warm but hot acctualy heated up as in when it's running heavy applications)
    I'd like a response fast because this affects not only my gaming (which I really miss) but also everything else like HW, since the page would die suddenly.
    Please help
    p.s It's a wifi connection and I don't have acess to use a cable. I'm trying to get a hold of the password to the internet since I only have it locked on my laptop as "go-to" connections.. My landlord has the password ..

    Have you tried resetting the SMC?

  • Itunes music slows down randomly during play

    First, my system specs.
    CPU- AMD Phenom 9850 Quad @ 2.51ghz
    RAM- 2GB Adata ddr2 800
    GFX- ATI 4870 Radeon pci-e 500MB
    SFX- Creative X-Fi Sound card
    HDD- 80Gb, 250Gb, 500Gb, all sata2. (the 500 has all my music files)
    OS - Windows XP SP3 (It was doing the same thing in SP2)
    Itunes version 9.0.2.25 (version upgrade didn't fix)
    I have gone through and upgraded all the device drivers to be recent (in december). I've been dealing with this problem for a little over 8 months now that I can remember, and the driver upgrade didn't seem to help.
    Now the problem is that itunes is what I use to listen to music since it syncs with my ipod. But, this only happens in itunes (and recently on my ipod) not in windows media player or in winamp (or media player classic if I just play one song).
    It happens randomly. Some songs will play without a hitch a dozen times without a problem. Then I'll come back the next day and the song I was listening to the other day will slow down in the middle of the song. At first I thought it was distorted, but after it happened once or twice, I figured out that the song itself slows down dramatically so that the pitch is dramatically lowered. So much so that certain higher pitched long notes will sound like one long awful bass note. This will continue for a few seconds (it varies. Anywhere from one second to several seconds, up to at one point 10 seconds.)
    Sometimes moving the song backwards by clicking on the progress bar will fix it. This hasn't always worked though. Some songs seem to stay distorted and only fix themselves randomly. This is especially true on the ipod, where it seems a slowed-down song stays that way indefinitely. Admittedly I don't listen to the ipod as much so I may be off on that since it happens so infrequently. Though there are songs that play slowed down every time on the ipod (there is a messhugga song that keeps doing it only on the ipod for instance).
    It should be noted I don't run anything in the backround of windows. Here is a list of my task manager while running itunes.
    system idle proccess
    system
    svchost.exe
    svchost.exe
    svchost.exe
    svchost.exe
    svchost.exe
    svchost.exe
    svchost.exe
    spoolsv.exe
    smss.exe
    services.exe
    lsass.exe
    explorer.exe
    csrss.exe
    winlogon.exe
    wscntfy.exe
    itunes.exe
    Processes: 18
    I do run a game pretty often (and listen to itunes as a backround) and I do browse the internet using firefox, so add to that list WAR.EXE and firefox.exe. Whether these are up or not does not seem to matter. The songs slow down with them up and with them closed.
    My 500GB HDD has 60GB of space left on it, but erasing/cleaning up the disk or defragmenting it hasn't seemed to help. My itunes library has 55.90 (8940 songs) in it. Cleaning up the library and removing excess duplicates didn't seem to fix the problem. I did move the library from the 500 to the 250, but moved it back when the same thing happened after a few days of playing music.
    My RAM doesn't max out, though 2GB is a bit low these days. The WAR.EXE process uses .800-1.4gb (800,000-1,400,000k) of RAM, and the rest of the processes seem to keep well under .400gb max total. itunes stays around ~.064gb (64,984k). And remember, firefox, warhammer online, and the rest running at the same time doesn't automatically cause the slow down. And it slows down whether they are both up or neither are randomly (I listen to itunes sometimes for long periods while reading or painting). I also replaced my RAM fairly recently (other stuff went bad) but the same problem persists.
    Lastly, this has happened on my ipod. The problem is that it seems permanent on the ipod, whereas the itunes on my pc will correct itself (seemingly) the ipod version will not correct itself until I sync the ipod.
    I have completely removed itunes twice (as well as gotten rid of the registry entries and loose ends using CCleaner). I have deleted the itunes libraries and let itunes create brand new ones. I have upgraded to the most (at the time) recent version of itunes. The problem persists
    I may be missing something. I hate using winamp and windows media player, so I haven't just stopped using itunes. But the real problem is that it is so random it's nearly impossible to test. I've tried several different methods of fixing this without tearing down itunes and re-coding it And every time, I THINK I've fixed it only to have it happen again within a week. Hence why this has been a problem for well over 8 months now. It's a small enough issue that I'm still listening to music without loads of problems, but it is a persistent, if infrequent, annoyance.
    ANY help you guys can offer me would be greatly appreciated, though I'm not holding my breath since the problem is so weird. But I am willing to try anything if it might work. I can only try them out till they don't work, right?
    Thanks ahead of time.
    Message was edited by: Rannonzero

    I'm sorry to hear about your ipod, I'm also having the same trouble but my is been going on for like a day or two. I have a nano 5th generation but all of the sudden it reseted itself it turn itself off then apple logo appeared and after that it was playing the songs like it should, mine was the same as you I'll be playing a very fast song and then it'll slow it down it was frustraded I hope this will help you. good luck to you and to me too because I only hope that I won't have the same problem later on.

  • Error message saying a script is running and is slowing down browser...stop script or continue?

    While playing games my screen freezes up and a message pops up that says there's a script running which can slow down or stop my browser. Then it asks if I want to stop script or continue. I always click stop script, but it continues to happen periodically. (This is happening in Facebook, and sometimes MySpace).

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • My iMac (2009) slows down after I go to sites that are memory intensive

    I have noticed my computer slows down to a crawl after I use sites that I believe are memory intensive.  Example of that is iFirstrowSports.eu (streams soccer games live).  The latest one was Wix where my wife was building her web site using their html5 tools. 
    I have also noticed that when the system is running slow, not all websites run as slow as others.  Fro example abola.pt is very slow, while yahoo.com or yahoo mail will be slow but not horrible.  I am wondering if it has to do with how those sites use memory or the technology they leverage.
    I went to EtrCheck and run a report.  Note that this report was done when the system is performing well.
    I would appreciate some help and advice.
    Thanks
    Problem description:
    machine slows down when I go to sites that use video (ifirstrowsports.eu as an example) or memory (wix site creation tools)
    EtreCheck version: 2.1.8 (121)
    Report generated March 1, 2015 2:34:52 PM PST
    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: ℹ️
        iMac (27-inch, Mid 2010) (Technical Specifications)
        iMac - model: iMac11,3
        1 2.93 GHz Intel Core i7 CPU: 4-core
        4 GB RAM
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                Empty  
            BANK 1/DIMM1
                Empty  
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        ATI Radeon HD 5750 - VRAM: 1024 MB
            iMac 2560 x 1440
            spdisplays_display_connector
    System Software: ℹ️
        Mac OS X 10.6.8 (10K549) - Time since boot: 18 days 7:33:22
    Disk Information: ℹ️
        ST31000528AS disk0 : (931.51 GB)
            - (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.86 GB (581.16 GB free)
        OPTIARC DVD RW AD-5680H 
    USB Information: ℹ️
        LaCie P'9233 Desktop Drive 1.82 TB
            - (disk1s1) <not mounted> : 210 MB
            Time Machine (disk1s2) /Volumes/Time Machine : 2.00 TB (1.54 TB free)
        Apple Internal Memory Card Reader
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Dell Dell USB Optical Mouse
        Apple Inc. Built-in iSight
        Apple Computer, Inc. IR Receiver
    Kernel Extensions: ℹ️
            /Library/Parallels/Parallels Service.app
        [loaded]    com.parallels.kext.prl_hid_hook (7.0 15106.786747) [Click for support]
        [loaded]    com.parallels.kext.prl_hypervisor (7.0 15106.786747) [Click for support]
        [loaded]    com.parallels.kext.prl_netbridge (7.0 15106.786747) [Click for support]
        [loaded]    com.parallels.kext.prl_vnic (7.0 15106.786747) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.ni.Fantom.nxtfwdl (1.1.1) [Click for support]
        [loaded]    com.parallels.kext.prl_usb_connect (7.0 15106.786747) [Click for support]
    Startup Items: ℹ️
        Fantom: Path: /Library/StartupItems/Fantom
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Daemons: ℹ️
        [not loaded]    org.samba.winbindd.plist [Click for support]
    Launch Agents: ℹ️
        [running]    com.mcafee.menulet.plist [Click for support]
        [running]    com.mcafee.reporter.plist [Click for support]
        [loaded]    com.parallels.desktop.launch.plist [Click for support]
        [loaded]    com.parallels.DesktopControlAgent.plist [Click for support]
        [running]    com.parallels.vm.prl_pcproxy.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [running]    com.fitbit.fitbitd.plist [Click for support]
        [running]    com.fitbit.galileod.plist [Click for support]
        [unknown]    com.mcafee.ssm.ScanManager.plist [Click for support]
        [running]    com.mcafee.virusscan.fmpd.plist [Click for support]
        [running]    com.parallels.desktop.launchdaemon.plist [Click for support]
        [loaded]    com.sonos.smbbump.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.citrixonline.GoToMeeting.G2MUpdate.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application Hidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        Google Drive    Application  (/Applications/Google Drive.app)
        Fitbit Connect Menubar Helper    Application  (/Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Menubar Helper.app)
        Spotify    Application  (/Applications/Spotify.app)
        handyPrintDaemon    Application  (/Users/[redacted]/Library/PreferencePanes/handyPrint.prefPane/Contents/Library /LoginItems/handyPrintDaemon.app)
        Dropbox    UNKNOWN  (missing value)
        Dropbox    Application  (/Users/[redacted]/Desktop/Dropbox.app)
        Canon IJ Network Scanner Selector2    Application Hidden (/Library/Printers/Canon/IJScanner/Utilities/Canon IJ Network Scanner Selector2.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: 13.9.8 - SDK 10.6 Check version
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        EPPEX Plugin: Version: 3.0.5.0 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.6.6
        OfficeLiveBrowserPlugin: Version: 12.3.3 [Click for support]
        SiteAdvisor: Version: 2.0 - SDK 10.1 [Click for support]
        Silverlight: Version: 5.1.20125.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.7
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
    Safari Extensions: ℹ️
        SiteAdvisor
    Audio Plug-ins: ℹ️
        iSightAudio: Version: 7.6.6
    3rd Party Preference Panes: ℹ️
        3ivx MPEG-4  [Click for support]
        Flash Player  [Click for support]
        handyPrint  [Click for support]
    Time Machine: ℹ️
        Time Machine information requires OS X 10.7 "Lion" or later.
    Top Processes by CPU: ℹ️
            89%    Google Drive
            42%    storeagent
            30%    syslogd
            29%    mDNSResponder
             1%    VShieldScanManager
    Top Processes by Memory: ℹ️
        198 MB    Google Chrome
        193 MB    App Store
        125 MB    Google Chrome Helper
        103 MB    WindowServer
        82 MB    mds
    Virtual Memory Information: ℹ️
        1.48 GB    Free RAM
        1.57 GB    Active RAM
        667 MB    Inactive RAM
        572 MB    Wired RAM
        44.20 GB    Page-ins
        8.43 GB    Page-outs
    Diagnostics Information: ℹ️
        Feb 28, 2015, 05:30:53 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/SystemUIServer_2015-02-28-1730 53_[redacted].crash

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads 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 in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is 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 login 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 the test.

Maybe you are looking for