Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading the game is too slow #3

Open
jimbojw opened this issue Aug 12, 2013 · 0 comments
Open

Loading the game is too slow #3

jimbojw opened this issue Aug 12, 2013 · 0 comments

Comments

@jimbojw
Copy link
Owner

jimbojw commented Aug 12, 2013

Especially on mobile devices, loading this game is slow. Using profiling tools, it's clear that bootstrap includes a bunch of unused styles, and there are too many includes overall.

Need to:

  • combine/reduce the number and size of CSS and JavaScript files loaded.
  • consider using LESS compilation to build a custom subset of bootstrap CSS.
  • consider dropping jQuery (if possible) for a lighter framework - may not be possible due to bootstrap dependency.
  • add early loading indicator so users know something is happening while waiting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant