Optimizing initial load time

Hi.

I am trying to reduce initial load time of my app.
Finally, the dominant parts of it are meteor_autoupdate_clientVersions and meteor.loginServiceConfiguration.

How can I reduce them?

1 Like

I’m finding these to be really slow as well.

wait on method : login - 2371 ms
wait on subscription : meteor.loginServiceConfiguration - 18 ms
wait on subscription : meteor_autoupdate_clientVersions - 7 ms

Not entirely sure what’s going on with the login or why it’s so slow.

1 Like