크롬개발자 도구의 Lighthouse 체크해 보았는데, Performance에 `Use HTTP/2`가 1순위로 올라와서, nginx의 ssl 설정을 바꾸는 작업을 했습니다.

Performance Issue list

Before:

before http2

After:

after http2

설정은 아주 쉬웠습니다. `443 ssl` 문구를 찾아서, `http2` 단어만 추가하면, 적용됩니다.

http2 추가

CloudFlare나 Apache HTTPD, 로컬 서버 등의 설정은 https://dassur.ma/things/h2setup/ 링크에 잘 설명되어 있습니다.

Lighthouse는 웹페이지 진단도구이고, 개발자도구 탭에 기본으로 보입니다.

Lighthouse

 

+ Recent posts