방문 페이지 리디렉션 사용 안함
이 규칙은 지정된 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 - 모바일 환경이 매우 느립니다.
권장사항
뛰어난 멀티스크린 환경을 제공하고 불필요한 리디렉션을 없애려면
반응형 디자인 기본을 참조하세요.
사이트에 리디렉션이 필요한 경우 Google의
리디렉션 및 사용자 에이전트 감지 가이드라인을 참조하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-03(UTC)
[null,null,["최종 업데이트: 2024-09-03(UTC)"],[[["This PageSpeed Insights rule flags pages with multiple redirects, as they negatively impact performance by adding extra HTTP request-response cycles and delaying page rendering."],["Redirects can significantly slow down a website, especially on mobile devices, by introducing additional roundtrips for DNS lookups, TCP handshakes, and TLS negotiations."],["Responsive web design is recommended to avoid redirects and provide a seamless multi-device experience."],["If redirects are necessary, follow guidelines for proper implementation and user-agent detection."],["This documentation refers to a deprecated version of the PageSpeed Insights API; the latest version (v5) offers real-world and lab data for more comprehensive insights."]]],[]]