⚡️ perf: docker build cache 사용하도록 변경#526
Merged
Jo-Minseok merged 1 commit intoboostcampwm-2024:mainfrom Feb 7, 2026
Merged
Conversation
asn6878
approved these changes
Feb 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔨 테스크
기존 이미지 빌드 스크립트가 제대로 캐싱을 못 사용하는 현상 발견
수행 결과
Main Branch (캐싱 없음), (최초 빌드)s / (소스 코드 변경 후 빌드)s
서버: 38s / 36s
피드 크롤러: 18s / 17s
이메일 워커: 18s / 18s
Perf/docker-cache Branch (npm ci 캐싱 적용), (최초 빌드)s / (소스 코드 변경 후 빌드)s
서버: 37s / 22s
피드 크롤러: 17s / 10s
이메일 워커: 17s / 10s
소스 코드 변경 후 재빌드 시 대폭 시간 단축:
벤치 마크 명령어
📋 작업 내용
📷 스크린 샷(선택 사항)
동작 화면 첨부