They mentioned that the culprit for those additional load times was loading all the search backend for their application launcher which they deferred to the moment when there was actually the first search query (still shouldn't take multiple seconds)
Topfi|2 years ago
bee_rider|2 years ago
starkparker|2 years ago
j1elo|2 years ago
That'd seem to me like a sweet spot between what was before (making the whole system startup slower), and what you mention will be now (probably making the first search to load noticeably slower).
TillE|2 years ago
jancsika|2 years ago
Wasn't the whole initial selling point of systemd parallel startup?
Why can't this launcher thing just get set to start up as early as possible, with lowest priority, and be set to not block initialization of anything else?