Optimize the creation of the jumplist entries #7791
Labels
Area-Performance
Performance-related issue
Issue-Task
It's a feature request, but it doesn't really need a major design.
Needs-Tag-Fix
Doesn't match tag requirements
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Taken from some rudimentary tracing that was done in #7774:
CShellLink::SetPath
seems to be quite performance intensive for some reason. This is probably unnecessarily slowing down our startup.Idea: maybe we could dispatch a background thread to update the jumplist? We don't really need to do that on the main thread, right?
The text was updated successfully, but these errors were encountered: