Skip to content

Instantly share code, notes, and snippets.

@johnthepink
Last active July 24, 2016 19:29
Show Gist options
  • Save johnthepink/01cc525057385d599c685dc0ede57736 to your computer and use it in GitHub Desktop.
Save johnthepink/01cc525057385d599c685dc0ede57736 to your computer and use it in GitHub Desktop.
App Startup Time

App startup

Tests

  • try with different launch screen settings. could be delay or autohide?
  • try with closing launch screen immediately on load of app
  • try without launch screen plugin (see if main.html gets rendered?)
  • try without any cordova plugins
  • try with disabling wait for DDP connection
  • try with newer crosswalk. meteor locks at 1.6, 1.8 is out
  • i really don't want to but if it's bundle size then try with webpack code splitting (i don't think it's bundle size)
  • use network safari debug pane and iOS sim to see what actually gets loaded from server on load
  • test build with all our app code commented out
  • test blank project

Hockey Builds

  • 942: no launch screen
  • 952: no app code + meow
@johnthepink
Copy link
Author

johnthepink commented Jul 24, 2016

Screen capture of app with launch screen in simulator:

https://www.dropbox.com/s/frih4u21i4of8a0/android-launch.mov?dl=0

Actually, this feels about the same.

@johnthepink
Copy link
Author

I'm going to mark the test of different launch screen settings as done for now, as it seems the the launch time is the same regardless of the presence of launch screen plugin

@johnthepink
Copy link
Author

Screen capture of app with all application code commented out:

https://www.dropbox.com/s/6n3aofu51wgnydh/android-no-code.mov?dl=0

Sadly, this supports the idea that it's our bundle size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment