This module seems to duplicate the boost module.
If it overlaps a lot with boost, then it is better to deprecate this one, and submit your additional changes to boost, so as not to waste efforts, and confuse users.
This module seems to duplicate the boost module.
If it overlaps a lot with boost, then it is better to deprecate this one, and submit your additional changes to boost, so as not to waste efforts, and confuse users.
Comments
Comment #1
Bevan commented#453020: Merge into Boost Complete.
Comment #2
sebyoga commentedThere is an interface to manage cache at present put in cache. It is possible to forbid the stake in cache for a given page. It is possible for a given page, to put it in cache with a different expiration. There is a toolbar in front to admin cache page for current page.
The management of writing of pages is different from that of boost. It to recreate not the cache by relationship a node, or term, but considers that an url = a page, that it is node or term or the other.
You can disable cache for any page or domain.tld...
Of it made, an url of the style: domain.tld > / term-raw / term-raw / nodetitleraw will be in cache under the shape
Dir ( domaine.tld ) = > Dir (term-raw) = > Dir (term-> raw) = > nodetitleraw.html
With boost, the modulates create has directory term, has directory node, ...
Sébastien