📋 작업 설명
현재 프로젝트의 Lighthouse 점수를 측정하여 개선 전 기준선(Baseline) 데이터 확보
🎯 체크리스트
Lighthouse 측정
lighthouse http://localhost:3000 \
--output=json \
--output=html \
--output-path=./reports/baseline/lighthouse-baseline
lighthouse https://shift2me.com \
--output=json \
--output=html \
--output-path=./reports/baseline/lighthouse-production
주요 페이지별 측정
데이터 기록
리포트 저장
📊 완료 기준
- 주요 5개 페이지 Lighthouse 측정 완료
- 모든 카테고리 점수 기록
- Core Web Vitals 데이터 확보
- 리포트 파일 저장 완료
📈 예상 결과
메인 페이지 예상 점수:
- Performance: 60-70
- PWA: 0-30
- SEO: 60-70
- Accessibility: 85-90
⏱ 예상 시간
2-3시간
🏷 Labels
priority: critical category: performance size: S week-1
📝 참고 자료
- 03-performance-measurement.md
📋 작업 설명
현재 프로젝트의 Lighthouse 점수를 측정하여 개선 전 기준선(Baseline) 데이터 확보
🎯 체크리스트
Lighthouse 측정
lighthouse http://localhost:3000 \ --output=json \ --output=html \ --output-path=./reports/baseline/lighthouse-baselinelighthouse https://shift2me.com \ --output=json \ --output=html \ --output-path=./reports/baseline/lighthouse-production주요 페이지별 측정
데이터 기록
리포트 저장
reports/baseline/폴더 생성📊 완료 기준
📈 예상 결과
메인 페이지 예상 점수:
⏱ 예상 시간
2-3시간
🏷 Labels
priority: criticalcategory: performancesize: Sweek-1📝 참고 자료