Home ›
Reducing server resource utilization for busy sites by implementing fast 404s in Drupal | 2bits.com, Inc. - Drupal Development, Customization and ConsultingReducing server resource utilization for busy sites by implementing fast 404s in Drupal | 2bits.com, Inc. - Drupal Development, Customization and Consulting
Submitted by Benjamin Melançon on June 14, 2010 - 3:48pm
One of the things that a default Drupal installation does is that it handles 404s for static files within Drupal itself. In other words, a 404 for a .css or .jpg file causes a full Drupal bootstrap. This is not necessary, and wastes resources on a site that gets lots of 404s: lots of code is executed, many database queries are performed, only to return a 404 for a static file.
More like this
- How the Drupal community works together: Userpoints as a case study | 2bits.com, Inc. - Drupal Performance Optimization, Development, Managed Hosting, Customization and Consulting
- Path Cache patch | Tag1 Consulting, Inc.
- PHP 5.2.10 .debs for Ubuntu 10.4 (Lucid) | The Jibe Multimedia, Inc. - Business Solutions
- 5 rules to optimize your server - Vancouver Drupal Development, Alfresco Development and iPhone Development from Appnovation
- 10 Tips for Theming Drupal 6 Forms | Advomatic - Drupal Development, Hosting, and Consulting


Comments
Post new comment