Skip to content

KRecentFilesAction: Load mimeType and action lazily

Waqar Ahmed requested to merge work/krecentfileaction-lazy into master

Loading it immediately is a waste of resources and time and can lead to a slower startup of apps. For e.g., in Kate loadEntires() costs 25ms. Most of this cost is QMimeDatabase trying to guess the mimetype for a file

Merge request reports