Skip to content

Instantly share code, notes, and snippets.

View rchytas's full-sized avatar
🎯
Focusing

Manish Pandit rchytas

🎯
Focusing
View GitHub Profile
@rchytas
rchytas / README.md
Created May 15, 2020 23:16 — forked from hofmannsven/README.md
My simple AngularJS Cheatsheet
@rchytas
rchytas / README.md
Created May 15, 2020 23:15 — forked from hofmannsven/README.md
Notes on working with October CMS
@rchytas
rchytas / README.md
Created May 15, 2020 23:15 — forked from hofmannsven/README.md
Notes on working with Tableau Server APIs
@rchytas
rchytas / README.md
Created May 15, 2020 23:14 — forked from hofmannsven/README.md
Notes on frontend performance

Frontend Performance

Notes & tips

  • Reflow (Mozilla) = Layout (Webkit)
  • Loading: Layout > Paint > Composition
  • Composition is on GPU like translate > skips layout and paint loading cycle
  • Aim for 60 FPS
  • Only change properties that trigger compositing rather than layout or paint
  • Use requestAnimationFrame
@rchytas
rchytas / README.md
Created May 15, 2020 23:09 — forked from hofmannsven/README.md
Git Cheatsheet