🚀

성능

DOM 크기, 인라인 CSS/JS, 렌더링 차단 리소스, 지연 로딩, 최신 이미지 형식.

점검 항목

We analyze inline CSS/JS, render-blocking resources, DOM size, image optimization (lazy loading, modern formats), viewport meta tag, and resource counts.

개별 점검 항목

Inline CSS

warning

Detects excessive inline style blocks that increase page size.

Example: <style>...</style>
Best practice: ≤3 blocks, ≤10KB

Inline JS

warning

Detects excessive inline script blocks that block rendering.

Example: <script>...</script>
Best practice: ≤5 blocks, ≤20KB

Render-blocking

warning

Identifies CSS/JS in head that block page rendering.

Example: <script src="..." async>
Best practice: async or defer

Image Dimensions

notice

Checks if images have width/height to prevent layout shift.

Example: <img width="800" height="600">
Best practice: 100%

Lazy Loading

notice

Checks for loading="lazy" on below-fold images.

Example: <img loading="lazy">
Best practice: All below-fold images

Viewport Meta

error

Verifies viewport meta tag for mobile rendering.

Example: <meta name="viewport" content="width=device-width">
Best practice: 존재

DOM Size

warning

Counts DOM elements. Large DOM slows rendering.

Best practice: <1500 elements

CSS Files

warning

Counts external CSS files. Too many increase load time.

Example: <link rel="stylesheet" href="...">
Best practice: ≤8

JS Files

warning

Counts external JS files. Too many increase load time.

Example: <script src="...">
Best practice: ≤10

Modern Image Formats

notice

Checks for modern image formats (WebP/AVIF).

Example: <img src="photo.webp">
Best practice: WebP/AVIF

왜 중요한가

Page speed directly affects rankings and user experience. Render-blocking resources, excessive inline code, and unoptimized images increase load times and hurt Core Web Vitals.

지금 웹사이트를 테스트하세요

웹사이트 분석

기타 점검 카테고리

📊

더 상세한 SEO 분석이 필요하신가요?

✓ 30개 이상 지속 SEO 점검
✓ Google Search Console 통합
✓ 키워드 추적
TopRankerTools 사용해 보기
👥

Let's talk about increasing your profits online

🔎 SEO health of your website
📈 Opportunities for growth
🎯 Expected results
Book Free Consultation