Startup is faster because fewer modules load before the first screen appears.
What's wrong with this entry?
Startup touches fewer modules before the first render. Long runs of eager sub-module initialization were removed from several bundles, and one skill now loads its markdown through a deferred import rather than a pre-bound loader.
startBackgroundHousekeeping
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.232
Conversation normalization reuses its previous result
Both mention performance
-
v2.1.239
Large directory scans stop freezing the interface
Both mention performance
-
v2.1.242
Prompt cache lifetime is now configurable
Both mention performance