So, I investigated a bit by using procmon (after long long time i donât use this tool) and it looks like it is not really directly a Photolab problem, some API calls just take forever, here an example of both fast and slow ones from procmon (the second from last is the duration):
"22:46:56,6068013","DxO.PhotoLab.exe","2532","QueryStandardInformationFile","\\192.168.1.135\share\scambio2\ph\20250915canottieri\DSC_7405.NEF","SUCCESS","AllocationSize: 16.482.304, EndOfFi
le: 16.481.280, NumberOfLinks: 1, DeletePending: False, Directory: False","0.0000018","19184"
"22:46:56,6068096","DxO.PhotoLab.exe","2532","ReadFile","\\192.168.1.135\share\scambio2\ph\20250915canottieri\DSC_7405.NEF","SUCCESS","Offset: 202, Length: 512","0.0000077","19184"
"22:46:56,6068270","DxO.PhotoLab.exe","2532","QueryStandardInformationFile","\\192.168.1.135\share\scambio2\ph\20250915canottieri\DSC_7405.NEF","SUCCESS","AllocationSize: 16.482.304, EndOfFi
le: 16.481.280, NumberOfLinks: 1, DeletePending: False, Directory: False","0.0000017","19184"
"22:46:56,6068344","DxO.PhotoLab.exe","2532","ReadFile","\\192.168.1.135\share\scambio2\ph\20250915canottieri\DSC_7405.NEF","SUCCESS","Offset: 214, Length: 512","0.0000073","19184"
"22:46:56,6068577","DxO.PhotoLab.exe","2532","QueryStandardInformationFile","\\192.168.1.135\share\scambio2\ph\20250915canottieri\DSC_7405.NEF","SUCCESS","AllocationSize: 16.482.304, EndOfFi
le: 16.481.280, NumberOfLinks: 1, DeletePending: False, Directory: False","0.0000031","19184"
"22:46:56,6086866","DxO.PhotoLab.exe","2532","ReadFile","\\192.168.1.135\share\scambio2\ph\20250915canottieri\DSC_7405.NEF","SUCCESS","Offset: 1.169.920, Length: 15.311.360","37.1390764","19
184"
"22:46:56,6094074","DxO.PhotoLab.exe","2532","ReadFile","\\192.168.1.135\share\scambio2\ph\20250915canottieri\DSC_7405.NEF","SUCCESS","Offset: 2.097.152, Length: 2.097.152, I/O Flags: Non-ca
ched, Paging I/O, Priority: Normal","10.1017517","19184"
"22:46:56,6095434","DxO.PhotoLab.exe","2532","ReadFile","\\192.168.1.135\share\scambio2\ph\20250915canottieri\DSC_7405.NEF","SUCCESS","Offset: 14.680.064, Length: 1.769.472, I/O Flags: Non-c
ached, Paging I/O, Priority: Normal","37.1357834","19184"
The real interesting part, is that, when I tried DXOPhotolab 8 yesterday night to get a âgood traceâ it showed the same slowness problem. This morning, both 9 and 8 are perfectly fine. BTW this was with 9.0.1, only now I got prompted to upgrade to 9.0.2.
I fed all the information that I have to Gemini Deep Research and I got this: Slow SMB File Access Diagnosis - Google Docs . Considering the intermittent nature of the problem and the suggestions by @andras.csore and Gemini, I suspect that it might be an interaction with some file protection mechanism. The trace doesnât show Photolab building indexes (there are basically no syscalls for up to 10s) and Photolabâs CPU usage during the 30s + stalls is very low. Probably the upgrade to Photolab 9 triggered some rescanning and so the upgrade itself looked like the culprit. If I experience this problem again, I will try to disable real time protection and see if it goes away.
Thanks for the suggestions!