huangjingqian 2016-07-01
Boost 模块为 Drupal 站点提供静态页面缓存,绕过PHP脚本执行和数据库请求,直接为匿名浏览用户提供静态缓存页面,使 Drupal 站点的性能得到非常显著的提升,使网站的可扩展性得到加强。
Boost 模块会为 Drupal 站点缓存及生成gzip压缩版本 html, xml, ajax, css, js 等文件,并可以在 apache, nginx, lighttpd 和 iis7 等web服务器端运行。
以下是 Boost 模块工作流程的简介(附图):
![[drupal]Boost - 为网站提供静态页面缓存的性能提升利器 [drupal]Boost - 为网站提供静态页面缓存的性能提升利器](https://cdn.ancii.com/article/image/v1/89/tI/y0/0yt9I8hCSDIoWVFa0gaUnYb80rxVloPmQfvEK6ECgjV5n7gh0Xdex3hzxZKOBbcZoDb6z30CJqy4mEWnW2_nrg.png)
有关 boost 模块配置和使用,可参考:http://lugir.com/drupal/documentation/using-boost.html