Page 3 of 6
Re: slow browsing on network drives
Posted: 29 Aug 2024 08:19
by mumajs
admin wrote: ↑28 Aug 2024 18:31
Alright. Grab the latest beta and run these tests:
Code: Select all
enumshellfolderitems "your network path", , 0;
enumshellfolderitems "your network path", , 2;
enumshellfolderitems "your network path", , 4;
All three commands, even when new instance of xyplorer is executed, if "generic icons" is on or off. It opens the window with the content immendiately. NO any delay. Decimal separator is ","
enumshellfolderitems "\\brqvsvfp01\brq\EveryOne", , 0;
475 items contained
Path: \\brqvsvfp01\brq\EveryOne
751,447 ms
enumshellfolderitems "\\brqvsvfp01\brq\EveryOne", , 2;
476 items contained - Small fetch
Path: \\brqvsvfp01\brq\EveryOne\
1,828 ms
enumshellfolderitems "\\brqvsvfp01\brq\EveryOne", , 4;
476 items contained - Large fetch
Path: \\brqvsvfp01\brq\EveryOne\
136,593 ms
Re: slow browsing on network drives
Posted: 29 Aug 2024 09:09
by admin
Hm, looks like the enumeration is fast for everyone with all methods (flag 2 being the fastest). So I wonder where the slowness comes from. Could everyone show a screenshot of Configuration | General | Refresh, Icons, History, or at least look at this one:
Re: slow browsing on network drives
Posted: 29 Aug 2024 09:23
by mussor
mine looks like this
Re: slow browsing on network drives
Posted: 29 Aug 2024 09:29
by admin
Try if unchecking "Enable custom file icons" makes a difference.
Re: slow browsing on network drives
Posted: 29 Aug 2024 09:33
by highend
As Jupe already "asked", is XYplorer excluded from all Antivirus engines on your computer?
Re: slow browsing on network drives
Posted: 29 Aug 2024 09:52
by mussor
Try if unchecking "Enable custom file icons" makes a difference.
It does not.
As Jupe already "asked", is XYplorer excluded from all Antivirus engines on your computer?
It was not excluded. I did exclude it (from Avast). Still no difference whatsoever. :/
Re: slow browsing on network drives
Posted: 29 Aug 2024 09:57
by admin
And if you lock the tree? (Tools | Customize Tree | Lock Tree)
Re: slow browsing on network drives
Posted: 29 Aug 2024 10:41
by mussor
even after locking still the same

Re: slow browsing on network drives
Posted: 29 Aug 2024 11:16
by highend
Navigate into one of those "slow" network folders first
Post the output of this script afterwards:
Additionally, make a copy of your XYplorer.ini file, rename it to XYplorer.xys, remove the license information of the latter one and attach it to your next post
Re: slow browsing on network drives
Posted: 29 Aug 2024 11:51
by mussor
thanks
output of script:
Index.56,Path.150,+Name.423,Ext.46,+Size.75,+Type.87,+Modified.128,Created.137,Accessed.137,Attr.48,Len.47,Label.56,Tags.53,Comment.82,Custom 1.79,Custom 2.79,Custom 3.79,Custom 4.79,Custom 5.79,Custom 6.79,Custom 7.79,Custom 8.101,Custom 9.84,Custom 10.73,Extra 1.64,Extra 2.64,Extra 3.64,Extra 4.64,Extra 5.64,Extra 6.64,Extra 7.64,Extra 8.64,Extra 9.64,Extra 10.64,Extra 11.64,Extra 12.64,Extra 13.64,Extra 14.64,Extra 15.64,Extra 16.64,:s-audio.channels.82,Status.64,:s-audio.channels.85,:n-27.111,:s-audio.bitrate.147
xys file attached
Re: slow browsing on network drives
Posted: 29 Aug 2024 12:28
by highend
Columns look ok, no status bar template, no custom event actions on folder change...
A fresh, non-configured instance is also slow (after the network enumeration is done)?
Re: slow browsing on network drives
Posted: 29 Aug 2024 12:33
by mussor
yes, fresh instatnce after enumeration is about the same (maybe even a bit slower)
Re: slow browsing on network drives
Posted: 29 Aug 2024 12:41
by admin
OK, this is starting to get interesting. I will include some debugging info in the next beta. The goal is to identify the line that causes the problem

It will take several versions to get to it, but success is guaranteed and then fixing it will be a breeze.
Re: slow browsing on network drives
Posted: 29 Aug 2024 17:09
by mussor
cool

let us know pls

Re: slow browsing on network drives
Posted: 29 Aug 2024 17:37
by admin