Optimization Pass
Opened this issue · 2 comments
chopchop505 commented
bliitzkrieg commented
Here are some improvements we can make:
- Reduce number of Authorization local calls (currently call 5 times on fresh load)
- Inline critical css to DOM
- Simplify design so we can use less fonts. Currently we use 10+ different fonts
- Lazy load more components (Currently loads 8MB of JS, 4MB of business logic, 4MB of vender js)
Server Optimization:
- HTTP2 server-push css/fonts/JS
The lighthouse report gives alot of good suggestions as well but a lot of them are big effort tasks
chopchop505 commented
Yikes!!!!
Can you start working on:
- Reduce number of Authorization local calls (currently call 5 times on fresh load).
- Simplify design so we can use less fonts. Currently we use 10+ different fonts
- Lazy load more components (Currently loads 8MB of JS, 4MB of business logic, 4MB of vender js) (and ensure proper cachinng)