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

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

6,995  
목차
  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 애드센스 10계명
talk 똥파리 한 마리가 옆에서 몇 시간 째 윙윙거리며 데모 중입니다.
web 그누보드M (0.1.9 그누보드 다국어 베타) 업데이트 (18-10-12 16:35)
pc 윈도우10 - 홈버전에 gpedit.msc 설치. (= 윈도우 그룹정책편집기 설치. = Windows10 H…
talk 그누보드 커뮤니티가 많이 침체된 느낌이네요.
dance 티아라 (T-ARA) - Lovey Dovey (러비더비) (DANCE COVER 방콕댄스커버)
talk 크롬 앗이런 에러 해결했더니만...
pc 윈도우10 - 시작 메뉴 마우스오른쪽 메뉴에 제어판 메뉴 추가
money 애드센스 배너 배치 팁
money 애드센스 광고주가 요즘 얼마 없나봐요...
dance 이주은 치어리더 님 뿌까 '삐끼삐끼' 댄스
ucc 여자대학부 (여대부) 멀리뛰기
pc 다음 팟플레이어 - 왼쪽/오른쪽 방향키 이동 시간 설정 (= 좌우 화살표키 이동 시간 변경)
talk 반갑습니다. 1
vote 게시판 글자 크기를 키웠습니다. 가독성이 어떠신가요? 설문 중
talk 루리웹 메뉴에 AV가 있길래....
life 가족간 계좌이체 주의사항 - (증여세/상속세) 폭탄 피하기
ucc 길거리에서 부르는 노래 음질이 이렇게 좋을 수 있나요?
girl 신세경 님 VS 모모랜드 연우 님 미모 대결
web PHP - 3개 변수가 나란히 등호로 연결된 의미 ★★★★★
55/163
목록
찾아주셔서 감사합니다. Since 2012