HTTP Cache-Control Builder DEV TOOL

정적 리소스/API 응답에 맞는 Cache-Control 헤더를 빠르게 생성하고, 캐시 안정성을 점수로 확인하세요.

⚙️ Header Composer

Cache-Control: public, max-age=300

Tip: hashed static asset는 max-age=31536000, immutable 조합이 일반적입니다.

🧪 Parse & Validate

안정성 진단 분석 대기
  • 헤더 생성 후 규칙 점검 결과가 표시됩니다.
res.set('Cache-Control', 'public, max-age=300');
add_header Cache-Control "public, max-age=300" always;