Yslow는 현재 내 사이트 및 "Add Expires Headers"에 대해 Grade B를 제공하고 있습니다.플래시 및 아이콘 구성 요소에 만료일을 추가하는 방법
은 말한다 :
이멀리 미래 만료 날짜없이 1 개 정적 구성 요소가 있습니다.
* (no expires) http://localhost/images/favicon.ico
현재 내 apache.conf에 코드를 만료는 다음과 같이이다 :
는ExpiresActive On # enable expirations
# expire after a week in the client's cache
ExpiresByType image/gif A604800
ExpiresByType image/png A604800
ExpiresByType image/jpg A604800
ExpiresByType image/jpeg A604800
ExpiresByType text/css A604800
ExpiresByType application/javascript A604800
은 그래서 플래시 및 아이콘 구성 요소의 구문이되어야 하는가?
Yslow가 플래시에 표시되지 않더라도 플래시 구성 요소에 만료를 추가하려고합니다.
이 작업을 수행하는 데 어느 누구도 도와 줄 수 있습니까?
belongs-on-serverfault –
문제가 해결 되었습니까? 그렇지 않은 경우 http://stackoverflow.com/questions/6197963/remove-etag-from-favicon-ico/6840502#6840502 – Robin