ID 9.2 is very slow. Other CC programs run at normal speed.

I have a document of 40 pages, most of which are blank, but operations are very slow. It may take 10 seconds for a 1500 x 750 pixel Photoshop image to appear during a Place operation after the box designating the size of the picture has been drawn with the cursor.
Moving a picture caption from one spot to another on the picture (backlit with a white shadow) can also take 10 seconds for the caption, which drops effects when it is moved, to again exhibit the effect.
Running other programs such as Photoshop and Bridge don't seem to make much difference.
Computer is a 2.66 Ghz 4-core with 4 gigs of main memory and a 70 gig RAID1 data disk. C drive is a 1 terrabye disk. 2 monitors. Windows 7 64 bit.
I regularly run an optimizing scan of the computer to clean up potential areas of slowdown. Windows 7 give the computer a 5.9 performance rating because of the 4 gig memory (the limits of the Intel motherboard they didn't exacty say anything about when I bought it.)
A prior document of 67 pages exhibits no slowdown. There must be a gotcha in there somewhere.
User name: Mike Rehmus-Admin
Computer name: EDITING
Network status: Available
Microsoft Windows NT 6.1.7601 Service Pack 1
Processor Information: Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz
Number of Processors: 4
Microsoft .Net Framework
4.0.30319.1008
Message was edited by: mrehmus2

I have a document of 40 pages, most of which are blank, but operations are very slow. It may take 10 seconds for a 1500 x 750 pixel Photoshop image to appear during a Place operation after the box designating the size of the picture has been drawn with the cursor.
Moving a picture caption from one spot to another on the picture (backlit with a white shadow) can also take 10 seconds for the caption, which drops effects when it is moved, to again exhibit the effect.
Running other programs such as Photoshop and Bridge don't seem to make much difference.
Computer is a 2.66 Ghz 4-core with 4 gigs of main memory and a 70 gig RAID1 data disk. C drive is a 1 terrabye disk. 2 monitors. Windows 7 64 bit.
I regularly run an optimizing scan of the computer to clean up potential areas of slowdown. Windows 7 give the computer a 5.9 performance rating because of the 4 gig memory (the limits of the Intel motherboard they didn't exacty say anything about when I bought it.)
A prior document of 67 pages exhibits no slowdown. There must be a gotcha in there somewhere.
User name: Mike Rehmus-Admin
Computer name: EDITING
Network status: Available
Microsoft Windows NT 6.1.7601 Service Pack 1
Processor Information: Intel(R) Core(TM)2 Quad CPU Q9450 @ 2.66GHz
Number of Processors: 4
Microsoft .Net Framework
4.0.30319.1008
Message was edited by: mrehmus2

Similar Messages

  • My 3 year-old macbook pro is very slow. I have run disk utility and virus scan with no improvement. The "beach ball" will spin for minutes at a time when opening, closing or changing windows. Apple Store looked at it a few months ago with no help.

    my 3 year-old macbook pro is very slow. I have run disk utility and virus scan with no improvement. The "beach ball" will spin for minutes at a time when opening, closing or changing windows. Apple Store looked at it a few months ago with no help. What can I do?

    Under CPU: 3.5% user; 5% system; 91% idle; 441 threads; 90 processes.
    Under System: out of 2GB - 54.7MB free; 530MB wired; 603MB active; 862MB inactive; 1.95GB used.
    Is too much of the system memory tied up? If so, what can I do to free some up?

  • Same select max is very slow in one program but fast in another

    Hi,
    I have a report that becomes very slow these few months. I used SQL trace for the report and found out its these codes that slow down the report:
    SELECT MAX( mkpf~budat )
                  FROM mkpf
        INNER JOIN mseg
                       ON mseg~mblnr = mkpf~mblnr AND mseg~mjahr = mkpf~mjahr
                    INTO posting_date
               WHERE mseg~werks  = w_matl-batch_reservations-werks
                     AND mseg~charg  = w_matl-batch_reservations-charg
                     AND mseg~bwart  IN ('261', 'Z61').
    The thing is these codes have been used in different system, DEV, QAS, and PRD. But only in PRD it is very slow, other systems are pretty fast.
    I even created a local copy of that report in PRD, with the same code. The local file runs fast and perfectly. But the original code is just slow.
    Just wondering if anybody met this problem too? any ideas??

    Hi Liu,
    Index creation is not a advisable solution.Please follow the existing indexes by adding Mandt field.
    Try like this
    SELECT MAX( mkpf~budat )
                  FROM mkpf
        INNER JOIN mseg
                       ON mseg~mblnr = mkpf~mblnr AND mseg~mjahr = mkpf~mjahr
                    INTO posting_date
               WHERE mseg~mandt = sy-mandt
                      AND mkpf~mandt = sy-mandt
                      AND mseg~werks  = w_matl-batch_reservations-werks
                     AND mseg~charg  = w_matl-batch_reservations-charg
                     AND mseg~bwart  IN ('261', 'Z61').
    Hope it will be helpful.
    Regards,
    Kannan

  • Firefox won't open/connect tp the internet. Explorer opens and connects. Windows firewall turned off. No other antivirus program running. Happened when I downloaded new Firefox update.

    Firefox won't open/connect tp the internet. Explorer opens and connects. Windows firewall turned off. No other antivirus program running. Happened when I downloaded new Firefox update.

    I had the same problem when i dl-ed a new anti-virus softward, but what I did help me reconnect Firefox again!
    Here is what I did,
    Go to open firefox browser-->option-->advanced-->network-->settings-->and change it to auto-detect proxy settings for this network!
    It worked for you, hope it will work for you too =)!
    Cheers

  • Report region runs very slow, but its sql runs fast

    We have a page with a report region Type :SQL Query (plsq function body returning sql query) which runs very slow, pegging the tach on our db box for almost a minute before returning report rows. However, if we run the generated sql from sql plus, it returns all the rows in under 10 seconds with nary a blip on the box. Any idas how what could be causing this or how to debug?
    Thanks,
    Steve

    OK, here is the bad boy, shortly after our code that returns the data.
    declare
    rc__ number;
    simple_list__ owa_util.vc_arr;
    complex_list__ owa_util.vc_arr;
    begin
    owa.init_cgi_env(:n__,:nm__,:v__);
    htp.HTBUF_LEN := 63;
    null;
    null;
    simple_list__(1) := 'sys.%';
    simple_list__(2) := 'dbms\_%';
    simple_list__(3) := 'utl\_%';
    simple_list__(4) := 'owa\_%';
    simple_list__(5) := 'owa.%';
    simple_list__(6) := 'htp.%';
    simple_list__(7) := 'htf.%';
    simple_list__(8) := 'wpg_docload.%';
    if ((owa_match.match_pattern(p_string =>
    'f'
    /* */,p_simple_pattern =>
    simple_list__
    ,p_complex_pattern =>
    complex_list__
    ,p_use_special_chars =>
    false)))
    then
    rc__ := 2;
    else
    null;
    null;
    f(p=>:p);
    if (wpg_docload.is_file_download) then
    rc__ := 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    null;
    null;
    commit;
    else
    rc__ := 0;
    null;
    null;
    null;
    commit;
    owa.get_page(:data__,:ndata__);
    end if;
    end if;
    :rc__ := rc__;
    end;
    call count cpu elapsed disk query current rows
    Parse 0 0.00 0.00 0 0 0 0
    Execute 1 25.53 26.59 4492 20992 60 1
    Fetch 0 0.00 0.00 0 0 0 0
    total 1 25.53 26.59 4492 20992 60 1

  • My MacBook Pro is running very slow.  I've run repair permissions without positive result.  Does anyone have any ideas?

    My MacBook Pro (2010) is runnign very slow.  This came on all of a sudden.  It opens, closes, reboots, etc., all much slower than ever before.  I have used the repair disk permissions without any positive result.  Does anyone have any ideas?

    First, back up all data immediately, as your boot drive might be failing.
    Take these steps when you notice the problem.
    Step 1
    Launch the Activity Monitor 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 Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Next, select the Disk Activity tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in and Writes out.)
    Step 2
    You must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way as above. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Post the 50 or so most recent messages in the log — the text, please, not a screenshot.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Important: Some personal information, such as your name, may appear in the log. Edit it out before posting.

  • Consumer loop very slow, queue size grows. How to speed up my consumer loop? As the array grows the slower it gets.

    LabView version: 2012
    OS: Windows XP SP3
    Hardware: USB NI cDAQ-9174 NI-9221
    Application: Oscilloscope
    I'm relatively new to LabView and I'm currently experiencing some performance issues with my project. I guess it has something to do with the way it's programmed. I'm hoping to get some tips from you guys.
    This is my producer loop. It should be capable of acquiring 100 000 Samples/s. I guess I've done this the right way and can't really be improved. Or am I mistaking?
    This is (part of) my consumer loop. It's too slow, the number of elements in the queue keeps getting bigger. I'm doing two types of calculations on the queue data. One for changing the scalling (a multiplication), one for changing the y-position (a summation). Because each time there are 10 000 samples acquired I have added an extra loop (inner loop). This loop splits the array into x samples when the requested samples are smaller than 10 000 or adds them when the requested samples are bigger than 10 000. This depends on the user input (time/dev).
    For example: when the user request 100 seconds of data to be plotted on a graph we get an array of 10 000 000 x 8. Is this considered big? Enlarging the array to that size is very very slow, the queue builds up rapidly.
    I don't know what really slows it down or how to 'debug' this properly. Transposing the array twice seems avoidable?
    Maybe I'm doing this in an inefficient way? Any thoughts that might help me?
    The VI's are attached.
    Thanks for your input.
    Attachments:
    Scope.zip ‏199 KB

    Thank you for your replies so far!
    LV_Pro,
    I agree it is a bit silly to plot more than 2000 points. I will change this. But even without a graph, the consumer loop seems to be unable to handle the speed.
    tst,
    1. Ok, I will change this
    2. Thank you for pointing this out. I implemented your technique and have some increased performance.
    Still not the speed I would expect from LabView. The system is 'stable' with a sample rate up to 100 Hz, increasing this makes my queue overflow.
    I must be doing something else wrong... Anymore ideas?
    Latest version of program in attachment.
    Attachments:
    Scope 1.zip ‏211 KB

  • Safari is very slow on iPad 2 running iOS 5.1.

    I'm running ios 5.1.1 on my iPad 2. For the past few days, safari has been very slow. it can take 20 seconds for a web page to load. If I force quit, it gets better for a short time, but then the problem starts up again.

    Try a reset. Press & hold the Power and Home buttons simultaneously, ignoring the red power off slider, until the Apple logo appears. Then release both buttons. This should not affect any content on the iPad, it is similar to rebooting your computer.

  • My ipad 3 is very slow and the programs are closing it down

    Hello,I was wondering know if someone can help me with this, my ipad it is working very slow, also the keyboard have a long delay and the programs are going off of freezes. It is an Ipad 3, that i believe it is not old, i already restored several times and is setted as a new ipad now, but it is still doind the same. Every time that I call Apple they ask me to restore it again, to be honest i don't want to buy a new ipad, is there anyone who can help me?

    You can try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.
    May not help, but will not hurt anything.

  • My computer is running very slow.  I am wondering if I have spyware or other such programs running without my permission.  Here is my report.

    EtreCheck version: 2.0.1 (82)
    Report generated October 10, 2014 at 3:43:02 PM EDT
    Hardware Information: ℹ️
      iMac (27-inch, Mid 2011) (Verified)
      iMac - model: iMac12,2
      1 2.7 GHz Intel Core i5 CPU: 4-core
      12 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 0/DIMM1
      2 GB DDR3 1333 MHz ok
      BANK 1/DIMM1
      2 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      AMD Radeon HD 6770M - VRAM: 512 MB
      iMac 2560 x 1440
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 0 days 0:41:36
    Disk Information: ℹ️
      WDC WD1001FALS-403AA0 disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 999.35 GB (824.49 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      HL-DT-STDVDRW  GA32N 
    USB Information: ℹ️
      Fitbit Inc. Fitbit Base Station
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. FaceTime HD Camera (Built-in)
        RF USB Device
      Seagate FreeAgent GoFlex 500.11 GB
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted> : 210 MB
      \; (disk2s2) /Volumes/\; : 499.76 GB (11.07 GB free)
      Apple Computer, Inc. IR Receiver
      Apple Internal Memory Card Reader 15.88 GB
      S.M.A.R.T. Status: Verified
      NIKON D5100 (disk1s1) /Volumes/NIKON D5100 : 15.88 GB (15.88 GB free)
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/sysctl.conf - Exists
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.Belcarra.iokit.USBLAN_netpart (3.1.1 - SDK 10.6) Support
      [not loaded] com.Belcarra.iokit.USBLAN_usbpart (3.1.1 - SDK 10.6) Support
      [not loaded] com.RemoteControl.USBLAN.usbpart (3.1.1 - SDK 10.7) Support
      /System/Library/Extensions/2.2.0/Belcarra.USBLAN_netpart.kext/Contents/Plug-Ins
      [not loaded] com.belcarra.iokit.netpart.panther (1.6.3) Support
      /System/Library/Extensions/2.2.0/Belcarra.USBLAN_usbpart.kext/Contents/Plug-Ins
      [not loaded] com.belcarra.iokit.usbpart.panther (1.6.3) Support
      /System/Library/Extensions/2.2.0/RemoteControl.USBLAN_usbpart.kext/Contents/Plu g-Ins
      [not loaded] com.RemoteControl.USBLAN.panther (1.6.2) Support
    Startup Items: ℹ️
      Squeezebox: Path: /Library/StartupItems/Squeezebox
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [running] com.amazon.sendtokindle.launcher.plist Support
      [running] com.brother.LOGINserver.plist Support
      [running] com.epson.epw.agent.4.plist Support
      [running] com.hp.devicemonitor.plist Support
      [loaded] com.hp.messagecenter.launcher.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.fitbit.galileod.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [running] com.amazon.music.plist Support
      [invalid?] com.citrixonline.GoToMeeting.G2MUpdate.plist Support
      [loaded] com.genieo.completer.download.plist Support
      [loaded] com.genieo.completer.ltvbit.plist Support
      [loaded] com.genieo.completer.update.plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ℹ️
      Webshots Wallpaper & Screensaver UNKNOWN (missing value)
      Garmin Express Service UNKNOWN (missing value)
      iTunesHelper ApplicationHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      HP Utility Application (/Library/Printers/hp/Utilities/HP Utility.app)
      Mail Application (/Applications/Mail.app)
      AdobeResourceSynchronizer ApplicationHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
      Magic Numpad Application (/Applications/Magic Numpad.app)
      Adobe Reader Application (/Applications/Adobe Reader.app)
      ElementsAutoAnalyzer Application (/Applications/Adobe Elements 12 Organizer.app/Contents/ElementsAutoAnalyzer.app)
      Fitbit Connect Menubar Helper Application (/Applications/Fitbit Connect.app/Contents/MacOS/Fitbit Connect Menubar Helper.app)
      ElementsOrganizerSyncAgent UNKNOWN (missing value)
      Launch Nikon Message Center 2 Application (/Applications/Nikon Software/Nikon Message Center 2/Nikon Message Center 2.app/Contents/SharedSupport/Launch Nikon Message Center 2.app)
      EEventManager UNKNOWN (missing value)
      HP Product Research UNKNOWN (missing value)
    Internet Plug-ins: ℹ️
      LogitechHarmony: Version: 1.0.0.1 Support
      Unity Web Player: Version: UnityPlayer version 4.3.1f1 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      AmazonMP3DownloaderPlugin101750: Version: AmazonMP3DownloaderPlugin 1.0.17 - SDK 10.4 Support
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      SharePointBrowserPlugin: Version: 14.2.4 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      GarminGpsControl: Version: 4.1.0.0 Release - SDK 10.7 Support
      JavaAppletPlugin: Version: Java 7 Update 51 Check version
    User Internet Plug-ins: ℹ️
      CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
      UploadManager: Version: Unknown
      Google Earth Web Plug-in: Version: 7.1 Support
      ContentManager: Version: Unknown
      RocketEngine: Version: Unknown
    Safari Extensions: ℹ️
      AdBlock
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Flip4Mac WMV  Support
      Java  Support
      Squeezebox  Support
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 999.35 GB Disk used: 174.86 GB
      Destinations:
      FreeAgent GoFlex Drive [Local]
      Total size: 499.76 GB
      Total number of backups: 102
      Oldest backup: 2012-05-06 15:29:12 +0000
      Last backup: 2014-10-10 13:50:38 +0000
      Size of backup disk: Too small
      Backup size 499.76 GB < (Disk used 174.86 GB X 3)
    Top Processes by CPU: ℹ️
          2% WindowServer
          2% Safari
          1% backupd
          1% com.apple.WebKit.Networking
          0% HP Device Monitor
    Top Processes by Memory: ℹ️
      168 MB mds_stores
      168 MB com.apple.WebKit.WebContent
      116 MB perl
      116 MB Mail
      90 MB opendirectoryd
    Virtual Memory Information: ℹ️
      8.27 GB Free RAM
      2.51 GB Active RAM
      777 MB Inactive RAM
      1.32 GB Wired RAM
      575 MB Page-ins
      0 B Page-outs

    Please describe the problem in as much relevant detail as possible. The "etrecheck" fad hasn't made that step any less necessary. The better your description, the better the chance of a solution.
    For example, if the computer is slow, which specific actions are slow? Is it slow all the time, or only sometimes? What changes did you make, if any, just before it became slow? Have you seen any alerts or error messages? Have you done anything to try to fix it? Most importantly, do you have a current backup of all data? If the answer to the last question is "no," back up now. Ask if you need guidance. Do nothing else until you have a backup.

  • CS4 Extended VERY Slow to Open Program!!!???

    I just dropped a very large sum of $ to purchase CS4 Extended and the #$*@#  thing is taking over 5 minutes to open!!! (Yes, I've timed it.) Once open it appears to run fine, although I've yet to put it through it's paces much.  The obvious answer would be that I have an undersized slow computer.  However, that is far from the case. I have a brand new Dell laptop with plenty of 'horsepower', much more than the system requirements listed on the outside of the box.  It does the same thing with both the 64 bit and 32 bit version.
    Here are a few of the "vitals" on the laptop:
    Operating System: Windows Vista 64-bit Version: 6.0 Service Pack 1
    Processor Core Duo2: 2493 MHz
    Video Card: VIDI GeForce 8600M 250MB GT/PCI/SSE2
    Built-in memory: 4093 MB
    Image cache levels: 4
    Hard Drive: 500G
    Is anyone else having this problem??? If so, what have you done to solve it.  Needless to say, I'm VERY VERY disappointed at this point. I had PS7 before and should have stuck with that!
    thanks for your help

    PROBLEM SOLVED:  After several hrs. with Adobe and Microsoft on the phone over the last two weeks, we soloved the problem.  Adobe never could figure out what the solution was.  However, when I installed Vista Service Pack #2 everything started to work just fine.  Now CS4 loads in about 10 seconds, like it should!
    Both Microsoft and Adobe came to the conclusion that something was not working with my Dell XPS 1530 NIVIDA video driver and Photoshop.  Neither one know exaclty why SP2 soloved the problem.  Adobe is going to do some more research with Dell and NIVIDA on the issue, at least that's what he said he was going to do. Apparently I'm not the first Dell XPS 1530 with this issue.
    Thanks for everyone's help!

  • Very slow to open and run - what can I do?

    Hello
    I'm quite a beginner in terms of macbook pro maintenance and so please give me the basics, with clear instructions.....
    I've had my macbook pro for about 4 years.  I have upgraded to Mountain Lion.
    It has started to be a real issue how slow my laptop now is to start up, in particular, and then to do other things.
    What might be the problem?  What do I need to check?
    Thank you for your advice.
    Katie

    Mt. Lion actually requires 4 GB RAM.  If you do not have that installed, I would suggest you do so.
    The HDD is often a problem.  Investigate there.
    Here is a troubleshooting document that will provide you with possible solutions:
    https://discussions.apple.com/docs/DOC-3521
    Ciao.

  • Firefox has started using up my available memory significantly slowing other open programs.

    When I am doing research or writing I have Firefox open with multiple tabs running as well as Microsoft Office applications. Within a short period of time, the entire computer slows down. System processes show 100% of CPU used with Firefox eating up about 80%. When I close Firefox and then disable that process, all other programs and computer speed return to normal. I'm only using 1/3 of the available memory. I use Windows 7 and have 3g of physical memory.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • A document with more no of sheets seem to work very slow in pages. How to increase speed of processing

    A document with more no of sheets in it seems to work slow. Speed of processing is dull. An error message ( error code 43 ) appeared while working in pages.

    Also, try holding down the Command and the R keys
    during boot to get into the Recovery HD.  From there
    select Disk Utility and perform a Repair Pemissions
    and a Repair Disk on the OSX install partition.
    If that doesn't help, you may want to get some additional
    test and/or repair software to check the hard disk and
    other hardware.  Tech Tool Pro comes to mind, as it
    can run tests on various hardware aspects of the system.
    Disk Warrior is another program that can test file systems
    and look for file corruption.  You should be able to get
    these programs on line depending on where you are.
    This sounds suspiciously like file corruption going on
    which can be software caused or a hard disk that is
    starting to go bad or just a few sectors that went bad
    is some key spots.
    Going back to Snow Leopard will not help if there are
    are problems with the files or, hopefully not, the hard disk.

  • Very slow performance jclient when running with remote server

    We have performance problems when running a JClient application, if the Application Server is on a different machine in the same 100mbit network. In our application we open 6 panels with about 15 TextFieldBindings each, on a tabbed pane. Each panel has it's own viewobject on the server. It takes the panel allmost two minutes to start up. Our own code seems to perform reasonable, but between the last line of code and the actual visibility of the panel there is a long period of low intensity network traffic between the client and the server machine, while both machines have low CPU usage. We tried setting the synchmode of the ApplicationModule to SYNC_LAZY and SYNC_IMMEDIATE, but this does not seem to make any difference.
    It seems as if the server starts throwing a lot of events after our code is executed, which are caught by the BC4J controlbinding listeners. The performance is a lot better if we have the server and the client on the same machine, and the database on a different one.
    This kind of performance is not acceptable for this application. Are we doing something that should not be done with BC4J, or are we missing something?

    We have performance problems when running a JClient application, if the Application Server is on a different machine in the same 100mbit network. In our application we open 6 panels with about 15 TextFieldBindings each, on a tabbed pane. Each panel has it's own viewobject on the server. It takes the panel allmost two minutes to start up. Our own code seems to perform reasonable, but between the last line of code and the actual visibility of the panel there is a long period of low intensity network traffic between the client and the server machine, while both machines have low CPU usage. We tried setting the synchmode of the ApplicationModule to SYNC_LAZY and SYNC_IMMEDIATE, but this does not seem to make any difference.
    It seems as if the server starts throwing a lot of events after our code is executed, which are caught by the BC4J controlbinding listeners. The performance is a lot better if we have the server and the client on the same machine, and the database on a different one.
    This kind of performance is not acceptable for this application. Are we doing something that should not be done with BC4J, or are we missing something? You must be hitting a performance issue regarding download of all property metadata for setting labels etc. on the UI (in case of remote-tier deployment).
    This issue has been resolved for our next release of JDeveloper. Basically a new api has been added that allows 3tier apps to "download" the set of "used" VO definitions, Attribute Definitions etc on the client, so that the UI comes up quick.
    Also a application/ui/binding load code-generation has been modified to allow for "lazy" loading of controls/lazy binding etc, quite like what's done in the JClient Control-bindings sample on otn.
    For 9.0.2, you may shorten the "load" time, by loading only the UI that's first displayed and pre-loading ViewObject definition. However it'll still be slower than what the above mentioned method would do in one roundtrip.

Maybe you are looking for

  • How do I connect a network printer to ipad 3. I have a HP LaserJet P2035n.  It is a network printer. Not Wireless.

    How do I connect a network printer to ipad 3. I have a wireless router on my LAN.  I have a HP LaserJet P2035n which is a network printer and it is connected to the LAN.  The printer is not on the AirPrint list. The printer is not wireless.

  • Lenovo G780 will not boot up after windows update

    My friend's G780 will no longer boot up after installing a windows update, one for which she cant remember, and ever since she updated it, the lenovo boot screen will appear, then turns black, and stays black. It will, occasionally, give her the opti

  • Proxy-to-File scenario (Turkish Characters Encoding)

    Hi All, I have a Proxy to File scenario. (No Message Mapping...As the data is processed and sent as it is) The input data to PI contains Turkish characters, and the File getting generated at FTP location is converting some of those characters into sp

  • Will Soundlbaster Audigy 2 NX Drivers be updated for EAX

    I am currently playing games such as Everquest 2 that support EAX4 and the Devs there said you guys need to update the drivers for this card to support EAX4. Is this in the works, if not why not, if so when? Thanks in advance....

  • Computer Lost Authorization

    I just connected my Ipod Tough to my Powerbook, which has been main iTunes compter for about 3 years, and it told me it couldn't load any of my Purchased songs & deleted about 150 of them from my Ipod. I then had to use up another of my 5 authorizati