# Web Performance Checklist

## Loading

- [ ] Hero image ကိုသင့်တော်သော size ဖြင့်ပို့သည်
- [ ] Below-the-fold images ကို lazy load လုပ်သည်
- [ ] Unused JavaScript နှင့် CSS လျှော့ထားသည်
- [ ] Third-party scripts ကိုလိုအပ်မှသာထည့်သည်

## Stability and interaction

- [ ] Images/embeds တွင် width နှင့် height ရှိသည်
- [ ] Web fonts ကြောင့် layout မခုန်
- [ ] Long task များကိုခွဲထားသည်
- [ ] Loading state နှင့် error state ရှိသည်

## Measurement

- [ ] Production build မှာစမ်းထားသည်
- [ ] Mobile network ကိုထည့်စဉ်းစားသည်
- [ ] LCP၊ INP၊ CLS ကိုတိုင်းသည်
- [ ] Real-user monitoring plan ရှိသည်
