-
- Downloads
- Patch #19298 by Jeremy: loose caching!
Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds. Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes. (I rewrote the help text a bit and made minor changes to the code comments.)
Showing
- CHANGELOG.txt 2 additions, 0 deletionsCHANGELOG.txt
- database/database.mysql 1 addition, 0 deletionsdatabase/database.mysql
- database/database.pgsql 1 addition, 0 deletionsdatabase/database.pgsql
- database/updates.inc 13 additions, 1 deletiondatabase/updates.inc
- includes/bootstrap.inc 61 additions, 5 deletionsincludes/bootstrap.inc
- includes/session.inc 1 addition, 1 deletionincludes/session.inc
- modules/system.module 2 additions, 4 deletionsmodules/system.module
- modules/system/system.module 2 additions, 4 deletionsmodules/system/system.module
- sites/default/settings.php 1 addition, 0 deletionssites/default/settings.php
Loading
Please register or sign in to comment