이 규칙은 지정된 URL에서 최종 방문 페이지로의 리디렉션이 둘 이상 있음이
PageSpeed Insights에서 감지되면 트리거됩니다.
개요
리디렉션은 HTTP 요청과 응답 간 주기를 추가로 트리거하고 페이지 렌더링을 지연시킵니다. 각 리디렉션이
단일 왕복(HTTP 요청과 응답 간)을 추가하면 가장 좋지만, 최악의 경우
DNS 조회, TCP 핸드셰이크, TLS 협상을 위한 여러 추가적인 왕복에 더해 HTTP 요청과 응답 간 주기가 추가로 발생합니다. 따라서 사이트 속도를
개선하려면 리디렉션의 사용을 최소화해야 합니다.
다음은 리디렉션 패턴의 몇 가지 예입니다.
example.com에서는 반응형 웹 디자인을 사용하여 리디렉션이 필요하지 않으며 빠르고 최적화된 상태입니다.
example.com → m.example.com/home - 모바일 사용자가 여러 번 왕복해야 하는 불편함이 있습니다.
example.com → www.example.com → m.example.com - 모바일 환경이 매우 느립니다.
권장사항
뛰어난 멀티스크린 환경을 제공하고 불필요한 리디렉션을 없애려면
반응형 디자인의 기본사항을 알아보세요.
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],["The content explains that multiple redirects slow down page rendering due to added HTTP request-response cycles and potential DNS lookups, TCP handshakes, and TLS negotiations. It recommends minimizing redirects and using responsive design to avoid them. When redirects are required, users should consult guidelines on redirects and user-agent detection. The document also notes that PageSpeed Insights version 4 is deprecated, and version 5 should be used instead. Lastly, it guides users to Stack Overflow and a mailing list for feedback.\n"],null,[]]