웹마스터 팁

펌이라 팁이라고 하긴 그런데...제가 실제 효과를 본거 라서 팁란에 적어 봅니다.


저는 일단 웹호스팅 사용하고 있고...php5.2 인가 그렇다고 하더군요...아래 두 부분 적어 주고 나서 조금(1%) 아주 쪼금은 빨라진것 같습니다.  


<IfModule mod_headers.c>

    Header set X-UA-Compatible "IE=edge"

    # `mod_headers` can't match based on the content-type, however, we only

    # want to send this header for HTML pages and not for the other resources

    <FilesMatch "\.(appcache|crx|css|eot|gif|htc|ico|jpe?g|js|m4a|m4v|manifest|mp4|oex|oga|ogg|ogv|otf|pdf|png|safariextz|svgz?|ttf|vcf|webapp|webm|webp|woff|xml|xpi)$">

        Header unset X-UA-Compatible

    </FilesMatch>

</IfModule>

<IfModule mod_expires.c>


    ExpiresActive on

    ExpiresDefault                                      "access plus 1 month"


  # CSS

    ExpiresByType text/css                              "access plus 1 year"


  # Data interchange

    ExpiresByType application/json                      "access plus 0 seconds"

    ExpiresByType application/xml                       "access plus 0 seconds"

    ExpiresByType text/xml                              "access plus 0 seconds"


  # Favicon (cannot be renamed!)

    ExpiresByType image/x-icon                          "access plus 1 week"


  # HTML components (HTCs)

    ExpiresByType text/x-component                      "access plus 1 month"


  # HTML

    ExpiresByType text/html                             "access plus 0 seconds"


  # JavaScript

    ExpiresByType application/javascript                "access plus 1 year"


  # Manifest files

    ExpiresByType application/x-web-app-manifest+json   "access plus 0 seconds"

    ExpiresByType text/cache-manifest                   "access plus 0 seconds"


  # Media

    ExpiresByType audio/ogg                             "access plus 1 month"

    ExpiresByType image/gif                             "access plus 1 month"

    ExpiresByType image/jpeg                            "access plus 1 month"

    ExpiresByType image/png                             "access plus 1 month"

    ExpiresByType video/mp4                             "access plus 1 month"

    ExpiresByType video/ogg                             "access plus 1 month"

    ExpiresByType video/webm                            "access plus 1 month"

    ExpiresByType image/ico                            "access plus 1 month"


  # Web feeds

    ExpiresByType application/atom+xml                  "access plus 1 hour"

    ExpiresByType application/rss+xml                   "access plus 1 hour"


  # Web fonts

    ExpiresByType application/font-woff                 "access plus 1 month"

    ExpiresByType application/vnd.ms-fontobject         "access plus 1 month"

    ExpiresByType application/x-font-ttf                "access plus 1 month"

    ExpiresByType font/opentype                         "access plus 1 month"

    ExpiresByType image/svg+xml                         "access plus 1 month"


</IfModule>


제목 글쓴이 날짜
상담게시판 바로 글쓰기 이동하기 팁.. [3] 만쓰별(정만) 2009.02.05
XE 1.7 에서 닉네임 클릭시 홈페이지나 블로그 등이 새창으로 안 뜨는 버그 수정법 [1] sejin7940 2013.10.07
1.7 이상 기본레이아웃, ie9에서 1차메뉴 깨짐 현상... [3] uoou 2013.10.07
기본 URL 설정 팁 [4] EvangelineA.K.Macdowell 2013.10.25
익명 게시판을 사용중일때 이미지 썸내일표시. 말똥이 2013.10.27
기본 url 을 공란으로 둔 경우 `잘못된 요청입니다' 메시지 [6] samsara 2013.02.24
웹사이트 최적화 방법론 [4] 다크진 2013.09.17
스케치북 1.7.2.1 게시판 닉네임 짤림 오류 임시 수정법 귀머거리하늘 2013.10.21
스케치북 1.7.2.1 게시판 상단 내용 오류 수정 방법 귀머거리하늘 2013.10.21
.htaccess 에서 캐시 설정(?) [1] socialskyo 2013.10.20
썸네일 생성이 되지 않을시 확인할 내용.. [4] 또나아빠 2008.06.17
특정 확장변수값이 포함된 글의 총 개수를 출력하는 함수 [3] sejin7940 2012.08.07
알수없는 여백(공백,마진)이 생기는 문제 해결법 - 초보님용 [1] 주영수 2011.07.23
오래된 게시글에 댓글포인트 안주기 [6] Xiso 2013.05.04
영문 스팸 방지 [13] 스토리웨이 2013.09.16
페이북 좋아요 버튼 애드온 [2] file 똑디 2013.10.11
소스에서 php short tags 제거하기 [1] file 토우코 2007.11.24
게시판에 다른 테이블 값 직접 가져오기 [1] 똑디 2013.10.11
XE 팝업모듈과 애드온 : XE_Popup_Borderless [7] file 우진홈 2013.05.17
[PHP 동영상강의] 41. 추천사이트(북마크)프로그램 만들기 [4] 서기 2006.02.27