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

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

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

 


분류 제목
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 홈페이지 제작 견적가 뽑을 때 고려하는 요소
military KF-21 보라매 / 유로파이터(Eurofighter Typhoon) / 라팔(Dassault Rafale)…
money 구글 애드센스 「수익 손실 위험 - 수익에 심각한 영향을 미치지 않도록 사이트에서 발견된 ads.txt 파일…
ucc 처제의 세뱃돈 [유머]
talk 작업????? 3
talk 서버 1년 연장 결제 완료.
pc 어베스트 브라우저 북마크 연결탭 이름변경법 (Avast, bookmark, tab, name, change)
talk 코로나 바이러스 이유로, (한국인 입국차단 / 한국여행 자제권고)하는 타국에 대한 생각
military 일본, 대한민국 공격에 북한 동의 필요 없어 ~~
105/163
목록
찾아주셔서 감사합니다. Since 2012