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

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

6,629  
목차
  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 물건 아이템 소개와 가격을 맛깔나게 읽어주는 누나
dance 추랑 님 댄스 - NewJeans, IVE, HELLOVENUS, SISTAR, TWICE 등 [댄스/누나]
ucc 일본 핵오염수 방류 확산 시뮬레이션
ucc 진짜 같은 에반게리온 로봇 실사
talk 노트북 이어폰잭이 맛탱이가 갔네요.
sports 토트넘 「누누」 감독 경질, 「콘테」 감독 선임
dance 로켓펀치 소희 님 CHIQUITA(치키타) [댄스/누나]
dance 치어리더 이세란 님 ATTENTION 커버댄스 버스킹
sports 닭백숙 & 레몬
ucc 배우 「김태리」 님 국내 여행 VLOG - '거기가 여긴가'
ucc 목소리 천재들 [누나/노래]
dance 하지원 치어리더 님 노시환 응원가 아야야 댄스
dance 눈 호?불호? 댄스 추는 누나들
girl 유세빈 치어리더 님 가죽 반바지 패션
sports 손흥민 골 결정력이 많이 무뎌졌네요. ㅡㅡ;
ucc 야인시대 김두한한테 맞은 싸움꾼들 일렬종대 헤쳐모여! [드라마 추천]
movie 카터 - 미친 몰입감 극강 논스톱 리얼타임 액션 스펙터클
dance 앨리스 소희 님 백바지 패션 댄스
sports 카타르 월드컵 대한민국 우승 !!
talk 코딩 공부하러 오신 분들 나 좀 봐유. [누나]
121/163
목록
찾아주셔서 감사합니다. Since 2012