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

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

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

 


분류 제목
talk 진화는 시간을 타고 ~~~
talk 가입 인사드립니다.~ 1
talk 코딩 고수가 돈 못 버는 이유
dance BUNGEE | 오마이걸 - 사랑(Sarang) 님 해변가 댄스
ucc 전무 님, 댁 부하직원이 딸을 차별해요. 혼내주세요. [유머]
web 홈짱디자인
military 「중국의 최후 통첩」 의미
ucc 이 새끼, 고양이 아닐지도 몰라
ucc 세계 최초 비공식 폴더블 아이폰
talk 빨래건조기 하나 장만해야 할 듯... ㅜㅜ
web �묎렐 遺덇��⑸땲��. 접속 에러 해결법
dance BTS - IDOL (DANCE COVER)
sports 도쿄올림픽 여자 축구 결승전 [스웨덴 : 캐나다]
talk 유튜버들 매번 주제 뽑느라 머리에 쥐날 듯..
sports 김민선, 여자 스피드 스케이팅 500 미터 5연속 우승
talk 마우스 하나 바꿨을 뿐인데...
web DNS 무료 사이트 모음 (DNS Free Site Collection)
dance BTS - 작은 것들을 위한 시 (DANCE COVER 댄스 커버)
sports 도쿄올림픽 여자 배구 결승전 [브라질 vs 미국]
talk 홈페이지 제작 견적가 뽑을 때 고려하는 요소
113/163
목록
찾아주셔서 감사합니다. Since 2012