I connect to a SharePoint team site Document Library over an https connection. Within Windows Explorer, I have little problem accessing a location such as https://mydomain.com:444/DocumentLib/.
Using x2 Lite, it is very slow, sometimes a message is returned ('cannot make any sense of last input'), etc. I'm sure you're aware of the problems, is there any solution?
Network locations, esp SharePoint
Moderators: fgagnon, nikos, Site Mods
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
i'm not sure about sharepoint, does it use webdav?
anyway, these are damn slow since m$ hasn't exposed how to read these remote folders properly
to accelerate things, make sure you switch to list view (not details anyway), and sort by Name. You'll have to do that before attempting to access such a folder
anyway, these are damn slow since m$ hasn't exposed how to read these remote folders properly
to accelerate things, make sure you switch to list view (not details anyway), and sort by Name. You'll have to do that before attempting to access such a folder
-
- New Member
- Posts: 6
- Joined: 2006 May 04, 00:22
Don't know what it uses, but suspect that it's based on web protocols. This article may be useful:
http://www.codeproject.com/dotnet/Essen ... Archit.asp
What are the problems with Webdav?
I've done both the list view and sort by name, but sadly still very slow.
http://www.codeproject.com/dotnet/Essen ... Archit.asp
What are the problems with Webdav?
I've done both the list view and sort by name, but sadly still very slow.
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- New Member
- Posts: 6
- Joined: 2006 May 04, 00:22
Sorry I might have confused you there. Yes there is a big difference in speed doing those things!
However, even with those improvements, if I navigate through a directory, a small dialog box will repeatedly appear saying:
Copying...
Copying https://example.com:444/blah.txt to local computer.
It does this for each folder and file in the directory I think. Some sort of caching?
I can cancel this dialog and that will speed up the process (in the short term perhaps?).
However, even with those improvements, if I navigate through a directory, a small dialog box will repeatedly appear saying:
Copying...
Copying https://example.com:444/blah.txt to local computer.
It does this for each folder and file in the directory I think. Some sort of caching?
I can cancel this dialog and that will speed up the process (in the short term perhaps?).
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
in this case the problem is the status bar
if you have the default mode that shows size/date for each file selected then implicitly you are asking for the file to be downloaded, hence the delay/popups etc.
you can disable these panes from the advanced options
basically you could have a "layout" that has no status bar and show things in list view and no sort. If you save this (window menu) with a name like "sharepoint" you can quickly switch to it whenever you want to browse such a slow folder (hilite the folder and then pick the layout from Window menu) -- whereas you can keep the normal viewing mode in detail with statusbars etc for all your regular folder browsing
ps what about infotips? are they slow in these folders and do they cause file downloads?
if you have the default mode that shows size/date for each file selected then implicitly you are asking for the file to be downloaded, hence the delay/popups etc.
you can disable these panes from the advanced options
basically you could have a "layout" that has no status bar and show things in list view and no sort. If you save this (window menu) with a name like "sharepoint" you can quickly switch to it whenever you want to browse such a slow folder (hilite the folder and then pick the layout from Window menu) -- whereas you can keep the normal viewing mode in detail with statusbars etc for all your regular folder browsing
ps what about infotips? are they slow in these folders and do they cause file downloads?
-
- New Member
- Posts: 6
- Joined: 2006 May 04, 00:22
Ahhhhh..... infotips was the issue - nice one :)
I've created a window layout with no infotips, and list view only, and it's much faster. as fast as i wanted in fact. That was the only reason I had left for ever using Windows Explorer.
Does activating a window layout always have to open a new window? Can I have it setup so it works on the active Pane without opening a new window?
If not I think I'll just use dual pane, with two tabs on one of the panes, one or both setup for sharepoint window layouts.
Thanks for your time and help nikos, good onya. You're a bloody diamond :)
I've created a window layout with no infotips, and list view only, and it's much faster. as fast as i wanted in fact. That was the only reason I had left for ever using Windows Explorer.
Does activating a window layout always have to open a new window? Can I have it setup so it works on the active Pane without opening a new window?
If not I think I'll just use dual pane, with two tabs on one of the panes, one or both setup for sharepoint window layouts.
Thanks for your time and help nikos, good onya. You're a bloody diamond :)
-
- Site Admin
- Posts: 16296
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- New Member
- Posts: 6
- Joined: 2006 May 04, 00:22