We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
리소스 최적화를 통해 JS, CSS, 이미지, 폰트 파일의 크기를 줄여 번들 사이즈를 줄이고 로딩 속도를 개선하고자 합니다.
bundle.js
MiniCssExtractPlugin
gzip
br
모모 성능 개선 레포트
The text was updated successfully, but these errors were encountered:
Yoonkyoungme
Successfully merging a pull request may close this issue.
이슈 요약
리소스 최적화를 통해 JS, CSS, 이미지, 폰트 파일의 크기를 줄여 번들 사이즈를 줄이고 로딩 속도를 개선하고자 합니다.
상세 작업 내용
bundle.js
파일 크기가 3.9MB인 것을 줄입니다.MiniCssExtractPlugin
을 사용해 CSS 파일을 번들에서 분리합니다.gzip
에서br
로 압축 방식을 변경하여 성능을 향상시킵니다.레퍼런스
모모 성능 개선 레포트
The text was updated successfully, but these errors were encountered: