我使用YSlow來提高我的網站的速度,而且我在使用gzip壓縮組件時遇到問題。我有這個在我的.htaccess文件:GZipping CSS和JS文件
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript
但YSlow的是說
有應發送壓縮
* http://crewinyourcode.com/css/reset.css
* http://crewinyourcode.com/css/inner-pages/index.css
* http://crewinyourcode.com/script/css/jquery-ui-1.8.custom.css
* http://crewinyourcode.com/js/inner-pages/index.js
我如何gzip壓縮4個純文本組件CSS和JS文件?
另外...我沒有訪問httpd.conf文件。
UPDATE看到了問題:
新增
AddType text/css .css
AddType application/x-javascript .js
爲.htaccess,它似乎並沒有幫助。
看起來問題已經解決了嗎? – BalusC 2010-05-08 20:45:25
我的YSlow仍然給我這個問題。 – 2010-05-08 20:57:04
進行硬刷新('Ctrl + F5')或清除瀏覽器緩存。 – BalusC 2010-05-08 21:02:55