Published onDecember 10, 2022javascript로 performance 측정하기javascriptfrontendperformanceperformance.timing 브라우저 내장 API를 사용하여 페이지 로드 완료 까지의 구간별 이벤트 시간을 확인할 수 있다.
Published onApril 16, 2022barrel 파일을 통한 re-export와 performancefrontendperformancebarrel 파일을 통해 외부에 공개할 기능을 관리하고 외부에서 깔끔하게 import 할 수 있다. 하지만 re-export가 때로는 성능 문제를 야기할 수 있다.
Published onMarch 26, 2022Google Tag Manager vs Page SpeedgtmfrontendperformanceGTM container에 어떤 Tag를 추가했는지에 따라 페이지 로드속도에 영향을 줄 수 있다. GTM Tag 설정시 어떤 과정을 거쳐야 하고 개선점에 대해 알아본다.
Published onJuly 10, 2021Web App 성능 개선 참고frontendperformanceTree shaking 개선, 자원 외부화로 번들 사이즈 감소, Dynamic Import와 모듈 chunk, Promise.all 조합