Questions tagged [drupal-boost]

The Boost module is a third-party module that provides caching for static pages.

The Boost module is a module that provides caching for static pages, and it is thought for sites that receive most of the traffic from anonymous users (i.e. non registered users).

8 questions
1
vote
2 answers

How do I set up the Boost module and rsync in order to make mirroring a breeze?

I'm looking for a way to setup a server in order to make the static caches created by boost module easily mirrorable to several other servers.
Capi Etheriel
  • 3,542
  • 28
  • 49
1
vote
2 answers

With drupal boost module any way to still have randomly loaded images

I am using Drupals boost module to cache my very dyanmic website. I also am using a views block to load in banner images from a content type and the view is set to randomly load an image. However, because boost module is caching the pages as html,…
theGoose
  • 184
  • 7
1
vote
1 answer

Drupal boost cache overwrite every time

I'm generating html cache using drupal 7 boost module. I'm using a load balancer server and html cache files are in node 1, node 2 and node 3. If this cache folder has 775 permission with owner as "root" and Group as "root", When user access page,…
wsinghe
  • 11
  • 1
0
votes
1 answer

Drupal:After installing boost module, images are not uploaded in files/imagecache

Title explains it pretty much. After installing Boost module, i have troubles with uploading images. I can upload them, but only thumbnails are saved. Big image in sites/default/files/imagecache is not created. I tried to play with permissions, but…
Adriana
  • 8,464
  • 13
  • 36
  • 37
0
votes
1 answer

Read/write data with blocks on Boost cached pages

I have a module that supplies a block. The block is set to BLOCK_NO_CACHE, and its content is pulled from a function. It lets a site admin create a 'message' to display on the site, kind of like CNN, where a breaking update is displayed at the top,…
Kevin
  • 13,153
  • 11
  • 60
  • 87
0
votes
1 answer

Boost, cached pages created,but never served

I used Boost module for my drupal project, the cached pages were created under cache/normal/domain/, but the cache pages never served for anonymous users. Here is my .htaccess file, under my drupal root directory. Here are some points I tried: I…
Alex
  • 1
  • 2
0
votes
1 answer

Can't cache front page with Boost / Drupal 7

I've already configure my Drupal site with Boost. I have tested and everything works but the front page. Front page gets cached, but it's being regenerated every pageload. In Boost configurations I set to cache only listed pages and included two…
Beto Aveiga
  • 3,466
  • 4
  • 27
  • 39
-1
votes
1 answer

boost and mollom: if both are configured, boost doesn't cache the page which consists of mollom enabled form

boost drupal module and mollom drupal module: if both are configured, boost doesn't cache the page which consists of mollom enabled form I configured boost and caching was successful for the expected page. But after enabling mollom module and its…
jospratik
  • 1,564
  • 11
  • 19