- 
    Bug 
- 
    Resolution: Fixed
- 
    P1: Critical 
- 
    None
- 
    5.7.1, 5.8.0 RC
- 
    None
- 
    Windows 10
I am running my app in profile mode (it happens in release too).
I ran the QML profiler which highlighted
FileDialog {
...
folder: shortcuts.home //this line 
...
}
in my app as taking 42 seconds duration.
I removed this line, which appeared to fix it, but then on another occasion the app got stuck again on an internal line in DefaultFileDialog.qml:212
model: __shortcuts.length
Sometimes its lightning fast.
- duplicates
- 
                    QTBUG-46477 QML FileDialog slows down application start-up -         
- Closed
 
-         
- relates to
- 
                    QTBUG-6039 QFileDialog slowdown with unreachable mapped network drive -         
- Closed
 
-