Very, very slow file operations

I needed to make a specific change to an exif field of some images. So what I did was to move identify the files that I needed to change in Lightroom (they were in various folders on my disk) and move them to other folders so they would be easy to operate on. Then I used exiftool to change the field in these files, and then I thought it would be easy to read in the changed data and move them back to their original folders in Lightroom. What I found included:
I tried to Synchronize Metadata on the folders after changing the exif field. One folder had about 500 images in it, the other about 2,000. After 3 hours, the progress bar had barely moved, and I aborted.
When I tried to quit Lightroom it said that it was "writing metadata", even tho the synchronization had changed the external data and it should only have been reading metadata. I quit anyways and rebooted.
After rebooting, and relaunching Lightroom I looked at the "metadata status" column in Grid view. It was (as always, it seems) completely wrong about which files were up to date.
I was able to "read metadata" on these 2,500 images in "only" about an hour or two. Note that I didn't ask Lightroom to update the cached images, only to read the metadata. Reading metadata at 1,000-2,000 images an hour seems exceptionally slow.
Now I am trying to move the files back to their correct folders. I dragged about 1,000 raw images (CR2 + xmp) from one folder to another in Lightroom. Three hours later it is about 50% finished according to the progress bar. I'm going to bed and hope it will finish by the morning. I have to move all the other images as well, but because Lightroom won't update the filter bars in Grid View while moving files, I can't start these moves until Lightroom finishes the first.
Do other people fine absolutely absurd speeds for file operations in Lightroom? Is there any solution other than quitting and rebooting (which doesn't always work)? I hate to quit in the middle of a synchronize, read metadata, or move files operation even when it seems to be barely chugging along, because I am afraid that when I abort the operation, I will somehow leave a file orphaned, or it's metadata out of sync (which happens to me all the time, but I never know why).
When I am doing other operations I also find that I can use Lightroom for only a few hours before it gets so slow that I quit and reboot, after which operations speed up considerably. This doesn't seem like it should be necessary for a "modern" program and operating system, but in my experience it is.
I'm using a Macintosh (4 core i7, 16 GB of RAM), Mavericks latest, Lightroom 5.5, and a RAID disk, so hardware shouldn't be limiting. During this last interminable copy operation, it appears that Lightroom is pegged at 100% of a processor (core).

Sorry, but I don't think your workaround works. I am moving a bunch of files from one folder to various folders (using Lightroom to discriminate between files based on their exif/iptc values), then I change them using an outside program (exiftool), then I put them back in their original folders. This involves having Lightroom read in the new data in the files, which is what is so slow. Reconnecting, if I understand it, is for when you move a folder of files to another location, and Lightroom needs to be informed of that move.
As I pointed out, the problem is that Lightroom gets progressively and painfully slower the more you use it. But quitting and restarting can be annoying if you are in the middle of an operation because you can lose context (especially if you restart your computer, which seems to help).
And I do optimize my database nearly daily when using Lightroom.
I would spend the time to fully document this problem and report it as a bug, but my experience is that Adobe shows no evidence of actually reading my bug reports, let alone responding to them.

Similar Messages

  • Very very slow file access iSCSI NSS on SLES11/XEN/OES11

    Hi,
    Like many Novell customers while carrying out a hardware refresh we are moving off traditional Netware 6.5 to OES11 and at the same time virtualising our environment.
    We have new Dell Poweredge 620 serves attached by 10gig iSCSI to Equalogic SAN
    Installed SLES will all patches and updates and XEN and then created OES11 SP2 virtual machines, these connect to NSS volume by iSCSI
    Migrated files from traditional netware server to new hardware and stated testing and ran into very very slow files access times
    A 3.5mb pdf file takes close to 10 minutes to open from local PC with Novell Client installed, same if no client and open via cifs. Opening same file off traditional NW6.5 server takes 3-4 seconds.
    We have had a case open with Novell for almost 2 months but they are unable to resolve.
    To test other options we installed VMWare ESXi on the internal usb flash drive and booted off that, created same OES11 VM and connected to NSS on SAN and same pdf open in seconds.
    The current stack of SLES11/XEN/OES11 is not able to be put into production
    Any ideas where the bottleneck might be? We think is in XEN.
    Thanks

    Originally Posted by idgandrewg
    Waiting for support to tell me what the implications are of this finding and best way to fix
    Hi,
    As also mentioned in the SUSE forums, there is the option of using the Equallogic Hit Kit. One of the tools, next to the great autoconfigure options it has, is the eqltune tool.
    Some of the stuff that I've found important:
    -gro is known read performance killer. Switch if off on the iSCSI interfaces.
    - if possible (meaning you have decent hardware), disable flowcontrol as this generally offers stability but at the cost of performance. If your hardware is decent, this form of traffic control should not be needed.
    -To have multipath work correctly over iSCSI and starting SLES 11 SP1. Make sure kernel routing and arp handling are set correctly (not directly relevant if you only have 1 10 GB link):
    net.ipv4.conf.[iSCSI interfaceX name].arp_ignore = 1
    net.ipv4.conf.[iSCSI interfaceX name].arp_announce = 2
    net.ipv4.conf.[iSCSI interfaceX name].rp_filter = 2
    Test if traffic is actively routed over both iSCSI interfaces:
    ping -I [iSCSI interfaceX name] [iSCSI Group IP EQL]
    -Make sure network buffers etc are adequately set as recommended by Dell (set in /etc/sysctl.conf):
    #NetEyes Increase network buffer sizes for iSCSI
    net.core.rmem_max = 16777216
    net.core.wmem_max = 16777216
    net.ipv4.tcp_rmem = 8192 87380 16777216
    net.ipv4.tcp_wmem = 4096 65536 16777216
    net.core.wmem_default = 262144
    net.core.rmem_default = 262144
    -Settings for the /etc/iscsi/iscsid.conf I'm using:
    node.startup = automatic # <--- review and set according to environment
    node.session.timeo.replacement_timeout = 60
    node.conn[0].timeo.login_timeout = 15
    node.conn[0].timeo.logout_timeout = 15
    node.conn[0].timeo.noop_out_interval = 5
    node.conn[0].timeo.noop_out_timeout = 5
    node.session.err_timeo.abort_timeout = 15
    node.session.err_timeo.lu_reset_timeout = 20 #Default is 30
    node.session.err_timeo.tgt_reset_timeout=20 #Default is 30
    node.session.initial_login_retry_max = 12 # Default is 4
    node.session.cmds_max = 1024 #< --- Default is 128
    node.session.queue_depth = 128 #< --- Default is 32
    node.session.iscsi.InitialR2T = No
    node.session.iscsi.ImmediateData = Yes
    node.session.iscsi.FirstBurstLength = 262144
    node.session.iscsi.MaxBurstLength = 16776192
    node.conn[0].iscsi.MaxRecvDataSegmentLength = 131072 #A lower value improves latency at the cost of higher IO throughput
    discovery.sendtargets.iscsi.MaxRecvDataSegmentLeng th = 32768
    node.session.iscsi.FastAbort = No # < --- default is Yes
    -Have Jumbo frames configured on the iSCSI interfaces & iSCSI switch.
    If you are using multipathd instead of the dm-switch provided with the Equallogic Hit kit, make sure the /etc/multipath.conf holds the optimal settings for the Equallogic arrays.
    Ever since Xen with SLES 11 SP1 we have been seeing strong performing virtual servers. We still use 1GB connections (two 1GB connections for each server, serving upto 180~190Mb/s).
    There could be a difference with the 10GB setup, where multipath is not really needed or used (depending on the scale of your setup). One important thing is that the iSCSI switches are doing their thing correctly. But seeing you've already found better results tuning network parameters on the Xen host, seems to indicate that's ok.
    Cheers,
    Willem

  • Iphone 3G is very slow in operation

    Hi,
    My iphone 3G is getting very slow in operation. I have very less applications installed also. opening a message, a contact and any application is slow. I have done restart also. nothing is helping. kindly suggest.
    chetan

    chetan.sr wrote:
    ...nothing is helping. kindly suggest.
    chetan
    Some Users have Reported that a  Restore as New  has helped Resolve issues...
    Backup and Set Up as New Device
    http://support.apple.com/kb/HT4137

  • Very slow image operation

    Hello,
    I have a strange problem.
    Some of my images are VERY slow to load, scale... (any image operation).
    I have those 2 images :
    http://193.252.5.30/tmp/cat1.jpg (25Ko : 295x551 pixels)
    http://193.252.5.30/tmp/cat2.jpg (24Ko : 295x551 pixels)
    I wrote a little program which load and scale the image.
    Here is the result :
    cat1.jpg
    Time to load image : 171 ms.
    Time to scale image : 157 ms.
    cat2.jpg
    Time to load image : 1157 ms.
    Time to scale image : 2578 ms.How can this huge difference explained ?
    Thanks for your help.
    The program :
    public class Test
         private final static BufferedImage scale(BufferedImage source, float scaleFactor)
              int width = Math.round(source.getWidth()*scaleFactor);
              int height = Math.round(source.getHeight()*scaleFactor);
              ColorModel dstCM = source.getColorModel();
              BufferedImage dst = new BufferedImage(dstCM, dstCM.createCompatibleWritableRaster(width, height), dstCM.isAlphaPremultiplied(), null);
              Image scaledImage = source.getScaledInstance(width, height, Image.SCALE_AREA_AVERAGING);
              Graphics2D g = dst.createGraphics();
              g.drawImage(source, 0, 0, width, height, null);
              g.dispose();
              return dst;
         public static void main(String[] args) throws IOException
              String imagePath = "cat1.jpg";
              //String imagePath = "cat2.jpg";
              long t1 = System.currentTimeMillis();
              BufferedImage image = ImageIO.read(new File(imagePath));
              long t2 = System.currentTimeMillis();
              System.out.println("Time to load image : " + (t2-t1) + " ms.");
              t1 = System.currentTimeMillis();
              image = scale(image, 0.2f);
              t2 = System.currentTimeMillis();
              System.out.println("Time to scale image : " + (t2-t1) + " ms.");
    }

    Hello,
    I have a strange problem.
    Some of my images are VERY slow to load,
    scale... (any image operation).
    I have those 2 images :
    http://193.252.5.30/tmp/cat1.jpg (25Ko : 295x551
    pixels)
    http://193.252.5.30/tmp/cat2.jpg (24Ko : 295x551
    pixels)
    I wrote a little program which load and scale the
    image.
    Here is the result :
    cat1.jpg
    Time to load image : 171 ms.
    Time to scale image : 157 ms.
    cat2.jpg
    Time to load image : 1157 ms.
    Time to scale image : 2578 ms.How can this huge difference explained ?
    Thanks for your help.Using the Netbeans profiler, I can see that for some reason, the cat2.jpg image is resulting in a hot spot where the scale() method ends up performing a color conversion via ColorConvertOp. Placing a debugger breakpoint on this call and debugging the code using cat1.jpg, the method is never called. So, there is something different about the color models of the two images, or there is a bug in the image reading code that is misinterpreting the image data.
    This bug may be what you are seeing:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4705399

  • Very slow file download speeds

    Whenever my computer is trying to load movies or download files, the speed at which they download is extremely slow.
    On a file I'm currently downloading, the average speed is around 120 kB/s, and I'm lucky if I can get it up to 20. Also, movies, like in YouTube, take at least ten minutes to download, even if the movie is only a few minutes long.
    Obviously, this is very frustrating, especially because I haven't always had this problem.
    My surfing speed is fine, it's a bit slow but I'm not complaining, I just hope someone has a solution to this slow downloading problem?

    I was going to agree and say, yeah let's blame it on Vuze or the file, but that doesn't explain why the YouTube videos, along with any videos on any other site, download so slow.
    How would I go about restarting the modem (I have 2Wire at my house)? And is there a chance that would help? I wasn't sure because of the fact that my other computers are fine, but it's worth a shot.

  • Very slow file-access - Opinions?

    I have configured a VPN using Cisco 857 routers. There are three sites with two of them being ?spoke? sites and one being the ?hub?. The Hub site also accepts VPN client dial-in.
    It all seems to work fine, however I have a question regarding performance more around the available bandwidth than anything. The Hub site is an ADSL router and the upstream connection (which is effectively the other sites downstream connection) is rated at minimum of128kb/s (but I get around 170kb/s of actual file transfer so it?s a fair bit more than that).
    The problem is opening files on a Microsoft server across the link is painfully slow. I did a packet capture and to open a 35KB file the traffic back and forward across the MS ?direct hosting? or AD port 445 ends up being around 215KB for the transaction. Talk about overhead!
    All other stuff seems to be acceptable across the VPN links e.g. domain authentication, email etc, but then that is either relatively small or not real-time unlike opening your MS Word document. Realistically I guess the available bandwidth is insufficient for this purpose being at best about 60 times slower than a 10MB Ethernet.
    What is everybody elses thoughts/experience with this? We can upgrade the plan to a maximum of 512kb/s uplink but I guess the best solution would be a MS terminal server or Citrix server?
    Thanks

    Thanks, I might look at this technology next time. In the end we put a MS terminal server in for users at the satellite sites to connect to and they are very happy with that performance as its just screen, mouse and keyboard traffic going across the WAN.
    BTW if anybodys interested, if you are running SBS2003 you can put in a Windows 2000 server as a terminal server, and you only have to pay for a Windows 2000 server license; user CALS and TS CALS are legally provided by the SBS2003 server (if you use a Windows 2003 server as the TS you have to pay for TS CALS which are really expensive). We did this to keep costs down for our TS solution.
    http://go.microsoft.com/fwlink/?LinkId=49921

  • Very Slow Copy Operation on HP Pavilion 15 p001tx

    Hi everyone. I recently bought the HP Pavilion 15 p001tx. Here are the Specifications if you need them
    Intel Core i5 4210U 1.7Ghz ,Turbo Boost to 2.4GHz
    4 GB DDR3 RAM
    1 TB HDD
    Nvidia Geforce 830M 2GB DDR3
    My problem is with extremely slow copying/moving operation on USB drives. I mean I could get only 5-15 Mbps while copying/moving.
    I am aware that I am using a USB 3.0 Flash Drive connected to the USB 3.0 slot but a constant 5-15 Mbps is ridiculus. I have a friend who has the same model and he could get 35-40Mbps of transfer speed.
    I ran the HP utility and installed the latest device drivers for Windows 8.1. I have not run into problems while copying / moving files within the harddrive as it runs at a decent 45 Mbps , in fact here is the CrystalDisk Mark benchmark of my HDD:
    * MB/s = 1,000,000 byte/s [SATA/300 = 300,000,000 byte/s]
    Sequential Read : 92.794 MB/s
    Sequential Write : 89.059 MB/s
    Random Read 512KB : 27.382 MB/s
    Random Write 512KB : 34.493 MB/s
    Random Read 4KB (QD=1) : 0.355 MB/s [ 86.6 IOPS]
    Random Write 4KB (QD=1) : 1.050 MB/s [ 256.3 IOPS]
    Random Read 4KB (QD=32) : 0.975 MB/s [ 237.9 IOPS]
    Random Write 4KB (QD=32) : 0.819 MB/s [ 199.9 IOPS]
    Test : 1000 MB [C: 14.2% (64.9/455.6 GB)] (x5)
    Date : 2014/09/17 20:37:37
    OS : Windows 8.1 [6.3 Build 9600] (x64)
    Now this is the benchmark for a USB
    * MB/s = 1,000,000 byte/s [SATA/300 = 300,000,000 byte/s]
    Sequential Read : 15.174 MB/s
    Sequential Write : 7.067 MB/s
    Random Read 512KB : 15.702 MB/s
    Random Write 512KB : 0.654 MB/s
    Random Read 4KB (QD=1) : 4.079 MB/s [ 995.7 IOPS]
    Random Write 4KB (QD=1) : 0.006 MB/s [ 1.4 IOPS]
    Random Read 4KB (QD=32) : 4.491 MB/s [ 1096.4 IOPS]
    Random Write 4KB (QD=32) : 0.005 MB/s [ 1.3 IOPS]
    Test : 1000 MB [H: 0.0% (0.0/3855.0 MB)] (x5)
    Date : 2014/09/17 21:54:50
    OS : Windows 8.1 [6.3 Build 9600] (x64)
    Please help me with this guys... I need to transfer lots of data to my external HDD.
    I also have another problem which is the Bluetooth doesnt discover any devices around ,neither does any other device detect it. It just keeps saying searching forever.

    I also have same problem which is the Bluetooth doesnt discover any devices around ,neither does any other device detect it. It just keeps saying searching forever.connected then within seconds it shows not connected

  • Cisco AnyConnect Secure Mobility client software has VERY slow file transfers from system on the VPN, about 1/10 of non-VPN.

    I'm running Win7, and with the Software only AnyConnect Security Mobility client Version 3.1.04072
    I've found that copying a file from a system on the VPN runs at about 1/10 the speed of getting a file from a system that is NOT on the VPN.

    first poster -
    "Downloads from random internet sites are 5-10 times faster than anything from a server on the VPN."
    Your corporate network may just have too little bandwidth, your taking a poor internet route between carriers (ISP's are often maxed out believe it or not), there is a speed an duplex problem or you have a bad MTU. test all of them. your pc's MTU should be 1300. MAX on all interfaces. use the setmtu.exe tool.
    Jcohen - if you disable the IPS on the ASA does the slow transfer problem go away?

  • Very Slow "File Open" from any application

    One of my users has a ThinkPad t61 running Windows XP Professional and when ever using the "File Open" function from ANY application it takes for ever to move from folder to folder. This occurs regardless of whether it is a local file or a file on the network. And is independent of the application that is being used. Anyone have any ideas? We did a "clean" install of the notebook and that did not make any difference, it still took aver a minute and during this time the dialogue box would show the "Not Responding" message and then eventually you could access the file(s) you wre try to ge to.

    I've seen a similar situation where it takes a long time to initialize the folder browser window when opening files. This was caused by a mapped network drive that couldn't be contacted. Unmapping the drive fixed the problem. This was in XP but Vista has more or less the same crappy networking browsing code.

  • KDE: Awfully slow file operations

    So I don't know what the deal is, but it's been moving ~118mb (two folders with an iconset each) for 3 minutes now, and is only about 30% done. Both source and destination being an ext4 formatted SSD.
    I can see a few kio-file processes running and my CPU is capped at 100% on each core. What in seven hells is dolphin doing? A move operation to the same drive should be near instantaneous.
    Extracting the same two archives directly to the destination takes a few seconds at most, as expected. Moving the same files via console is as fast as extracting from the 7z archive.

    It turns out I forgot that folder is mounted on my HDD, not the SSD, so it was an actual copy to destination -> delete source operation.
    Preview is off, and I disabled the indexer (it wasn't producing any CPU activity anyway), still same problem.
    Dolphin is by far the slowest file manager according to my tests:
    Setup:
    copy 13k icons ext4 SSD -> ext4 HDD, destination folder deleted between runs. Each file manager tested 3 times
    Results:
    dolphin: 1:23
    thunar: 1:17
    nautilus: 0:26
    windows exlorer: 0:14
    pcmanfm: 0:10
    command line: 0:02
    Double the numbers for move (I guess that's because it has to delete the files as well). Here's hoping they can figure out how to speed it up with the KDE5 dolphin port...
    edit: added windows explorer for comparison. It does quite well, surprisingly.
    Last edited by Soukyuu (2015-02-05 12:30:44)

  • Extremely slow file copying over airport extreme network

    Hi,
    I have an Airport Extreme Base Station (10/100) network, also connected to the internet. When copying files from my MacBook Pro to a USB drive connected to the base station, OR when copying files to another computer (a windows machine) the throughput maxes out at about 700 KB/sec which is 10 times slower than when copying to the USB drive connected directly to my MacBook Pro. Although I have updated everything to the latest and greatest versions, I still have very slow file copy speeds. It's always been this way. I've read dozens of threads for potential fixes but none of them have helped. I am using Activity Monitor to measure the throughput and also timing the copy of a 10GB file. At these speeds, that file takes 4 hours. Useless.
    My base station is within a few feet. I've tried different channels, 2.4GHz, 5GHz, getting rid of WPA, you name it. At first I thought it might be some issue with the USB drive connected to the base station, but copying to another computer on my network is the same. It is very frustrating.
    Any insights would be greatly appreciated.

    Thanks. I thought about buying the TC but I'm worried that if my network is operating slowly, which it appears to be, that I'm not going to get the throughput. I also noticed that my windows machine which is on the same network accesses the internet faster as well. I'm wondering if it is something with my MacBook.
    BTW - I went to school in Pittsburgh. Great great town.

  • Slow Files Copy File Server DFS Namespace

    I have two file servers running on VM both servers are on different physical servers.
    Both connect with dfs namespace.
    The problem part is both servers never have same copy speed.
    Sometime very slow files copy about 1MBps on FS01 and fast copy 12MBps on FS02.
    Sometime fast on FS01 and slow on FS02.
    Sometime both of them slow..
    So as usual I reboot the servers. Doesn't work.
    Then I reboot the DC01 also doesn't work. There is another brother DC02.
    After I reboot DC02, one of the FS become normal and another FS still slow.
    FS01 and FS02 randomly. They never get faster speed together.
    Users never complain slow FS because 1MBps is acceptable for them to open word excel etc.,.
    The HUGE problem is I don't have backup when the slow FS days.
    The problem since two weeks I'm giving up fixing it myself and need help from you expert guys.
    Thanks!
    DC01, DC02, FS01, FS02 (Win 2012 and All VMs)

    Hi,
    Since the slow copy is also occurred when you tried the direct copy from both shared folder, you could enable the disk write cache on the destination server to check the results.
    HOW TO: Manually Enable/Disable Disk Write Caching
    http://support.microsoft.com/kb/259716
    Windows 2008 R2 - large file copy uses all available memory and then tranfer rate decreases dramatically (20x)
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/3f8a80fd-914b-4fe7-8c93-b06787b03662/windows-2008-r2-large-file-copy-uses-all-available-memory-and-then-tranfer-rate-decreases?forum=winservergen
    You could also refer to the FAQ article to troubleshoot the slow copy issue:
    [Forum FAQ] Troubleshooting Network File Copy Slowness
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/7bd9978c-69b4-42bf-90cd-fc7541ccb663/forum-faq-troubleshooting-network-file-copy-slowness?forum=winserverPN
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Slow file dialog

    I've had a problem since going to Snow Leopard with very slow File Dialogs (Open File, Save As..., etc.) It seems to be getting worse. It often takes 30 seconds of the spinning colored ball before the dialog opens. I've repaired permission, even defragged, but no joy. Any ideas why this is happening?

    There are some simple troubleshooting steps you can take.
    Be sure you drive is not overly full. Rule of thumb would be over 85%.
    Create a new User go to System Preferences >> Accounts >> "+" (make it an admin acct) and test the apps in this new account, if they work the problem is isolated to your User and not systemwide.
    If the issue is limited to your user account try starting up Safe Mode (It will take more time to startup in Safe Mode because it runs a directory check.)
    If your apps functions correctly that way, go to System Preferences >> Accounts >> Login Items, and remove them. Boot normally and test. If not go to/Users/yourname/Library/Contextual Menu Items and move whatever is there to the desktop. Then do the same with /Library/Contextual Menu Items. Lastly, try moving/Users/yourname/Library/Fonts to your desktop and restarting.
    Log out/in or restart, if that sorts it start putting items back one at a time until you find the culprit.
    If the issue is systemwide then, you may be able to repair this with the The 10.6.4 Combo Update This is a fuller install, as opposed to an incremental "delta" update so it should overwrite any files that are damaged or missing. It does not matter if you have applied it before.
    Remember to Verify Disk before update and repair permissions after update from /Applications/Utilities/Disk Utility.
    -mj

  • Very slow responce when working with Office file on DFS-Share

    Very slow responce when working with Office file on DFS-Share
    We have implemented the following configuration
    Domain level Windows 2000. Two member servers with Windows Server 2008 R2, sharing the same DFS namespace with, at the moment, one folder target called Home.
    Users complaining that the access to different MS Office files is very slow. Even creating a new MS Word document using right click context menu takes up to 4 minutes to open. Saving, for example, one singe Excel sheet takes also few minutes.
    Tested with both, MS Office 2007 and MS Office 2010. Makes no difference. When using Office 2010 you can see the message like contacting:
    \\DomainName\Root\Home\UserName. Other files like TXT, JPG or PDF are not affected.
     What makes the thing really weird is the fact, that the behavior described above can absolutely change after client machine being rebooted, suddenly everything becomes very fast and this condition can revert back again just after the next
    reboot.
    Considerations until now:
    1. This has nothing to do with the file size. Even tiny files are affected.
    2. AD Sites are configured correctly and the client workstations see themselves in the correct sites.
    3. This is not an Office issue. If I map my folder target not as DFS, but directly as shared network drive
    \\ServerName\Root\Home\UserName , everything functions as expected
    What makes me suspicious: when using f.e. TCPView to monitor connections, I can see, that each time I make any operation on an office file, there will be a connection established to one of the domain controllers, sometimes to remote ones,
    located in other countries. But on the other side, even if the connection is established to the nearest DC, operations are still very very slow!
    Just forget to say. All clients are Windows 7
    Thanks to all who respond.

    Dear all,
    sorry for the delayed reply. The problem has been solved now and since September 19<sup>th</sup>. everything is functioning as expected.
    What was done:
    Deleted replication targets excepting the initial ones
    Carefully recreated folder targets
    Deleted and recreated  replication groups
    Disabled SNP features on both namespace servers
    Created EnableTCPA registry entry
    Checked that the following Updates are installed
    http://support.microsoft.com/kb/2688074
    http://support.microsoft.com/kb/2647452
    Concering Office File validation KB2553065 - This Update was already declined on our WSUS server
    Kind Regards
    Eduard

  • Saving files is very slow!!!

    Since I installed (updated) from CS5 to CS5.1, saving files is very slow. It takes like 4 minutes save a 2048 X 2048 png file which used to take seconds in CS5.
    I am not sure what changed... I completely uninstalled all versions of Photoshop. Re-downloaded from the website. Deleted my user preferences and the problem remains.
    Why is saving so slow all of a sudden?
    Using Windows 7 - 64 bit

    Hm, that's kind of alarming.  Is it happening with all files or just PNG.
    If every file does that, it could be a possible indication that your disk is going bad...
    Click Start and type view events into the search box. 
    When View event logs comes up, click it.
    Navigate down into Windows Logs > System and see if there are any Error events there that indicate problems with your disk.
    If this isn't the problem, it's possible that Photoshop is having to wait for a disk to spin up to be able to access it.  Do you see the problem occur when you save again right away?  Are you using an external drive for either file storage or as a scratch disk in Photoshop?
    Lastly, you may have a stored printer or drive connection to a location on your network that does not exist now (or is not responding) and that has to time out before completing the operation.  Have you changed anything in your network lately?
    -Noel

Maybe you are looking for