-
Notifications
You must be signed in to change notification settings - Fork 0
boost.howto
404 edited this page Sep 14, 2010
·
1 revision
Ignore cache flushing:
1.禁用
1. Only Ignore Clear Entire Cache Commands (Recommended if caching css/js files)
1. Ignore Clear Entire Cache Commands & Cron Expiration
1. Ignore All Delete Commands (Not Recommended)
Make a selection to put your site into a static cached state. Recommend turning on CSS & JS caching if enabled.
具体区别我搞不懂。我一般用2.如果用4的话。你必须手动清除boost生成的静态文件。4在极端情况下很有用。比如你的站点太繁忙了。但你需要清除缓存,而不想因此重新生成那些静态文件。
ETag Settings: Do Nothing 选择 do nothing。因为etag对于一般站点没有用处。而且如果有多台服务器,还会造成不同服务器相同内容的静态文件由于所处机器环境不同而etag不同。详见《高性能网站》之类的书。
在我的服务器配置中,根据文件名和更新时间就可以确定文件是否更新了。