Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 614 Bytes

File metadata and controls

25 lines (17 loc) · 614 Bytes

PerformanceWorkshop

The App which demonstrates a cases of performance degradation and the ways of how performance can be improved.

Getting started

Start UI:
npm run start

Start Backend:
ng serve backend

[CASES:TODO] rendering optimization
[CASES:TODO] run outside
[CASES:TODO] run webworkers
[CASES:TODO] throttle/debounce?

[SETUP:DONE] implement basic infrastructure
[SETUP:DONE] implement backend websocket connection
[SETUP:DONE] fetch and show basic data
[SETUP:DONE] live updates, details component
[CASES:DONE] memory leak
[CASES:DONE] memoization