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

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

6,757  
목차
  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 (임시파일제거)

 


분류 제목
sports 축구 필드 위 팀 인원 7명 미만 (= 6명 이하) 경우 실격패
girl 레드벨벳 「웬디」 님, Feel My Rhythm 댄스
sports 토트넘 손흥민 (찐팬/가팬) 구별 방법
girl 다리에 기부스 한 낸시
dance 우크라이나 누나들 (나어떡해/전원일기) 댄스 COVER
dance 퇴근 전 꼭 봐야하는 댄스
ucc 오빠, 여기서 뭐해? [웹드라마]
girl 치어리더 목나경 님의 대한민국 16강 응원 댄스
girl 이쁜 척 한다고 사람들이 오해해서 똑땅한 안유진 님 [누나]
girl 하지원 치어리더 님 뭐하는겨? 뭐하잔겨? 견제 응원 댄스
talk 월드컵 최종예선전 (이란 : 대한민국) 축구 시작 얼마 전에...
girl AI가 제작한 토트넘 손흥민 응원걸 유니폼 패션 스타일 룩북
ucc 이설 님의 (일반 왁싱 vs 레이저 왁싱) 통증/아픔 비교
dance 미니 스커트 패션 허리띠 댄스
girl 치어리더 김한나 님 매력 발산 뿜뿜
dance 회원 님 마음을 흔들어 볼게요 댄스
ucc 여자 사람 친구가 여친이 되는데 걸리는 시간 [웹드라마]
ucc 세상에서 가장 비싼 도마 제작 과정
ucc 테슬라 자동차 배터리 교체비용 불만에 다이너마이트로 자동차 폭파 !!
talk 레바논과 바레인이 그렇게 헷갈릴 수가 없는 거에요.
60/163
목록
찾아주셔서 감사합니다. Since 2012