Since I use beta release 13, showing the context menu by right clicking on a file in a lister sometimes takes very long. Somewhere between 30-45 seconds. In other times, it shows immediately as expected. This issue started with the first beta release I installed. It does not seem to be related to the type of the file right-clicked.
Any recommendations on what I could do to diagnose this issue? I've read about Settings> Miscellaneous> Advanced> context_menu_debug in an old post but can't find this option in current release.
Directory Opus 13.0.54 (Beta) Build 8753 x64
OS 10.0 (B:19045 P:2 T:1) SP 0.0
I got some data to look at. In the attached log from DebugView, you can see the data for three calls to the open context menu command (right click on a file in a lister, an ".AHK" file if I remember well but the issue can occur for other file types).
The two first sections (with titles "NORMAL") last around half a second. But the third example (titled "SLOW") last 100 seconds. I'm not too familiar with what's going on behind the scene here but I noticed that, in the third case, the executions slows down around line "00000812".
Thanks for taking a look at it when you have time.
It's because of DropBox registering hundreds of redundant shell extensions which all do the same thing. God knows why it does that, but it seems to accumulate them on some machines (maybe each time it is updated?).
Apparently File Explorer reacts to this by only instantiating one of the extensions and ignoring all the others. It's still very strange that DropBox leaves so much garbage in the registry and doesn't remove all the redundant old versions of itself, but it's on our list to investigate a way to do the same as File Explorer here, we just haven't got to it yet.
You can solve it for now by blocking all but one of the DropBox shell extensions under Preferences / Miscellaneous / Shell Extensions, in the Context Menu (UWP) category.
I've just solved this problem--a 7-second delay when right-clicking a folder or file in Opus--with your Dropbox solution. I had about 20 redundant Dropbox entries in the Context Menu (UWP) category. Thanks for the advice!
Mary