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

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

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

 


분류 제목
talk 오늘 가입했습니다 ^^ ㅎ 1
web 위키 다운로드 주소 모음 (Wiki Download Site Collection)
ucc 태권도 자유품새 폭풍회전 신들린 발차기
military 미국 항공모함 5대 동북아 집결 중
dance 갓세희 님 이케아에서 댄스 추다가 딱걸림
dance STAYC 스테이씨 시은 님 - 뷰티풀몬스터 & SO BAD 댄스
web | (세로막대기) 입력법 ★ - jQuery에서 dblclick()에서의 l / PHP에서 OR 의미하는 …
ucc 검은 고양이 키우시는 분들 필독 !! 1
web GeoIP (지오아이피) / ip2nation (아이피투네이션) 비교/차이
movie 더 킬러 - 장혁, 여고생 구하기 위해 목숨 걸다.
girl 김자영 프로 골퍼에게 골프 배우는 오하영 누나
dance 갓세희 님 벚꽃 배경 댄스
girl 회원 님, 스파링 한번 하시죠? [누나]
talk 음????? 5
web CSS - 글자흐림(= 글자번짐) 원인
site FTP 프로그램 다운로드 주소 모음 (= FTP 추천)
military 잠수함/군함 위장색이 파란색 아닌 이유
web 그누보드/영카트 (파일/폴더) 자료 저장/보관/관리 노하우
site 저작권 신고 없는 배경음악이 필요하다면?
dance 해변가 미싱유 (Missing you) 댄스/누나
101/163
목록
찾아주셔서 감사합니다. Since 2012