성능 예산 설정
주요 지표에 대한 성능 예산을 정의하고 설정하여 웹사이트가 발전하는 동안에도 빠른 속도를 유지하도록 합니다.
성능 예산 설정은(는) CoddyKit의 무료 Web Performance Optimization & Lighthouse 강의입니다. 이것은 4개 중 1번째 강의입니다. 아래에서 전체 강의를 무료로 읽을 수 있으며, 내장 코드 에디터와 24/7 AI 튜터와 함께 브라우저에서 직접 실습할 수 있습니다. 이 강의는 Web Performance Optimization & Lighthouse 학습 경로의 일부이며, 진행 상황이 웹과 CoddyKit 앱에 동기화됩니다. Web Performance Optimization & Lighthouse 강의에는 총 4개의 강의가 포함되어 있습니다.
이 강의의 일부는 아직 번역되지 않았으며 영어로 표시됩니다.
What are Performance Budgets?
Just like financial budgets, performance budgets set limits to keep your website fast and efficient.
They are specific, measurable thresholds for various performance metrics. Think of them as guardrails that prevent your site from becoming slow over time.
Why Are Budgets Essential?
Without budgets, performance can slowly degrade with new features or content. This is called "performance regression".
- Prevent Regressions: Catch performance drops early.
- Maintain UX: Ensure a consistently fast user experience.
- Team Alignment: Give developers clear performance goals.
- Business Impact: Protect conversion rates and SEO rankings.
Categories of Performance Budgets
Performance budgets can be set for various aspects of your website. Understanding these categories helps you choose the right focus.
Common types include budgets for resource size, load times, quantity of requests, and even overall performance scores.
Resource Size Budgets
This type of budget limits the total size of assets your page loads. Larger files mean longer download times, especially on slower networks.
- JavaScript: e.g., max 150KB (gzipped) for critical JS.
- CSS: e.g., max 50KB (gzipped).
- Images: e.g., max 1MB total for all images on a page.
These budgets help keep your total page weight in check.
Load Time Budgets
These budgets focus on how quickly specific parts of your page load and become interactive. They directly impact user perception of speed.
- First Contentful Paint (FCP): e.g., under 1.8 seconds.
- Largest Contentful Paint (LCP): e.g., under 2.5 seconds.
- Time to Interactive (TTI): e.g., under 3.8 seconds.
These are often tied to Core Web Vitals.
Quantity-Based Budgets
Sometimes, the number of items or requests can impact performance, even if individual items are small. Fewer requests often mean faster loading.
- HTTP Requests: e.g., max 30 requests per page load.
- Web Fonts: e.g., max 2 font families.
- Third-Party Scripts: e.g., max 5 external scripts.
This helps reduce network overhead and processing.
Score-Based Budgets
You can also set budgets based on overall performance scores from tools like Google Lighthouse. This provides a holistic target for your site's health.
For example, you might aim for a minimum Lighthouse Performance Score of 90 on mobile. This combines many metrics into a single, easy-to-track number.
Establishing a Performance Baseline
Before setting budgets, you need to know your current performance. This "baseline" helps you define realistic and impactful targets.
- Audit Your Site: Use Lighthouse or other tools to measure current metrics.
- Analyze Competitors: See how your site stacks up against industry leaders.
- Understand User Data: Check your analytics for real user performance (RUM data).
Setting Achievable Budget Targets
Your performance budget targets should be ambitious but achievable. Consider your users' expectations, business goals, and technical constraints.
Start with a few key metrics and iterate. It's better to hit a few important targets consistently than to miss many overly aggressive ones.
Check Your Knowledge
Time to test your understanding of performance budget types.
Recap: Setting Performance Budgets
We've learned that performance budgets are crucial for maintaining a fast website over time. They act as limits for various metrics.
You can budget by resource size, load time, quantity of requests, or overall performance scores. Always establish a baseline before setting realistic and achievable targets.
자주 묻는 질문
“성능 예산 설정” 강의는 무료인가요?
네 — “성능 예산 설정” 전체 내용을 이 웹사이트에서 무료로 읽을 수 있습니다. 인터랙티브하게 실습하려면(내장 코드 에디터와 24/7 AI 튜터), CoddyKit PRO로 업그레이드하면 Web Performance Optimization & Lighthouse 강의 전체를 잠금 해제할 수 있습니다. Web Performance Optimization & Lighthouse 강의에는 총 4개의 강의가 포함되어 있습니다.
“성능 예산 설정”에서 뭘 배우나요?
주요 지표에 대한 성능 예산을 정의하고 설정하여 웹사이트가 발전하는 동안에도 빠른 속도를 유지하도록 합니다. 브라우저에서 직접 실행하는 실습 코드로 Web Performance Optimization & Lighthouse을(를) 배우며, 24/7 AI 튜터가 강의를 진행하면서 질문에 답변해줍니다.
Web Performance Optimization & Lighthouse을(를) 시작하는 데 경험이 필요한가요?
사전 경험은 필요하지 않습니다. CoddyKit의 Web Performance Optimization & Lighthouse은(는) 초급자부터 고급 학습자까지를 위해 구성되어 있으므로, 여기서 시작하거나 처음부터 시작할 수 있으며 자신의 속도대로 진행할 수 있습니다. 이것은 4개 중 1번째 강의입니다.
“성능 예산 설정” 강의는 얼마나 걸리나요?
대부분의 CoddyKit 강의는 약 5~10분이 소요됩니다. 각 강의는 간결하고 인터랙티브하여 꾸준한 진행이 가능하며, 웹과 앱에서 중단한 부분부터 바로 시작할 수 있습니다.
이 Web Performance Optimization & Lighthouse 강의에서 코드를 작성하고 실행할 수 있나요?
네. 모든 Web Performance Optimization & Lighthouse 강의에는 내장 코드 에디터가 포함되어 있으므로, 브라우저에서 바로 실제 코드를 작성하고 실행한 후 즉시 AI 피드백을 받을 수 있습니다 — 로컬 설정이 필요 없습니다.