Update on a Table is Slow After a New Trigger is Applied on Table.

Hi All,
Here is the situation:
1. Table A - we have INSURANCE Records. If we have to cancel Insurance for an agent we have to update cancellation_date &
INS_Flag sysdate & 'N' respectively. It is having thousands of records.
- > Every time we update a record with cancellation_date & INS_Flag there are two other tables which are updating using
trigger.
- > For each record updated in Table A we have to terminate the existing contract in Table B and set the INS_flag to N in third
Table C.
2. Table B - It is the primary table for all the INSURANCE contracts. so we have to terminate existing contracts for those agent who are
having cancellation_date & INS_Flag in table A.
3. Table C - It is having all the basic contracts with a flag for INSURANCE Contracts. If a agent is having a flag as Y in this table must have a
INSURANCE contract in Table B.
Now We are having a simple after update trigger on TABLE A which will update table B & Table C accordingly for each row.
We are having Table A so that we can synchronize Oracle Apps Database & Oracle Database for deverlopers.
Before trigger - Update on table A was fast but after implementing the trigger it takes 4-5 mins. for 10 records update in table A.
There are several indexes on Table A as well( including several functional indexes ).
Oracle Database :
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
PL/SQL Release 10.2.0.3.0 - Production
CORE 10.2.0.3.0 Production
TNS for Solaris: Version 10.2.0.3.0 - Production
NLSRTL Version 10.2.0.3.0 - Production
Please help me How can I make the update faster.
If it is required I will post the trigger code as well.
Many thanks in advance.
Edited by: Kamal Sharma on Jun 23, 2010 4:10 PM

Here Table A = TB_CMA063_NETONE_STAGE_DATA
Table B = TB_30.REAL_ESTATE_AGENT_NUM
Table C = TB_CMA009_SUPRA_RE_AGNT_CONT
CREATE OR REPLACE TRIGGER CMADBA.TR_CMA003_ALTERINS_ON_FLG_UPD
AFTER UPDATE
ON CMADBA.TB_CMA063_NETONE_STAGE_DATA
REFERENCING NEW AS New OLD AS Old
FOR EACH ROW
DECLARE
    g_exception_id      TB_CMA089_CMA_APPS_EXCEPTION.EXCEPTION_ID%Type;
    v_msg               varchar2(200);
    v_status            varchar2(10);
    l_cmn               NUMBER;
    l_board_cmn         NUMBER;
BEGIN
    SELECT CUSTOMER_MASTER_NUM INTO l_board_cmn FROM TB_CMA005_CUSTOMER_MASTER 
    WHERE IS_REAL_ESTATE_BOARD_FLG='Y'
    AND UPPER(RE_NETONE_NAM) = UPPER(:new.IR_INSTALL_SITE_NAM);
    IF :new.IR_INSURANCE_FLG = 'N' THEN
        BEGIN
        -- CANCEL Table 30 record for this agent
        UPDATE TB_CMA030_RE_AGENT_INS_PR_BIL TB_30
           SET TB_30.cancellation_dt = SYSDATE,
               TB_30.RECORD_UPDATE_FLG = 'Y'
         WHERE TB_30.REAL_ESTATE_AGENT_NUM = :new.IR_AGENT_ID_NAM
           AND CANCELLATION_DT IS NULL          
           AND CUSTOMER_MASTER_NUM = l_board_cmn;
            -- UPDATE TABLE 9 RUF to Y so that Contract API would process this agent in next run
            UPDATE TB_CMA009_SUPRA_RE_AGNT_CONT
            SET RECORD_UPDATE_FLG='Y'
            WHERE REAL_ESTATE_AGENT_NUM = :new.IR_AGENT_ID_NAM
                AND CANCELLATION_DT IS NULL
                AND CUSTOMER_MASTER_NUM = l_board_cmn;
        END;          
    ELSIF :new.IR_INSURANCE_FLG = 'Y' THEN
        BEGIN
            INSERT INTO TB_CMA030_RE_AGENT_INS_PR_BIL
                (BILL_FREQ_UNIT_CD,CUSTOMER_MASTER_NUM,SERIAL_NUM,REAL_ESTATE_AGENT_NUM,REAL_ESTATE_BOARD_NUM,
                PRODUCT_NAM,  SERVICE_TYPE_NAM,  LEASE_TYPE_NAM,  CONT_START_DT, RE_AGENT_CUSTOMER_MASTER_NUM,
                RE_AGENT_CONT_START_DT, INS_BILL_FREQ_UNIT_CD,
                CONT_END_DT, RECORD_UPDATE_FLG, INS_AGENT_CONT_START_DT)
            SELECT DISTINCT 'AN', TB009.CUSTOMER_MASTER_NUM, TB009.SERIAL_NUM,
                TB009.REAL_ESTATE_AGENT_NUM, TB009.REAL_ESTATE_BOARD_NUM, TB009.PRODUCT_NAM, 'INS',
                TB009.LEASE_TYPE_NAM, TB009.CONT_START_DT, TB009.RE_AGENT_CUSTOMER_MASTER_NUM, TB009.RE_AGENT_CONT_START_DT,
                TB009.BILL_FREQ_UNIT_CD, TB009.CONT_END_DT, 'Y', TRUNC(SYSDATE)
            FROM TB_CMA009_SUPRA_RE_AGNT_CONT TB009
            WHERE TB009.CUSTOMER_MASTER_NUM = l_board_cmn
            AND TB009.CANCELLATION_DT       IS NULL
            AND TB009.IS_TRAINING_KEY_FLG   = 'N'
            AND TB009.REAL_ESTATE_AGENT_NUM =  :new.IR_AGENT_ID_NAM
            AND TB009.product_nam           IN ('AKY','DKY')
           and not exists
              (select 'x'
                 from tb_cma030_re_agent_ins_pr_bil tb030
                where tb030.customer_master_num   = tb009.customer_master_num
                  and tb030.real_estate_agent_num = tb009.real_estate_agent_num
                  and tb030.serial_num            = tb009.serial_num
                  and tb030.ins_bill_freq_unit_cd = tb009.bill_freq_unit_cd
                  and tb030.product_nam           = tb009.product_nam);
            -- UPDATE TABLE 9 RUF to Y so that Contract API would process this agent in next run
            UPDATE TB_CMA009_SUPRA_RE_AGNT_CONT
            SET RECORD_UPDATE_FLG='Y', AGENT_KEY_INS_FLG='Y'
            WHERE REAL_ESTATE_AGENT_NUM = :new.IR_AGENT_ID_NAM
                AND CANCELLATION_DT IS NULL
                AND CUSTOMER_MASTER_NUM = l_board_cmn;
        END;
    END IF;   
EXCEPTION
    WHEN OTHERS THEN          
        pc_cma024_batchjob.sp_cma025_log_err(l_board_cmn
                                            ,'UPDATE_TB63_TRIGGER'
                                            ,'TRIGGER-TR_CMA003_ALTERINS_ON_FLG_UPD'
                                            ,sqlcode
                                            ,sqlerrm,
                                            'An error occurred when Table 63 trigger tried to cancel/create Table 30 record for Agent ' || :new.IR_AGENT_ID_NAM);
End;
/

Similar Messages

  • Sony z2 is slow after the new update

    Hello i update my sony z2 to android lollipop
    But after update i feel that the games and the videos become slower
    This problem wasn't exist when i had the kitkat software
    My friend notic the same issue also he have sony z2

    You could try to perform a software repair using PC Companion.The process will erase all internal memory.You might need to charge your device for about 1-2 hours before so the device has at least 60% battery.
    Make sure the device is not connected to computer or laptop and turned off (sometimes you have to press power button and volume up until the device vibrates 3 times or on some devices you have to press the small button near the SIM tray or on the back of the device).
    Open PC companion->support zone->phone/tablet software update->repair my phone/tablet blue highlighted.Follow the steps given,do not connect your phone until prompted to press volume down while plugging USB cable. If PC companion does not start the repair process, you might need to run it in compatibility mode with Windows 7 (in some cases XP).

  • CNA becomes very SLOW after adding new switch to cluster

    Added a CAT-2970 to my cluster and now CNA is acting very slow, especially when I attempt managing the new switch. I am still below the 16 node cluster limit. I did initially find a CRC on the new switch trunk port int. and noticed that it came up as Dynamic Auto/ISL and the core was at Dynamic Desireable/ISL, so I hard set it to Dyn-desire to match... still very slow CNA.
    The problem was not there before and after restarting the application, it appears to be fine... until I attempt to manage/view/reach the new switch - and then EVERYTHING in CNA goes slow again (hourglass of death) for some period of time.
    Yet, telnet & ping to new switch is always fast, no problems at all. Strictly seems to be a CNA problem...
    Ideas??
    Thanks,
    Al

    Looking at the outline given by u,there may be several reasons for this slow access such as loose connection, improper trunking and so on.Ofcourse, CNA problem can also be one cause.But, if u r sure that it is a CNA problem, why not u try for a new version of CNA?First of all, which version of CNA r u using?is it CNA 1.0 or 2.0 version.If so, try installing or upgrading CNA3.0.
    For detailed info on installing and upgrading to CNA3.0, the following URL will be useful.
    http://www.cisco.com/en/US/products/ps5931/prod_installation_guides_list.html

  • MacBook Pro is slow after install new OS X Yosemite

    My macbook pro is freezing after I installed
    Yosemite
    What to do?

    Hi brn2win67,
    Thanks for using the Apple Support Communities. I understand that you are experiencing performance issues with your MacBook Pro after installing OS X Yosemite. The following resource provides information if your mac runs slowly:
    OS X Yosemite: If your Mac runs slowly
    http://support.apple.com/kb/PH19031
    - Matt M.

  • My MacBook Pro is running very slow after update to Yosemite

    My Macbook pro is running extremely slow after updating to Yosemite. What can I do to solve this problem?

    EtreCheck version: 2.1.1 (104)
    Report generated 8. dec. 2014 kl. 20.05.45 CET
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2010) (Verified)
      MacBook Pro - model: MacBookPro7,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 320M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 4:2:9
    Disk Information: ℹ️
      Hitachi HTS545025B9SA02 disk0 : (250,06 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) / : 249.20 GB (195.10 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Apple Internal Memory Card Reader
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Launch Agents: ℹ️
      [loaded] com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.macpaw.CleanMyMac2.Agent.plist [Support]
      [loaded] com.microsoft.office.licensing.helper.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [running] com.zeobit.MacKeeper.plugin.AntiTheft.daemon.plist [Support]
    User Launch Agents: ℹ️
      [running] com.spotify.webhelper.plist [Support]
      [invalid?] com.zeobit.MacKeeper.Helper.plist [Support]
    User Login Items: ℹ️
      iTunesHelper Program (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Program (/Applications/Dropbox.app)
      Spotify Program (/Applications/Spotify.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.239 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.239 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      SharePointBrowserPlugin: Version: 14.3.6 - SDK 10.6 [Support]
      ViewRightWebPlayer: Version: 2.3.0.4 [Support]
      Silverlight: Version: 5.1.20513.0 - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 7 Update 55 Check version
    Safari Extensions: ℹ️
      Extensions: No such file or directory
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Java  [Support]
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          13% mds
          11% WindowServer
          0% fontd
          0% AppleSpell
          0% Dropbox
    Top Processes by Memory: ℹ️
      228 MB com.apple.WebKit.WebContent
      193 MB Safari
      112 MB softwareupdated
      107 MB Microsoft Word
      94 MB Preview
    Virtual Memory Information: ℹ️
      617 MB Free RAM
      1.82 GB Active RAM
      869 MB Inactive RAM
      724 MB Wired RAM
      2.67 GB Page-ins
      74 KB Page-outs
    Diagnostics Information: ℹ️
      Dec 8, 2014, 04:04:13 PM Self test - passed

  • Why is my ipad2 really slow after updating to IOS 6.1.2

    Why is my ipad2 really slow after updating to IOS 6.1.2

    Try this.
    Quit all apps completely and reboot the iPad. Go to the home screen first by tapping the home button. Double tap the home button and the recents tray will appear with all of your recent apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Disk access extremely slow after 10.5.2 Update

    I did the update to 10.5.2 today.
    1. I tried to update via Software Update. The update started but then stopped with an Error message (Contact Support) and the system freezed. There was just the spinning wheel on blue background for more than one hour. No more harddisk activity. I finally rebooted (hard way). After a reboot I had a somehow upgraded system. But many things did not work anymore (most applications crashed, mail could not access keychain items anymore, etcpp)
    2. Then I downloaded the complete Update package to do a manual update (happily firefox still worked). After a manual install it worked. It installed fine and rebooted. Now everything works as it should with the only problem that everything is extremly slow. Starting an application lasts about double the time as normal, loading files takes 3 to 4 times more time than with 10.5.1
    To fix these issues I tried several things:
    - Fixed permissions
    - Cleared all cache files and forced system to rebuild them
    - Severall reboots
    - Waited until backup completed and Spotlight index was rebuilt
    Bootup time is now fine (more or less). Just a little slower than 10.5.1. Application start is still slow but better. But the file access is still extremly slow. This can be observed very well in Parallels which still works fine, but needs 3 to 4 times longer to start (so do all applications within parallels). I checked CPU (Activity Monitor) but could not see anything special.
    Any ideas what could be the reason for this behaviour and (more important) how to possibly fix this? I'm thinking about going back to 10.5.1 with time-machine and then try it again with the package install.
    Any help/ideas would be appreciated.

    Is it slow wireless LAN behavior affecting Time Machine? Check out the third page of this thread, specificallly the post by John Albergo about "delay_ack."
    http://discussions.apple.com/thread.jspa?threadID=1394485&start=30&tstart=0
    It helped me a lot.

  • Everything is so slow after I updated to 10.7.2...Help:(

    I have a Macbook pro 15''.. Bought this Aug.
    Everything is so slow after I updated to 10.7.2 .....
    Especially now it takes me 1 min to turn on my laptop... which used need only 10 sec. So does Turn off...before update it is 2 sec, now it is 30 sec...
    What should I do to make it faster?
    Thanks.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software -- potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions -- they’re easy to carry out and won’t change anything on your Mac.
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
    Below are four lines of text in monospaced type, which are UNIX shell commands. They’re harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of running these commands, search this site for other discussions in which they’ve been used without any report of ill effects.
    Some of the commands will line-wrap in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
    To begin, launch the Terminal application; e.g., by entering the first few letters of its name in a Spotlight search.
    Step 1
    Copy or drag -- do not type -- the line below into the Terminal window, then press return:
    kextstat -kl | awk ' !/apple/ { print $6 $7 } '
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)
    Step 2
    Repeat with this line:
    sudo launchctl list | sed 1d | awk ' !/0x|apple|com\.vix|edu\.|org\./ { print $3 } '
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
    Step 3
    launchctl list | sed 1d | awk ' !/0x|apple|edu\.|org\./ { print $3 } '
    Step 4
    ls -1A {,/}Library/{Ad,Compon,Ex,Fram,In,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Sta}* 2> /dev/null
    Important: If you synchronize with a MobileMe account, your me.com email address may appear in the output of the above command. If so, change it to something like “[email protected]” before posting.
    Remember, this is all drag-and-drop or copy-and-paste, whichever you prefer -- no typing, except your password.
    You can then quit Terminal.

  • Mac mini 2010 very slow after update to Mavericks

    My mac mini 2010 (2.4 Ghz, 8GB ram) is running really very slow after updating to Mavericks.
    Clearly OneDrive is a pain... but had it running on ML as well, and though it is a memory and CPU hog, it never really slowed down the system.
    This is what Etresoft says:
    EtreCheck version: 1.9.15 (52)
    Report generated 21 Aug 2014 19:39:34 GMT+2
    Hardware Information: ?
      Mac mini (Mid 2010) (Verified)
      Mac mini - model: Macmini4,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
      8 GB RAM
    Video Information: ?
      NVIDIA GeForce 320M - VRAM: 256 MB
      32LG3000 1360 x 768 @ 59 Hz
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 1 day 0:0:8
    Disk Information: ?
      TOSHIBA MK3255GSXF disk0 : (320,07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 319,21 GB (104,99 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-STDVDRW  GA32N
    USB Information: ?
      Western Digital Ext HDD 1021 1,5 TB
      S.M.A.R.T. Status: Verified
      BigOne (disk1s1) /Volumes/BigOne: 1,5 TB (16,45 GB free)
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Logitech USB Receiver
      Logitech USB Receiver
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [loaded] com.Cycling74.driver.Soundflower (1.6.2 - SDK 10.6) Support
      [not loaded] com.iospirit.driver.RBTSRPlugin (1.18 - SDK 10.6) Support
      [loaded] com.iospirit.driver.rbiokithelper (1.18.1 - SDK 10.6) Support
    Problem System Launch Daemons: ?
      [failed] com.apple.softwareupdated.plist
      [failed] com.apple.wdhelper.plist
    Launch Daemons: ?
      [loaded] com.iospirit.candelair.daemon.plist Support
      [loaded] com.iospirit.candelair.sync.plist Support
    Launch Agents: ?
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
    User Launch Agents: ?
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
      [loaded] com.google.keystone.agent.plist Support
      [running] com.plexapp.helper.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ?
      iTunesHelper
      Preview
      ElementsAutoAnalyzer
      Google Chrome
      SEC Helper
    Internet Plug-ins: ?
      Silverlight: Version: 5.1.20513.0 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0
      QuickTime Plugin: Version: 7.7.3
      Default Browser: Version: 537 - SDK 10.9
    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: ?
      Candelair  Support
      Perian  Support
    Time Machine: ?
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 297.29 GB Disk used: 199.51 GB
      Destinations:
      BigOne [Local] (Last used)
      Total size: 1 TB
      Total number of backups: 84
      Oldest backup: 2013-07-17 22:07:43 +0000
      Last backup: 2014-08-21 17:31:13 +0000
      Size of backup disk: Excellent
      Backup size 1 TB > (Disk size 297.29 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          78% OneDrive
          3% ScreensharingAgent
          3% WindowServer
          0% Google Chrome
          0% fontd
    Top Processes by Memory: ?
      1.18 GB OneDrive
      90 MB Google Chrome
      82 MB Finder
      57 MB mds_stores
      51 MB Google Chrome Helper
    Virtual Memory Information: ?
      4.46 GB Free RAM
      1.94 GB Active RAM
      321 MB Inactive RAM
      908 MB Wired RAM
      3.02 GB Page-ins
      506 MB Page-outs

    Chances are you have applications that are out of date and need to be updated. Another possibility is Spotlight is indexing and you to wait until it has finished.

  • Why is my safari running slow after updating my mac?

    My safari is running slow after completing a software update.  I have cleared the cache.  It did not help.

    Please answer as many of the following questions as you can. You may already have answered some of them. In that case, there's no need to repeat the answers.
    Have you restarted your router and your broadband device (if they're separate) since you first noticed the problem? If not, do that now and see whether there's any change.
    If your browser is Safari, then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Any change?
    If you're running OS X 10.9 or later, select the Advanced tab in the Preferences window and uncheck the box marked
    Stop plug-ins to save power
    Any change?
    Quit and relaunch the browser. Any change?
    Log out and log back in. Any change?
    Enable Private Browsing in the Safari menu. Any change?
    Are any other web browsers installed, and are they the same? What about other Internet applications, such as iTunes and the App Store?
    If other browsers and Internet applications are also affected, follow these instructions and test. Any change?
    If Parental Controls is active for any user, please turn it off and test. Any change?
    If only Safari is affected, launch the Activity Monitor application and enter "web" (without the quotes) in the search box. If a process named "Safari Web Content" is shown in red or is using more than about 5% of a CPU, select it and force it to quit by clicking the X or Quit Process button in the toolbar of the window. There may be more than one such process. Any improvement?
    Again, if only Safari is involved, open the iCloud preference pane and uncheck the box marked Safari, if it's checked. Any change?
    Are there any other devices on the same network that can browse the Web, and are they affected?
    If you can test Safari on another network, is it the same there?
    If you connect to your router with Wi-Fi and you can also connect with Ethernet, do that and turn off Wi-Fi. Any difference?

  • System gets Slow after 10.6.5 update

    So, I just updated it using standalone combo installer and straight away notice that to repair the disc permitions now takes 3 mins, before it took only 1min. even if there is nothing to repair. and futher more my whole system gets very slow after a few hours of using safari, skype, vuze, together and wasn't able to shut down just after using safari alone, had to press the power. havent been using anything else for so long so dont know how about it, but it seems to be ok. ah, im using airport to get to the internet if that's important.

    See:
    Mac Maintenance Quick Assist,
    Mac OS X speed FAQ,
    Speeding up Macs,
    Macintosh OS X Routine Maintenance
    Essential Mac Maintenance: Get set up,
    Essential Mac Maintenance: Rev up your routines,
    Maintaining OS X,
    Five Mac maintenance myths, and
    Myths of required versus not required maintenance for Mac OS X for information.

  • 2 finger scroll doesnt work in Finder after Mavericks update. Macbook pro seems slow and less responsive after the update.

    2 finger scroll doesnt work in Finder after Mavericks update. Macbook pro seems slow and less responsive after the update.

    nateshns wrote:
    2 finger scroll doesnt work in Finder after Mavericks update.
    In any particular app, or all of them?

  • All internet activity is VERY slow after updates.

    Hi. I'm on a flat-panel iMac running 10.3.9. I've got 1GB ram and 17GB left on an 80GB HD. I've got Qwest DSL with an Actiontec modem. I'm going straight from the wall to the Mac. No wireless or network.
    My browsers are running incredibly slow after I added a few recent updates to iSync, iTunes, Security Update, iPod and maybe one or two others. It's the same on Safari, Explorer and Firefox.
    I checked my connection speeds on several different sites. I'm getting good times on those (4.5 down and 720 up.) Downloading files is no problem. It's just getting to the actual pages that is a pain in the butt. It's weird.
    I called Qwest. All the lines looked great, which doesn't surprise me since the connecion speeds were good.
    I've emptied the cache on Safari. I've repaired permissions several times. I've restarted everything. Unplugged, then re-plugged every connection.
    Everything was cruising along fine until I installed those updates. I'm not saying they're definitely the culprits, but I do wonder if other people have had this problem.
    The machine is basically acting like it has spyware, but I know none really exists for Mac.
    Any other ideas about what I could try to do?

    Not sure if this will help but it fixed a lot of issues on my families iphones. Settings, General, Reset, Reset Network Settings. It will wipe any wifi details so you need to have those to hand to set them uback p again.
    This fixed various problems with no sound when dialling, no ringer etc. May be a providor issue rather than iphone issue though but it is a good tip to refresh all your settings, without affecting anything else on your devices.
    Keep it fresh

  • Why is my mac a lot slower after updating to 9.2. ?

    Hi! My Mac is so much slower after updating it to 9.2., I installed Java but I read at some forums I should delete it, but I dont know how. Can somebody help me?
    My system review in Etrecheck is:
    Hardware Information:
              MacBook Pro (13-inch, Early 2011)
              MacBook Pro - model: MacBookPro8,1
              1 2.3 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 384 MB
    System Software:
              OS X 10.9.2 (13C64) - Uptime: 6 days 11:48:20
    Disk Information:
              TOSHIBA MK3265GSXF disk0 : (320,07 GB)
                        EFI (disk0s1) <not mounted>: 209,7 MB
                        Macintosh HD (disk0s2) / [Startup]: 319,21 GB (50,46 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              HL-DT-ST DVDRW  GS31N 
    USB Information:
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
              com.logmein.driver.LogMeInSoundDriver          (1.0.3 - SDK 10.5)
    Launch Daemons:
              [System] com.google.keystone.daemon.plist 3rd-Party support link
              [System] com.logmein.logmeinblanker.plist 3rd-Party support link
              [System] com.logmein.logmeinserver.plist 3rd-Party support link
              [System] com.logmein.raupdate.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [System] org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
    Launch Agents:
              [System] com.divx.dms.agent.plist 3rd-Party support link
              [System] com.divx.update.agent.plist 3rd-Party support link
              [System] com.google.keystone.agent.plist 3rd-Party support link
              [System] com.logmein.logmeingui.plist 3rd-Party support link
              [System] com.logmein.logmeinguiagent.plist 3rd-Party support link
              [System] com.logmein.logmeinguiagentatlogin.plist 3rd-Party support link
              [System] com.oracle.java.Java-Updater.plist 3rd-Party support link
              [System] org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
              [not loaded] com.facebook.videochat.[redacted].plist 3rd-Party support link
              [not loaded] com.facebook.videochat.[redacted].plist 3rd-Party support link
              [not loaded] com.google.GoogleContactSyncAgent.plist 3rd-Party support link
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
              [not loaded] com.spotify.webhelper.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              Spotify
    Internet Plug-ins:
              o1dbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
              OVSHelper: Version: 1.1 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              Google Earth Web Plug-in: Version: 7.1 3rd-Party support link
              Unity Web Player: Version: UnityPlayer version 3.4.2f3 - SDK 10.5 3rd-Party support link
              Silverlight: Version: 5.0.61118.0 - SDK 10.6 3rd-Party support link
              LogMeIn: Version: 1.0.935 - SDK 10.7 3rd-Party support link
              DivX Web Player: Version: 3.1.1.9 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              LogMeInSafari32: Version: 1.0.935 - SDK 10.7 3rd-Party support link
              googletalkbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.7
              JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Safari Extensions:
              Slick Savings: Version: 1.0
              Amazon Shopping Assistant: Version: 1.1
              Searchme: Version: 1.2
              Ebay Shopping Assistant: Version: 1.1
    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
    User Internet Plug-ins:
              PSPlugin: Version: (null) 3rd-Party support link
    3rd Party Preference Panes:
              Java  3rd-Party support link
    Old Applications:
              /Library/Application Support/Microsoft/MERP2.0
                        Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4 3rd-Party support link
                        Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4 3rd-Party support link
              Solver:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              /Library/Application Support/DivX
                        DivXUpdate:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        DivXMediaServer:          Version: 10.1 - SDK 10.5 3rd-Party support link
                        DivXTransferWizard:          Version: 10.1.1 (Build 10.1.1.44) - SDK 10.5 3rd-Party support link
                        DMSLaunch:          Version: 1.0 - SDK 10.5 3rd-Party support link
              SLLauncher:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              /Applications/Microsoft Office 2011/Office
                        Microsoft Graph:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Utility:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Office Reminders:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Upload Center:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        My Day:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        SyncServicesAgent:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Open XML for Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Alerts Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Database Daemon:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Chart Converter:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Clip Gallery:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              /Applications/Microsoft Office 2011
                        Microsoft Communicator:          Version: 13.1.2 - SDK 10.5 3rd-Party support link
                        Microsoft PowerPoint:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Excel:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Outlook:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Word:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        Microsoft Document Connection:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
              Microsoft Language Register:          Version: 14.3.9 - SDK 10.5 3rd-Party support link
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              iSkysoft Helper Compact:          Version: 2.2.6.4 - SDK 10.5 3rd-Party support link
                        /Users/[redacted]/Library/Application Support/Helper/iSkysoft Helper Compact.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Microsoft Communicator:          Version: 13.1.3 - SDK 10.5 3rd-Party support link
              DivX Converter:          Version: 10.1.1 (Build 10.1.1.67) - SDK 10.5 3rd-Party support link
              DivX Player:          Version: 10.1.1 (Build 11.3.1.8) - SDK 10.5 3rd-Party support link
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                  15%          fsck_hfs
                   7%          Disk Utility
                   7%          WindowServer
                   2%          diskmanagementd
                   2%          EtreCheck
    Top Processes by Memory:
              217 MB          com.apple.MediaLibraryService
              172 MB          iTunes
              156 MB          fsck_hfs
              106 MB          Google Chrome
              98 MB          mds_stores
    Virtual Memory Information:
              13 MB          Free RAM
              1.01 GB          Active RAM
              1.01 GB          Inactive RAM
              1015 MB          Wired RAM
              21.27 GB          Page-ins
              435 MB          Page-outs

    You are using all your 4GB of RAM
    Virtual Memory Information:
              13 MB          Free RAM
              1.01 GB          Active RAM
              1.01 GB          Inactive RAM
              1015 MB          Wired RAM
              21.27 GB          Page-ins <---------
              435 MB          Page-outs
    When you run out of real RAM you start writing to free hard disk space. This is paging in/out. This is much slower than using real RAM
    Add more RAM Basics
    Open System Profiler > Hardware
    Copy the Serial number and model identifier
    Under Memory in System Profiler, you'll see how many slots and what is installed. You need matching pairs. Most likely you will have to replace RAM you have installed unless you have 4 slots and are only using 2 slots.
    Go to this page:   http://support.apple.com/specs/
    Copy the Serial number in the "Search Tech Specs" search box. This will take you to the info on your computer.
    Next using the Identifier and with the knowledge of your exact model and how much RAM you can install, go to this site: (There are several sources for memory. This one has good prices and has the video showing how to install)
    http://eshop.macsales.com/shop/memory/
    You can find install videos here:  http://eshop.macsales.com/installvideos/
    Hope this helps!

  • Very slow internet after Mavericks update. Opening websites very slow. Console info here. 9/25/14 11:12:51.416 AM com.apple.launchd[1]: (com.apple.qtkitserver[22059]) Could not terminate job: 3: No such process 9/25/14 11:12:51.416 AM com.apple.launc

    Very slow internet after Mavericks update. Opening websites very slow. Console info here. 9/25/14 11:12:51.416 AM com.apple.launchd[1]: (com.apple.qtkitserver[22059]) Could not terminate job: 3: No such process 9/25/14 11:12:51.416 AM com.apple.launc

    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, 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

  • Turn 'em off or leave 'em on?

    Thanx to the folks on this site I recently was able to connect both of my iBooks wirelessly. Now my question is-and I am not so concerned about someone accessing the iBooks, I am concerned about physical harm to them-can I leave "AppleTalk" and "File

  • How do I generate a visitor report for a specific web page?

    I want to look at the traffic/visitors who go to a specific page. Despite my searching the knowledge base, I can't see how to do this. To me, this is 'Web reports 101' - ie, a basic requirement, but it doesn't seem possible? Appreciate any advice. Th

  • Static QEMU Build fails

    I'm trying to build QEMU 1.2.0 with --static: LINK qemu-ga /usr/bin/ld: cannot find -lgthread-2.0 /usr/bin/ld: cannot find -lglib-2.0 qemu-sockets.o: In function `inet_listen_opts': /home/ashutosh/man-builds/qemu-1.2.0/qemu-sockets.c:141: warning: Us

  • IPod nano and cases

    Hi, I'm looking at getting an iPod nano. It'll need a case since I'll be using my iPod alot in my pocket. I see that the nano comes with a case. Is this case worth anything? Or should I look at buying a third party case for it? The only thing I need

  • Movie clip path

    Ok this is driving me crazy. It is pretty simple. I just want a button I click to tell another movie clip to gotoAndPlay(2); and when I click the button nothing happens. I know the path is correct because I have the other movieclip in the _root secti