Smartly control what gets cached — and keep your Drupal database clean.
Page Cache Exclusion gives you fine-grained control over Drupal’s internal page cache system. Instead of letting every page (including 404 errors, unwanted URLs, or dynamically generated content) clutter your cache table and bloat your database (huge cache_page table in Drupal), this module lets you exclude specific paths or patterns from being cached.
The Varnish file purger is a new Drupal project developed to address compatibility issues between the Varnish Purge and Purge File modules, especially in setups where files are served across multip
Drupal custom fields do not add indexes to field values by default. This will cause a problem. When you expose this field as a search field in views, the execution will scan the entire table.