PHPSocialNetwork / phpfastcache-drupal

The Drupal 8 module for PhpFastCache providing you a fully customizable cache administration. The PhpFastCache module is a bootstrap-integrated module for better performances with huge Drupal Projects

Home Page:http://www.phpfastcache.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhpFastCache for Drupal

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

DEPENDENCIES

  • phpfastcache/phpfastcache
  • php7

CONFIGURATION

  1. Enable PhpFastCache module in:
    admin/modules

  2. You'll now find a PhpFastCache tab in the "Configuration > Development" menu
    admin/config/development/phpfastcache

  3. Settings up the driver you need and it's options (if needed)

  4. Alter your settings.php to add this line:\

$settings['cache']['default'] = 'cache.backend.phpfastcache';

KNOWN ISSUES

Plenty ATM, but it's still in development :)

About

The Drupal 8 module for PhpFastCache providing you a fully customizable cache administration. The PhpFastCache module is a bootstrap-integrated module for better performances with huge Drupal Projects

http://www.phpfastcache.com/

License:MIT License


Languages

Language:PHP 99.9%Language:CSS 0.1%