Boost

The following modules can be useful for most common use cases. For more information, please read and contribute to the Boost handbook.

ModuleStatusDescription
Boost CrawlerEnabledMinimal crawler - expires and regenerates pages only when content is edited and on next cron run. If this module is disabled, the content will be regenerated by the next visitor (who may have a slow page load). Only recommended for sites with low traffic, since the page cache will probably have been regenerated by the time the crawler accesses it. This is a Boost sub-module.
Cache ExpirationEnabledExpire specific pages of the cache immediately when content is added or modified. Also required by the Boost crawler, to crawl expired content after expiration.
Fast 404Not InstalledProduces a faster "page not found" (404) page, reducing server load. Boost does not cache 404 pages since it would increase the size of the cache for pages which should not be accessed anyway. However, the default 404 mechanism of Drupal can be expensive in terms of performance. If you have a large amount of 404, consider adding a redirection for them in your .htaccess file.
Global RedirectNot InstalledRedirects pages to their canonical URL. Avoids caching two pages for the same content.
HTTP Parallel Request & Threading LibraryEnabledRequired by Boost crawler, performs HTTP requests to regenerate expired pages.