일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 3d
- version mismatch
- Three.js
- web
- vuex
- promise
- package-lock.json
- 상태관리
- bootstrap
- vue
- WebVR
- WebXR
- JS
- javscript
- CI/CD
- AR
- vuetify
- npx
- vue-template-compiler
- JavaScript
- EM6
- PDO
- A-Frame
- aframe
- array
- PHP
- Node
- VR
- auth0
- Component
Archives
- Today
- Total
대가는 결과를 만든다
[스터디] 웹 캐쉬 관련, 304 관련 본문
반응형
더 빠른 웹을 위하여 - 웹 캐쉬 (WEB CACHE)
WEB-CACHE (TIME-SPACE TRADEOFF) 더 빠른 웹사이트를 위해 저희 개발자들은 눈물겨운 노력을 많이 합니다. - WebCache - Code Compressing - Image Optimizing - Image Spriting - Critical Rendering Path - We..
cyberx.tistory.com
304 Not Modified
브라우저가 서버에게 요청한 자료에 대해 서버는 클라이언트 내에 복사된 캐시를 사용하게 한다. 서버는 If-Modified-Since 와 If-None-Match 요청 헤더를 사용해 클라이언트가 가장 최근의 자료를 가지고 있는지 여부를 확인한다
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/304
304 Not Modified
The HTTP 304 Not Modified client redirection response code indicates that there is no need to retransmit the requested resources. It is an implicit redirection to a cached resource. This happens when the request method is safe, like a GET or a HEAD request
developer.mozilla.org
'개발 > Web관련' 카테고리의 다른 글
[정리] babel 전반적 개념 (0) | 2019.12.16 |
---|---|
[개념정리] CSS? Sass? SCSS? (0) | 2019.12.05 |
[이슈] object-fit가 IE 11에서 적용 안되는 문제 (0) | 2019.09.23 |
[개념 정리] http content-type 관한 정리 (1) | 2019.08.27 |
css 스크린 사이즈 (0) | 2019.07.22 |
Comments