You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The visualizer plugin is always enabled, including in production builds. Consider gating it behind an environment variable or only activating it in analysis mode to avoid unnecessary overhead and prevent exposing detailed bundle reports in production.
Only include the visualizer plugin when explicitly analyzing the bundle to avoid slowing down every build by default. Wrap its inclusion in a conditional check (e.g. using an ANALYZE environment variable).
Why: Wrapping visualizer in an ANALYZE check prevents unnecessary bundling overhead on every build and improves build performance.
Low
Automate vendor chunk splitting
Use a dynamic manualChunks function to split all large dependencies into separate chunks automatically, improving caching and avoiding manual updates whenever dependencies change.
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
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.
User description
✨ PR 세부 내용
☑️ 체크리스트
🛠 기본 검사 항목
📸 스크린샷
lodash 최적화 전

lodash 최적화 후

✅ 리뷰 요구사항
번들 최적화를 진행하였으며, 서비스 이용 중 문제가 발생하면 말씀해 주시면 감사하겠습니다!
PR Type
Enhancement
Description
Replace generic lodash import with lodash.debounce
Add rollup-plugin-visualizer for bundle analysis
Configure manualChunks to split vendor dependencies
Update dependencies: remove unused and add new ones
File Walkthrough
useDebouncedValue.ts
Use `lodash.debounce` for debounce importsrc/hooks/common/useDebouncedValue.ts
lodash.debounceinstead of fulllodashvite.config.ts
Add visualizer and vendor splitting configvite.config.ts
rollup-plugin-visualizerplugin configurationpackage.json
Update dependencies for optimizationpackage.json
lodashandhlsdependencieslodash.debounce,depcheck,rollup-plugin-visualizerlodash.debounce