| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The PhpFastCache module makes use of PhpFastCache library. It's main goal is to improve Drupal's performances by adding a new cache backend system depending your needs
Enable PhpFastCache module in:
admin/modules
You'll now find a PhpFastCache tab in the "Configuration > Development" menu
admin/config/development/phpfastcache
Settings up the driver you need and it's options (if needed)
Alter your settings.php to add this line:\
$settings['cache']['default'] = 'cache.backend.phpfastcache';Plenty ATM, but it's still in development :)
| Back | FazBrowse Home | New Git URL |