Answer
Too many DOM queries in loops.
Excess event bindings instead of delegation.
Animating layout properties instead of transform/opacity.
Frequent DOM reflows caused by repetitive DOM updates.
Excess event bindings instead of delegation.
Animating layout properties instead of transform/opacity.
Frequent DOM reflows caused by repetitive DOM updates.