0
說到緩存,我不確定使用哪種方法。我應該去:.htaccess
在html中緩存的正確方法
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
</IfModule>
## EXPIRES CACHING ##
,或者我應該還是用:manifest
<html manifest="demo.appcache">
CACHE MANIFEST
/image.jpg
/logo.gpeg
/main.jpg
或者它取決於我要如何使用它,因爲manifest
有2種方法可以使用, .htaccess
編輯速度更快。 迎接