Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 프로그래머스
- 프론트엔드 성능 최적화 가이드
- js pattern
- package management
- middleware pattern
- 이미지 갤러리 최적화
- 스코프
- 브라우저의 렌더링 과정
- 학습내용정리
- js pattern
- 새 코드 받아오기
- 딥다이브
- 커리어
- 자바스크립트 딥다이브
- 자바스크립트
- 이벤트
- peerdependencies
- mixin pattern
- version management
- Babel과 Webpack
- 진행기록
- const
- 블로그 서비스 최적화
- pr review
- 올림픽 통계 서비스 최적화
- DOM
- 모던 자바스크립트 Deep Dive
- unique identifiers
- 제너레이터와 async/await
- 자바스크립트 패턴
Archives
- Today
- Total
Dev Blog
(In progress)Frontend Web Performance Optimization 본문
Development Notes/Performance Optimization
(In progress)Frontend Web Performance Optimization
Nomad Kim 2022. 11. 21. 00:16프론트엔드 웹 성능 최적화 조사
리액트 성능 최적화, 500ms 에서 1.7ms 까지 : 그 여정과 체크리스트
https://ykss.netlify.app/translation/500ms-to-1.7ms-in-react:-a-journey-and-a-checklist/
퍼포먼스 개선의 중요성
https://web.dev/why-speed-matters/
토스 UI 성능 최적화
https://ui.toast.com/fe-guide/ko_PERFORMANCE
프론트앤드 웹 성능 최적화 가이드 - 성능 지표, 데이터 로드 최적화
https://www.stevy.dev/frontend-web-performance-guide-1/#:~:text=웹 프론트앤드 성능 개선,의 실적으로도 이어진다.
웹성능 분석 도구
- https://developer.chrome.com/docs/lighthouse/overview/
- devtools
- lighthouse
- performance insight
- lighthouse Extension
- Continuous Performance Analysis with Lighthouse CI and GitHub Actions
'Development Notes > Performance Optimization' 카테고리의 다른 글
What is the Best File Structure for Frontend Application? (0) | 2022.11.21 |
---|---|
React.memo() 리액트 성능 개선 (0) | 2021.04.16 |
Comments