Downloads

Download tar.gz 58.55 KB
MD5: 8b3a88bedd1bc06c5766681fa46e5c04
SHA-1: 46d808ae3f2420ce7d24c8520582112dd7f72047
SHA-256: e7b3f8bf1243dab6447921818becf471ff400c7de05699417c547fbb8b080b34
Download zip 67.49 KB
MD5: 2d2c9990ee6a2de64d8567af27796a90
SHA-1: 2dbf70c83839c08103c8330448453741fb12c57d
SHA-256: 07c9df38635d867288e429b60bb7fe3afa9a49a0cefc02e0b20bf4036a3c2816

Release notes

Known Issues:
#591098: Multisite setup wont start - Multisite & single database.
#590704: I have no crawler action... - 6.14 is caching crawler requests if core cache enabled.

Notes:
Because of new menu changes, you need to press the Clear cached data button located on the "admin/settings/performance" page.

If your using the latest version of Authcache, there is a slight chance Boost will not work with it. To get around this issue, disable this setting in Boost:

admin/settings/performance/boost
Boost advanced settings
Asynchronous Opperation: output HTML, close connection, then store static file.
Run php in the background. When a cached page is generated, this will allow for faster page generation; downside is the headers are not the standard ones outputted by drupal; sends "Connection: close" instead of "Connection: Keep-Alive".

I "borrowed" some code from authcache, so we now use the same output buffer hooking mechanism; Boost's is more "Aggressive" though. It sends the page to the browser & closes the connection, then saves it to the disk, allowing for a more responsive site when using boost. With this change, the end game has to be something like the proposed hook_alter_html module; one that all page caching modules can use; thus preventing interference, and improving performance when using multiple page caching solutions.

Bug Fixes:
#577578: boost_cron function failing, due to fsockopen() not respecting user given timeout value
#567748: Thread is dead logic timing out
#585204: Pressflow + Boost is caching 404 pages
#586700: Cron stopping with strange PHP error: Unknown Column
#587190: Boost must be enabled to run update #6109 (in 6.x-1.0-beta2 -> 6.x-1.0 upgrade path)
#585152: Exclude search404 page callback from being cached - Right now only search404_page is disabled from being cached; from the Search 404 module.

New Features:
#578546: Reset crawler
#585424: Faster page loads when adding page to cache; do async opp.
#586138: Split "Do not cache if error on page" into drupal msgs and php errors

Tasks:
#579668: 6.14 doesn't have css clearing bug anymore
#581320: Move the performance page
#582642: htaccess generator, Instruct user to save settings and return for rules
#587212: Boost Admin UI Revamp: meta-issue - More tweaks for where stuff is located; looking for ideas.

Donate:
Consider the amount of money this module saves, in comparison to a more expensive hosting solution. I (Mike Carper) accept Donations.

Created by: mikeytown2
Created on: 27 Sep 2009 at 07:18 UTC
Last updated: 1 Aug 2018 at 21:28 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases