Yes, logging in to 5.0 is fater than 4.5. but why would 5.0.2 be faster than 5.0.0?
Small nit with lazy loading: Rather than one long delay, we now get a series of small delays -- first use of calendar, first use of compose, etc. Ideal would be opportunistic loading -- pick up the other packages during background idle time. Unfortunately, JS doesn't do backgrounding. |