| 1 |
// $Id: USERS.txt,v 1.1.2.1.2.5 2008/10/23 19:41:25 arto Exp $
|
| 2 |
|
| 3 |
This lists some of the users of Boost, describing the setup of the website
|
| 4 |
in question as well as providing rationale on how Boost benefits the site.
|
| 5 |
It is hoped that the cases described here may serve as useful guides for new
|
| 6 |
Boost users evaluating how to best implement static caching on their site.
|
| 7 |
|
| 8 |
|
| 9 |
Stand Against Poverty <http://www.standagainstpoverty.org>
|
| 10 |
|
| 11 |
United Nations campaign website used to organize events and report event
|
| 12 |
attendance for events at which nearly 117 million people worldwide
|
| 13 |
participated. The events seek to raise awareness about poverty and
|
| 14 |
highlight effort around the United Nations Millennium Development Goals
|
| 15 |
that seek toward reducing global poverty. The website runs on a cluster
|
| 16 |
of 4 load-balanced Apache web servers and a single database server.
|
| 17 |
Boost is used to reduce the overall resource usage consumed by anonymous
|
| 18 |
visitors on the site in order to devote more infrastructure resources
|
| 19 |
toward event organizers who sign in as authenticated users to create
|
| 20 |
events and report event attendance tallies. The Stand Against Poverty
|
| 21 |
site is is 4 languages, and uses the i18n module. Boost was used with
|
| 22 |
this patch http://drupal.org/node/174380#comment-663794 to allow for the
|
| 23 |
use of Boost on i18n sites. While there is still a substantial amount of
|
| 24 |
traffic on the website during the 3 day campaign, the impact of
|
| 25 |
anonymous traffic (which includes all traffic, until users sign in) is
|
| 26 |
greatly reduced.
|
| 27 |
|
| 28 |
Hosting infrastructure for StandAgainstPoverty.org provided by the good
|
| 29 |
folks at http://www.advomatic.com
|
| 30 |
|
| 31 |
Development Seed writes more about the campaign on their blog at:
|
| 32 |
http://www.developmentseed.org/blog/2008/oct/22/united-nations-uses-drupal-huge-anti-poverty-event
|
| 33 |
http://www.developmentseed.org/blog/2008/oct/23/improving-drupals-performance-boost-module-uns-millennium-campaign
|
| 34 |
|
| 35 |
|
| 36 |
Environmental Working Group <http://www.ewg.org/>
|
| 37 |
|
| 38 |
The Environmental Working Group (EWG) uses the power of public
|
| 39 |
information to protect public health and the environment. Boost is used
|
| 40 |
to cache all public-facing pages on the site (13,000+ and counting) and
|
| 41 |
has been critical in sustaining EWG's large amounts of traffic since the
|
| 42 |
site relaunched using Drupal in early 2007. EWG frequently receives
|
| 43 |
traffic from multiple press outlets on a given day and Boost allows EWG
|
| 44 |
to manage its infrastructure in-house and at a fraction of the price
|
| 45 |
that would otherwise be required.
|
| 46 |
|
| 47 |
|
| 48 |
Arto Bendiken <http://bendiken.net/>
|
| 49 |
|
| 50 |
Personal website of the author. Boost is used to cache virtually every
|
| 51 |
page on the site, quite significantly improving response times despite
|
| 52 |
the sometimes sluggish shared hosting the site runs on. An additional
|
| 53 |
benefit provided by Boost is that when the backend MySQL database server
|
| 54 |
goes down, as happens now and then, the site still keeps on trucking
|
| 55 |
instead of just showing the Drupal database error page (dynamic features
|
| 56 |
such as posting comments obviously don't work until MySQL access is
|
| 57 |
restored, however).
|
| 58 |
|
| 59 |
|
| 60 |
If you would like to add your website to this list, please contact the
|
| 61 |
author at http://drupal.org/user/26089/contact, describing your site and
|
| 62 |
setup. Try to keep the description to a paragraph or two, and don't forget
|
| 63 |
to include your name and the URL to your website. Note that additions to
|
| 64 |
this list are posted at the author's sole discretion, and submissions may be
|
| 65 |
abridged or edited for grammar.
|