Importing just got very slow!

I've been running itunes great for the past year, all of a sudden I'm going from 10x-12x speed importing to 1.2x-2x. What's the deal? I've run every adware, spyware and virus scan I have and everything checks out hunky dorry. I'm too impatient to wait 30min to import a cd I want it done in under 10min. Please help!

Hi guys,
Same problem here. I noticed like 2 months ago this problem and I hoped will be fixed by some update but no. I`m a hard user of Bridge with Photoshop CC, InDesign CC and sometime Illustrator CC to. At home, I use CS6 suite (Bridge included !!!) on a 7 years old laptop and BRIDGE is 10x times faster than the one running  at work  (Bridge CC) on a dedicated graphic PC, i5 CPU (4 threads), 16 Gb RAM, 2Gb Video card, 512 SSD  ecc.
So, can anyone give us some clue/explanation   about what`s going on?
Thx a lot for your time.

Similar Messages

  • Bridge CC just got very slow

    I am a very old and experienced Ps/Br professional, but can't get around this. My Bridge CC (on a very nice and fast quad core Windows 7 PC), at some point became very slow.
    Even in the Essentials layout, just going through the thumbnails (already 100% cached, even small files, on fast HDDs always) with the arrow keys is quite slow. Opening Br became slow too.
    I purged all the cache, I have no weird background programs running, there's 8GB or fast RAM. Br is now unbearable! Any ideas?

    Hi guys,
    Same problem here. I noticed like 2 months ago this problem and I hoped will be fixed by some update but no. I`m a hard user of Bridge with Photoshop CC, InDesign CC and sometime Illustrator CC to. At home, I use CS6 suite (Bridge included !!!) on a 7 years old laptop and BRIDGE is 10x times faster than the one running  at work  (Bridge CC) on a dedicated graphic PC, i5 CPU (4 threads), 16 Gb RAM, 2Gb Video card, 512 SSD  ecc.
    So, can anyone give us some clue/explanation   about what`s going on?
    Thx a lot for your time.

  • HT5622 hi,my name is kutan.since i updated ios7 on my ipad;internet got very slow,i can not open facetime no more,i can not download or update anything from apple store! so this is just redicilous! please any help?

    hi,my name is kutan.since i updated ios7 on my ipad;internet got very slow,i can not open facetime no more,i can not download or update anything from apple store! so this is just redicilous! please any help?

    It is hardly Apple's fault that Epson can't/won't update their driver, but at least Epson suggest that you use the Gutenprint driver, which in any case is far better that what Epson offer.
    You can get it here:
    http://gimp-print.sourceforge.net/
    You can download the latest version from here:
    http://sourceforge.net/projects/gimp-print/
    Have you downloaded the recent Apple update to Epson drivers?
    http://support.apple.com/kb/DL1398

  • IPad one nearly 3 years old has got very slow - ideas?

    My iPad will be three years old in June. In the last few weeks it has got very slow - sometimes apps take ages to respond and have to be touched several times - the same with scrolling and in fact any touch control. Even then it is slow to load things.
    It is a 64 gb which is only just over half full so I don't think it is because there isn't much memory.
    Any ideas?

    Try a reboot by holding both the power and home buttons until the apple logo appears and it restarts, ignoring the red slider if it appears.
    Memory overloads can cause slow down and reboot clears those.

  • Import ABAP running very slow

    guys, I am installing IDES EHP4 on a solaris box with oracle 10g. The import is running very slow. in 20 hours, it has only imported 10 out of 105 jobs. Top comand shows i have 26 GB free physical memory (out of 48GB total) and also 123 GB free swap out of 150 GB total. CPU load is also only 3 %. I have already configured the project file acording to sap recommedation. MY oracle init file configuration looks like this. Also, you will see my project and user_attr files below. Please advise what i can change tomake things go faster.
    # (c)Copyright SAP AG, Walldorf # # @(#) $Id: //bc/701-1_REL/src/ins/SAPINST/impl/tpls/ora/ind/INITSIDBASE.ORA#1 $ ########################################################### ########################################################### # PART I, TUNING PARAMETERS # ########################################################### #### SYSTEM GLOBAL AREA BUFFERS # Total System Global Area = sum(bytes) of all caches # Variable Size = shared_pool_size (approx.) # Database Buffers = db_block_buffers * db_block_size # Redo Buffers = log_buffer # # unit of shared_pool_size: bytes # unit of db_block_buffers: number of cached blocks # unit of log_buffer: bytes shared_pool_size = 2264924160 # 10% of shared_pool_size shared_pool_reserved_size = 226492416 log_buffer = 1048576 #### MANAGING SORTS # A small sort requires sort_area_retained_size in # memory. Larger sorts are allocating segments in # PSAPTEMP. They are using sort_area_size in memory. sort_area_retained_size = 0 sort_area_size = 2097152 #sort_spacemap_size = 512 #### PGA-PARAMETERS open_cursors = 800 #cursor_space_for_time = true #### LOCKS # dml_locks = processes * 50 dml_locks = 4000 #enqueue_resources = 8000 #### CPU-PARAMETERS #spin_count = 200 #_cpu_count = 4 #### TUNING ARCHIVING #log_archive_buffer_size 127 #log_archive_buffers 4 #### USE VECTOR READ #use_readv = true #### OTHER TUNING PARAMETERS #sequence_cache_entries = 100 #sequence_cache_hash_buckets = 89 ########################################################### # PART II, CHANGEABLE PARAMETERS # ########################################################### #### CONTROL-FILES # the controlfiles should be mirrored to every new # database mount point @SAPDATA_HOME@/sapdata<#> #control_files = XXXXX #### AUTOMATICLY STARTED BACKGROUND PROCESSES #### MANAGING LOG SWITCHES # checkpoints occur only when switching logs, if # log_checkpoint_interval * size of OS blocks > size of # the actual redo log log_checkpoint_interval = 0 #log_checkpoint_timeout = 0 #### PROCESS-PARAMETERS # The number of allocated semaphores is equal to the # number of processes # sessions = 1.2 * processes processes = 500 sessions = 600 #### AUDITING AND STATISTICS # sql_trace=TRUE # audit_trail = true # db_block_lru_extended_statistics = 1000 # db_block_lru_statistics = true ########################################################### # PART III, STATIC PARAMETERS # ########################################################### #### DB-NAME db_name = XXX #### DB-BLOCKSIZE db_block_size = 8192 #### DB-FILES db_files = 254 #### OPTIMIZER MODE #optimizer_mode = choose #optimizer_search_limit = 3 #### PATHS / DESTINATIONS / TRACES # /xxx\ : trace files of the background # processes # xxxx /saptrace/usertrace: trace files of the user processes # log_archive_dest is a destination, not a path. # The archivefiles get the name # XXXXXXX background_dump_dest = xxxx user_dump_dest = xxxx core_dump_dest = /xxxxx log_archive_dest = xxxxxx #log_archive_format = %t_%s #### OTHERx # reduce_alarm only supported on HP #reduce_alarm = TRUE #### ORACLE OPS PARAMETER remote_os_authent = true # retention time for RMAN backup information in control file control_file_record_keep_time = 30 #see SAP note 124361 #db_file_multiblock_read_count = 8 log_checkpoints_to_alert = true #### OPTIMIZER MODE #optimizer_index_cost_adj = 10 #### AUDITING AND STATISTICS #timed_statistics = true compatible = 10.2.0 parallel_execution_message_size = 16384 query_rewrite_enabled = false replication_dependency_tracking = false star_transformation_enabled = true undo_retention = 43200 undo_tablespace = PSAPUNDO undo_management = AUTO pga_aggregate_target = 3019898880 sga_max_size = 84529848320 db_cache_size = 4264924160 job_queue_processes = 1 remote_login_passwordfile = exclusive recyclebin = off event = "10191 trace name context forever, level 1" FILESYSTEMIO_OPTIONS = setall OPTIMPEEK_USER_BINDS = FALSE BTREE_BITMAP_PLANS = FALSE INDEXJOIN_ENABLED = FALSE INMEMORY_UNDO = FALSE OPTIMIZERMJC_ENABLED = FALSE SORTELIMINATION_COST_RATIO = 10 TABLELOOKUP_PREFETCH_SIZE = 0
    USER_ATTR FILE --- I have replaced my sid with SID for privacy reasons ************************************
    adm::::profiles=Log Management lp::::profiles=Printer Management postgres::::type=role;profiles=Postgres Administration,All root::::project=MYSID;auths=solaris.*,solaris.grant;profiles=Web Console Management,All;lock_after_retries=no;min_label=admin_low;clearance=admin_high SIDADM::::project=SID oraSID::::project=SID
    ************************************** PROJECT FILE --- my sid replaced with 'SID'*********************************
    system:0:::: user.root:1::::process.max-file-descriptor=(basic,65536,deny),(priv,65536,deny);process.max-sem-nsems=(priv,512,deny);project.max-sem-ids=(priv,512,deny);project.max-shm-ids=(priv,256,deny);project.max-shm-memory=(priv,18446744073709551615,deny) noproject:2:::: default:3::::process.max-file-descriptor=(basic,65536,deny),(priv,65536,deny);process.max-sem-nsems=(priv,512,deny);project.max-sem-ids=(priv,512,deny);project.max-shm-ids=(priv,256,deny);project.max-shm-memory=(priv,18446744073709551615,deny) group.staff:10:::: SID:400:SAP System SID:SIDadm,root,oraDBSID::process.max-file-descriptor=(basic,65536,deny),(priv,65536,deny);process.max-sem-nsems=(priv,512,deny);project.max-sem-ids=(priv,512,deny);project.max-shm-ids=(priv,256,deny);project.max-shm-memory=(priv,18446744073709551615,deny) **************************************************************************************************************************************
    what can i do to make the import faster ? my system definitely has enough resources but i am not able to utilizethem all. Thanks in advance

    You posted this in two different forums and it is not allowed.

  • Help.....Help......Help....My database is not posting records has got very slow.

    What to do know.
    My database has got very slow.
    Repeatedly I am getting 12571 error in UDUMP
    FATAL ERROR IN TWO-TASK SERVER: error = 12571
    *** 2002.06.29.15.44.23.992
    ksedmp: internal or fatal error
    No current SQL statement being executed.
    ----- Call Stack Trace -----
    No operator is able to post any records.
    What to do, Please Help.
    Sumeet

    What to do know.
    My database has got very slow.
    Repeatedly I am getting 12571 error in UDUMP
    FATAL ERROR IN TWO-TASK SERVER: error = 12571
    *** 2002.06.29.15.44.23.992
    ksedmp: internal or fatal error
    No current SQL statement being executed.---->please notice this line why no any SQL statement is executing
    ----- Call Stack Trace -----
    No operator is able to post any records.
    What to do, Please Help.
    Sumeet

  • IPad 1 got very slow after installing ios5

    After I have installed ios5 my iPad 1 got very slow. I press the settings button and wait for 5 seconds to appear.
    Any ideas?

    First, we need to accept that the iPad will be slower under iOS5 than iOS4.  This is a standard situation, caused by each iOS upgrade being optimized for the newest iDevices – which have much faster processors.  (You should see how slow an iPhone 3G is under iOS4!)
    Mine isn't dreadfully slow, but it is slower than under iOS4.  Apple's ideal solution would be to upgrade to the iPad 2; assuming that (like me) you don't want to do this, the best way to speed up the iPad is to do a soft reset.  (This has helped me in almost every situation where the iPad--or my iPhone--got very slow, or had too many crashes.)  Hold down the Home button and the Sleep button until the screen first goes black, then shows a white apple symbol.  It takes a while to finish resetting, but it clears most of the data that cause the slowdown.
    To my surprise, by the way, it appears that shutting the device off (hold down the power button until the "slide to power off" bar appear, then slide) does not do as complete a job resetting the iPad as the soft reset.

  • I have installed about 35 add-ons in my firefox 4 , and it got very slow in brosing sites like facebook and youtube and others..always at scrolling through the page or clicking on buttons...etc

    i have installed about 35 add-ons in my firefox 4 , and it got very slow in browsing sites like facebook and youtube and others. at scrolling through the page or clicking on buttons...etc
    this is nit occuring in google chrome in the same degree

    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • My desktop just got very large.  How do I shrink it?

    My desktop just got very large.  How do I shrink it?

    If you have a Magic Mouse (and, maybe, this feature works with any scrolling Mouse) go to System Preferences>Mouse>Screen Zoom. See if Screen Zoom has been checked. If so, go to Screen Zoom>Options. There is a drop down menu to select a key or key combination to use while scrolling. When you press this key(s) and scroll, the screen, including the entire Desktop, will Zoom in or out.
    For example

  • Numbers got very slow

    Hi, I have updated numbers for the new version (Dec, 4th release) and the same worksheet I used to work got very slow, almost impossible to work with. I was wondering if someone else got the same issue.

    Follow-up: Over the last several days, both the Apple engineers and the Microsoft have taken a detailed look. To their credit, both companies were seriously concerned and escalated this up to the engineers quickly. The problem is at least clear as in all cases both Apple and Microsoft engineers were unable to get a test spreadsheet with 12,000 rows x 40 columns, plus one row of calculations to draw a chart or do another set of calculations in a timely manner. In all cases, (10.4 vs 10.5, Excel 2004 vs 2008) pre-Intel Macs were 10-20x faster than Intel-based Macs. Of course, Apple blames Microsoft and Microsoft blames Apple. Nonetheless, both companies did ultimately conclude that neither Excel 2004 or 2008 can handle large spreadsheets on currently available Intel-based Macs. The issue is strange in that even turning off the automatic calculations (so there should be minimal use of system resources) does not speed it up. As these spreadsheets run fine in Excel 2007 on even our old 867MHz notebook PC, we'll try Parallels and or VMFusion running Excel 2007 next. If that fails, I guess we'll have to grab up used G5's.

  • Mac got very slow

    got a iMac which is coming up to two years old, recently it has got very slow, sometimes it starts to load then stops, I'm not very technical minded, but any advice would be great.

    Hello gitler,
    When you have a moment please put the key points into your profile; that will help with any future questions.  Yosemite is out of my area but can I suggest you download and apply this program ...
    then copy or paste the results as a post in this thread.
    http://www.etresoft.com/etrecheck
    It will not solve your problem in itself, but it may give us a guide to what is going on in your machine, and that in turn may help solve it.  It takes but a few moments, is perfectly safe and was designed by one of our senior contributors.

  • Lightroom 5.5 Import from Catalog *very* slow performance.

    Importing from a second catalog from a shoot is *very* slow with the last version or couple of versions of Lightroom.  It's been about 20 minutes and the import is moving glacially slow and is only about 20% done.
    Here are as many stats as I have:
    iMac 27" 3.5Ghz Core i7, 32G of ram, 3T fusion drive (the late 2013 model maxed out)
    Master catalog has 117,000 images in it.
    The catalog I'm importing has 948 images in it.
    CPU use during the import is 100% used by lightroom (note that the multiple CPUs can go to more than 100% so this means I think that one CPU is maxed out, though LR can sometimes take 500% of my CPUs during an export)
    Lightroom is using 4.2G of RAM (10G free in activity monitor)
    Hard drive is fairly full, but still has 366G free on it (so about 10%)
    Lightroom Mobile sync is enabled (not on this folder I don't think) but says "service unavailable" at this point.
    Lightroom is fully up to date (5.5) on both iMac and laptop (also a mac in case that matters).  Both are up to date with the latest OS software.
    How I did it was:
    Export the shoot as a new catalog on my iMac
    Transfer it to my laptop (smart previews only, no masters)
    Edit images, metadata, etc
    Transfer the entire folder back (.lrcat, previews, smart previews) to iMac
    In my master catalog do an import from catalog
    Waited for ages for checking for dupes (which I can understand with such a big catalog)
    Selected to import all, changing metadata and develop edits, and selecting to put new images in the folder (not sure why it asked as there weren't any new images)
    The last time I did an import I started it and then went out somewhere so I didn't notice how long it took, but this seems completely crazy.  In the time it's taken to write this up it's now about 20 minutes later and the progress bar is maybe at the 33% range.  It's still working away, it's just crazy crazy slow.
    Anything to help out or debug would be greatly appreciated.  I suspect it's pure size of the catalog, but 120k isn't outside the realm of what I've heard people say works fine, or maybe the Fusion drive (maybe the OS is trying to move files around behind the scenes)? 
    Either way this didn't seem to be an issue until the last couple of versions (I haven't gone and re-installed 5.4 or 5.3 to check) and it's starting to really frustrate me

    Hi Jim,
    Great suggestion! It opens perfectly fine on its own. I even went as far as re-exporting it once it loaded but am still experiencing the same issue. That same catalog loads perfectly fine on my assistant's iMac.
    I can't really think about anything that changed in my environment with the exception of a new Bootcamp partition to run windows on an external Thunderbolt HD but I doubt this is related.
    I'm open to any suggestions while I am trying this again... 10 minutes of 'Checking for changed and duplicate photos'.

  • Order Import program run very slow

    Hi
    I use Order Import program to create sale order from tables interface.But it run very slow,about two hours for one record.
    How can i do it run fast?
    Thanks

    Hi,
    before checking metalink for patches (there are some performance related patches for order entry)
    you should check if statistics OE related tables
    - OE_HEADERS_IFACE_ALL,
    - OE_ORDER_HEADERS_ALL
    - OE_LINES_IFACE_ALL
    - OE_ORDER_LINES_ALL
    are up to date (check column last_analyzed in dba_tables). If not, run gather schema statistics
    program to collect current table statistics for OE schema.
    If this does not help, have a look at metalink and query for "order import" "performance"...
    Regards

  • My Mac just got real slow opening any webpage? My first problem, I purchased two years ago.

    I purchased my MacBook Air 13" 23 months ago and it has been awesome! My first Mac. I loaded OS X Yosemite 10.10.1 about two weeks ago without problem. I've been experiencing very slow internet downloads. I've checked all my settings and line speeds, it takes 30 to 45 seconds to bring up a page, before it was 3 to 5 seconds.  Help!

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address then see if the instructions on this user tip helps : https://discussions.apple.com/docs/DOC-4551

  • Suddenly my Macbook Pro got very slow/started freezing

    I opened Logic Pro 9 and found that it was really slow, so I restarted the Macbook. When I got logged in again, I noticed that the icons for battery and Airport and clock took several minutes to load. I tried starting Safari, and the machine froze for a few seconds, then opened Safari, but very slowly. The same happens in all applications.
    What's wrong???
    Look at my signature for Macbook specs.

    Could be the hard drive. Open Disk Utility and check to see that the SMART Status is verified. Verify the disk. Check to see that your hard drive is not too full--it should have 15%-20% free.
    Also, download and run SMART Utility:
    http://www.apple.com/downloads/macosx/systemdiskutilities/smartutility.html
    You can download the demo and run it several times for free.
    If all this looks OK, then you might try reinstalling the OS by doing an Archive and Install.
    Be sure to make a good up to date backup as your first priority. If your hard drive is headed south, you want everything backed up just in case.
    Good luck!

Maybe you are looking for

  • Tuning the query : Very Urgent

    Hi We have query wich needs tuning.when we are putting REGULAR EXPRESSION query is running fine but whne we put like LIKE stmt it is taking time.Here is the query below.Please help on tuning. SELECT a.order_number, b.last_update_date,TO_CHAR( b.split

  • How to use Enterprise Data Protection in Windows 10 ?

    I have installed Windows 10 technical preview for Enterprise on my machine. one of the goals is to explore the "Enterprise Data protection" feature in Windows 10. However, I am unable find any way to use this feature. Is this feature part of the prev

  • Creating a pre-configured SQL instance installation file

    Hi, Is it possible to create a pre-configured SQL instance installation file? I want to pre-configure authentication mode, sa password, collation etc so that users will just need to run the .exe and everything will be done for them. At the moment use

  • Calling existing pages from Apex

    Hi, I am working on Apex as a part of my in-house applications upgrade. At present, the intranet is written on javascript and html. Is there a way that I can call the existing forms/reports / pages from Apex. I want to achieve that I need not re-writ

  • SAPNOTE for memory parameter ECC 6.0, Windows?

    Hi, Can anyone please help by suggesting some SAP notes on memeory management parameters for ECC 6.0 (netweaver 2004s) running on Windows and SQL database? Thanks & Regards, Sujit.