Không hiện giữ liệu tốc load trang ở màn hình deckop

7 views
Skip to first unread message

lân trần

unread,
Feb 1, 2016, 10:18:57 AM2/1/16
to pagespeed-insights-discuss
Khi tôi cho thêm đoàn code nén các file trong file .htaccess thì lỗi không hiện thị được giữ liệu tốc độ load web trên giao diện máy tinh 
code như sau:
<ifModule mod_headers.c>
ExpiresActive On
# Expires after 1 month
<filesMatch ".(gif|png|jpg|jpeg|ico|pdf|js|htm|html)$">
Header set Cache-Control "max-age=2592000"
</filesMatch>
# Expires after 7 day
<filesMatch ".(css)$">
Header set Cache-Control "max-age=604800"
</filesMatch>
# Expires after 1 hour
<filesMatch ".(txt)$">
Header set Cache-Control "max-age=3600"
</filesMatch>
</ifModule>
Mong các anh chị giải đáp giùm
Reply all
Reply to author
Forward
0 new messages