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

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

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

 


분류 제목
money 애드센스 관련 모든 정보를 공유합니다.
girl 모모랜드 낸시 연우 - 인기투표 설문 중
life 카카오톡 대화방 대화 내용 삭제하기
vote 가까운 지인이 홈페이지 제작 의뢰 시, 돈을 받아야 하나? 말아야 하나? 끝장토론 설문 중
web ChatGPT 이용해 코딩할 때 주의사항 3가지
talk 유튜브는 도대체 짧은주소(=공유주소)에 왜 si 파라미터를 붙인걸까요?
talk 홈짱 패밀리 출동인가요. 1
talk 놀러 왔서요. 2
money 한 페이지에 넣을 수 있는 애드센스 광고 수 1
web 공공데이터포털 OpenAPI 활용방법
girl 슈룹 성남대군 여친 병조판서 딸 '청하' 역할 배우 「오예주」
web PHP - 사용자 입력값 보안처리 수단
talk 회원 님, 노예 되고 싶으세요? 찐따 되고 싶으세요?
talk 홈짱님 글보고 식겁..ㅡㅡ;;; 2
web 프로그래밍/코딩 5대 천왕
web ChatGPT 이용해 프로그램 제작 방법/절차/노하우
dance 회원 님, 더 이상 안 좋아해 댄스
web 댓글 창을 뚫고 나오는 특수문자
vote 폼 나는 회원명칭은? 설문 중
girl 에이프릴 레이첼 님 꽃무늬 원피스 패션 (APRiL - RACHEL Onepiece Skirt)
76/163
목록
찾아주셔서 감사합니다. Since 2012