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

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

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

 


분류 제목
health 오늘부터 히동이 따라서 헬스 스쿼드 10개씩 10세트 하기로 다짐
girl 행여 실수라도 할까 가슴 졸이고 숨죽이며 지켜봤던 그녀
site 독도 4계절 고화질 사진 무료 다운로드 외교부 링크 주소
laragon Laragon (라라곤) - ffmpeg 모듈 설치하기 (※ mp4 동영상의 썸네일 생성에 필요한 모듈)
girl 배꼽티 엔믹스 설윤 님 뮤직뱅크 출근길 [누나]
talk 휴대폰 본인인증 딜레마
sports 김민재에게 가장 어울리는 프리미어 축구팀 [해외축구]
drama 넷플릭스 tvN 드라마 「슈룹」 재밌네요. 몰입감 있어요.
talk 대통령 누구 찍어야 될지 모르시면, 구글 검색해 보세요.
ucc 드래곤볼 AI 버전 (Dragon Ball Z Reborn: An AI’s Vision of Ultimate…
life 갤럭시 스마트폰 배터리 용량 표시 (= 바테리/바떼리 잔량 숫자 표시)
web Dart (다트) 앱 코딩언어 소개 / Flutter (플러터) / Adroid Studio (안드로이드 스…
talk 8D TUNES (= 8D AUDIO / 8D MUSIC / 8D SOUND / 8D Encoding) 뮤직…
web 파이썬(Python) 모드나 키보드인터럽트(KeyboardInterrupt) 모드에서 빠져나오기
ucc 심박한 가슴 수술 이유 (= 가슴 수술한 예림이)
girl 양서윤 님 따라 야외 벚꽃 구경하기 [누나]
dance STAYC (스테이씨) 아이사 님 댄스 - Teddy Bear (테디베어)
talk 구글이나 유튜브 사이트는 왜 탑버튼(Top버튼) 안 만들까요? 설문 중
military 대한민국공군 F-35A 스텔스기 총동원! l (중국공군 vs 한국공군 전투기 대규모 공중전 영상)
girl (방충망 / 커튼) 스스로 다는 누나
86/163
목록
찾아주셔서 감사합니다. Since 2012