Folder redirection save times are awful slow
Posted
by
wbmeu
on Server Fault
See other posts from Server Fault
or by wbmeu
Published on 2010-11-02T15:44:30Z
Indexed on
2012/09/15
3:40 UTC
Read the original article
Hit count: 502
windows-server-2008
|folder-redirection
I recently set up folder redirection for Documents on Server 2008, but it's painfully slow at the moment. My users are all using Visual Studio 2010, and a save takes 20-30 seconds (whereas it used to take 2 seconds locally).
I understand this is because they are being saved to the server, and that takes time (though I did think it would be faster over a gigabit link, with servers on the same network). I enabled offline files on the share, set the option to All files or folders, and enabled Optimize for performance. I thought that this would pull all the files down locally (which I think it did), allow local editing of said files, synchronizing them quietly in the background from time to time (which it does not do - saves right to the share).
Is there any way I can speed this process up a bit? Any other tweaks I can do?
© Server Fault or respective owner