전체 글291 HTTP 모아보기 HTTP를 공부하면서 찾아보았던 온라인 자료들을 정리하는 글입니다. 공부하실 때 참고해보세요 'what is http' 'what is http2.0' 등으로 검색해보시면 더 많은 자료들을 찾으실 수 있습니다 https://developer.mozilla.org/ko/docs/Web/HTTP https://developers.google.com/web/fundamentals/performance/http2?hl=ko https://whatis.techtarget.com/definition/HTTP-Hypertext-Transfer-Protocol https://www.cloudflare.com/ko-kr/learning/ddos/glossary/hypertext-transfer-protocol-http/.. 2021. 8. 22. frontend 읽었던 링크 정리 브라우저는 어떻게 동작하는가? https://d2.naver.com/helloworld/59361 Eliminate render-blocking resources https://web.dev/render-blocking-resources/ Rendering on the Web https://developers.google.com/web/updates/2019/02/rendering-on-the-web?hl=en 어서 와, SSR은 처음이지? - 개발 편 https://d2.naver.com/helloworld/2177909 당신이 모르는 자바스크립트의 메모리 누수의 비밀 https://ui.toast.com/weekly-pick/ko_20210611?fbclid=IwAR3sSsRYJ4-TfFbmZ6tx-.. 2021. 6. 19. 렌더링 차단 리소스 페인트 시에 중단되는 경우에 대한 설명이다. https://web.dev/render-blocking-resources/ Eliminate render-blocking resources Learn about the render-blocking-resources audit. web.dev https://developers.google.com/web/fundamentals/performance/critical-rendering-path/render-blocking-css?hl=ko 렌더링 차단 CSS | Web | Google Developers 기본적으로, CSS는 렌더링 차단 리소스로 취급됩니다. CSS가 렌더링을 차단하지 않도록 방지하는 방법에 대해 알아보세요. developers.google.com 2021. 5. 23. 크롬 콘솔에서 디버깅하기 크롬 개발자도구 콘솔을 사용하여 다양한 디버깅 방법을 알아보자. # 콘솔 키기 크롬 개발자도구를 키고 Console 탭이 아닌 경우에 단축키인 ESC를 클릭하면 개발자도구 아래쪽에 console drawer이 나타난다. 개발자도구 상단 쪽 X 버튼 왼쪽에 있는 점 세개를 누르면 show console drawer을 눌러도 된다. 상단 탭에서 Console 탭을 찾아서 클릭하면 다음과 같이 콘솔이 나타난다. 크게 보려면 탭을 찾아서 키면 된다. # expression을 모니터링하기 실시간으로 현재 viewport의 active element를 보고 싶다면 어떻게 해야할까? 위 버튼을 누르면 아래 처럼 입력할 수 있는 창이 나타난다. 여기에 document.activeElement를 입려한 후 엔터를 치면 .. 2021. 5. 5. 이전 1 ··· 11 12 13 14 15 16 17 ··· 73 다음