Compressed Cache
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Adds gzip compression to cache data. Especially useful for sites with large amounts of cache_form data.
## INSTALLATION ##
1. Edit settings.php and add the following lines:
# Add this cache to the list of available cache implemntations
$conf['cache_backends'][] = 'sites/all/modules/compressed_cache/compressed_cache.inc';
# Add cache bins that you want to compress
$conf['cache_class_cache_form'] = 'CompressedDatabaseCache';
