• 회원가입
  • 로그인
  • 구글아이디로 로그인

[web] 크롬 - 캐시 만료 설정 코드 + 캐시 새로고침 (= Clear Cache 크롬 확장 프로그램) ※ 클리어 캐시・캐시 삭제

6,578  
목차
  1. 캐시 만료 설정 코드
  2. 크롬 캐시 새로고침 자동 설정 (= Clear Cache 크롬 확장 프로그램)

 

캐시 만료 설정 코드

/.htaceess 파일에 삽입 (※ 없으면 생성)

 

<IfModule mod_expires.c>

ExpiresActive On

ExpiresDefault "access plus 1 seconds"

ExpiresByType image/x-icon "access plus 2592000 seconds"

ExpiresByType image/jpeg "access plus 2592000 seconds"

ExpiresByType image/png "access plus 2592000 seconds"

ExpiresByType image/gif "access plus 2592000 seconds"

ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds"

ExpiresByType text/css "access plus 604800 seconds"

ExpiresByType text/javascript "access plus 216000 seconds"

ExpiresByType application/x-javascript "access plus 216000 seconds"

ExpiresByType text/html "access plus 600 seconds"

ExpiresByType application/xhtml+xml "access plus 600 seconds"

</IfModule>


<IfModule mod_headers.c>

<FilesMatch "\\.(ico|jpe?g|png|gif|swf)$">

Header set Cache-Control "max-age=2692000, public"

</FilesMatch>

<FilesMatch "\\.(css)$">

Header set Cache-Control "max-age=2692000, public"

</FilesMatch>

<FilesMatch "\\.(js)$">

Header set Cache-Control "max-age=216000, private"

</FilesMatch>

<FilesMatch "\\.(x?html?|php)$">

Header set Cache-Control "max-age=600, private, must-revalidate"

</FilesMatch>

Header unset ETag

Header unset Last-Modified

</IfModule>

 

※ 2592000초 = 30일

정보출처: https://codeday.me/ko/qa/20190322/129040.html

구글캐시 권장정책: 최소 1주일 ~ 최대 1년

 

크롬 캐시 새로고침 자동 설정 (= Clear Cache 크롬 확장 프로그램)

 

1.

Clear Cache 확장프로그램 

https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn?utm_source=chrome-app-launcher-info-dialog


2.

확장프로그램 아이콘 선택 후, 마우스 오른쪽 클릭

> 「확장 프로그램 관리」메뉴 클릭

※ 아래 주소 복사해 이동하면 한번에 옵션수정페이지로 이동 가능.

chrome-extension://cppjkneekbjaeellbfkmgnhonkkjfpdn/options.html#


3-1.
Reload 부분
Automatically reload active tab after clearing data 체크


3-2.
Data to Remove 부분
Cache 체크

 

Ctrl + F5 (캐시 새로고침)  / Ctrl + Shift + Del (임시파일제거)

 


분류 제목
girl 달샤벳 「아영」 님 청바지 차림 미스터 뱅뱅 댄스
talk 누리호 2차 발사 성공 공식 발표 떴네요.
girl 엘리스 (ELRIS) 벨라 님 우리처음 (DDP Fashion Mall) 안무 댄스
dance 소울 SOUL 혜준 님 - How You Like That & Don't Know What To Do & R…
girl 여자친구 엄지 ~ 비비지 엄지
talk 크롬 글쓰기 오류 해결
web JS (JavaScript: 자바스크립트) 관련 웹기술 종류 및 꼭 배워야 하는 것
dance 칠리치크 ChilliCheek 소연 님 - Don't Know What To Do 댄스 버스킹 [누나]
sports 2023 AFC 카타르 아시안컵 D조 1R (일본 vs 베트남) 축구 하이라이트
talk 2014년이 종료 되었습니다.
talk 갑자기 크롬이 빨라진 것 같네요.
web PHP 프로그램을 위한 템플릿 엔진
sports 5호골 넣은 손흥민, 어시스트한 레길론 챙기다
sports K리그 한국 메시 이승우의 엄청난 발리슛 골
talk 물건도 안 보내면서 택배 송장만 먼저 접수시키는 경우
dance 한글 창제하신 세종대왕 님 감사합니다. 댄스
dance 치어리더 박은수 님 - 뉴진스 어텐션 & 싸이 연예인 댄스 & 아이유 셀러브리티 & 좋은날 [누나]
sports 토트넘, 맨유와 비겨 리그 5위 유지
web 웹사이트 통째로 긁어오는 프로그램 소개
girl 치즈필름 은지 님과 겨울산 등산하면 이런 느낌?
87/163
목록
찾아주셔서 감사합니다. Since 2012