Closed (duplicate)
Project:
Boost
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Aug 2007 at 10:37 UTC
Updated:
6 Aug 2007 at 08:00 UTC
Hi Arto,
Your site states you will at some point port this patch to Drupal 5. Just wanted to see where you are on this?
fastpath_fscache.module may be doing something similar to this module as it's also a static file based cache. Is it not possible to work together if the two methods are identical?
Thanks, and keep up the good work!
Comments
Comment #1
Arto commentedSee #153179.
Note that only superficially is fastpast_fscache similar to Boost (in that they both deal with 'static' files). The difference is that the former still incurs PHP overhead, while Boost does not (when serving cached files with Boost, Apache will not invoke PHP at all). This has significant scaling implications (in Boost's favor, of course).