Skip to content
Discussion options

You must be logged in to vote

Ok, without going into tooo much detail, as there is a lot... here's what I got.

  • Don't preload all the things

Your app is currently preloading just about everything when it doesn't need to. This could cause delays in start times and could be a bottle neck on lower end devices.

  • Don't use FastClick

You're including fast click in your app, when you do not need to. Modern browser do not have a click delay, making fast-click not needed. In your video gestures and other delays in clicks/drags could just be related to fast click. Remove it.

  • Component composition

You're mixing jquery into web component classes, which you shouldn't do IMO. Honestly, you probably don't need jquery as most mod…

Replies: 3 comments 9 replies

Comment options

You must be logged in to vote
7 replies
@BerkeAras
Comment options

@mhartington
Comment options

@BerkeAras
Comment options

@mhartington
Comment options

@BerkeAras
Comment options

Comment options

You must be logged in to vote
2 replies
@BerkeAras
Comment options

@mhartington
Comment options

Answer selected by mhartington
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants