네트워크 성능 최적화
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
네트워크 및 지연 시간은 일반적으로 사이트의 총 페이지 로드 시간의 70% 를 차지합니다. 이는 큰 비율이지만, 이를 개선하면 사용자에게 큰 혜택을 가져다줄 수 있습니다. 이 강연에서 Ilya는 Chrome의 최근 변경사항을 살펴보며 로드 시간을 개선했으며, 네트워크 부하를 최소한으로 유지하기 위해 환경에서 적용할 수 있는 몇 가지 변경사항을 살펴보았습니다.
Slides
- Chrome M27에는 새롭게 개선된 리소스 스케줄러가 있습니다.
- Chrome M28로 SPDY 사이트 속도가 빨라졌습니다.
- Chrome의 단순 캐시가 정비되었습니다.
- SPDY / HTTP/2.0은 전송 속도를 크게 개선합니다. nginx, Apache, Jetty에 사용할 수 있는 성숙한 SPDY 모듈이 3개 있습니다.
- QUIC는 UDP를 기반으로 구축된 새로운 실험용 프로토콜입니다. 아직 초기 단계이기는 하지만 활용 가능할 것으로 예상됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[[["Network and latency significantly impact website loading speed, accounting for approximately 70% of the total time."],["Recent Chrome updates, including resource scheduler improvements in M27, SPDY enhancements in M28, and cache overhauls, contribute to faster loading times."],["Leveraging technologies like SPDY/HTTP/2.0 and QUIC can substantially improve transfer speeds and user experience."],["Developers can optimize websites for network efficiency by implementing changes mentioned in the presentation, accessible via the provided slides link."]]],["Chrome updates in versions M27 and M28 enhance resource scheduling and speed for SPDY sites. A redesigned cache system has also been implemented. SPDY/HTTP/2.0 offer significant transfer speed boosts and are readily available for web servers like nginx, Apache, and Jetty. The experimental QUIC protocol, built on UDP, promises potential future user benefits. Optimizing the network and latency will greatly improve the overall page load time.\n"]]