Easy Authcache is module that makes authcache implementation easy,faster and makes it comportable with drupal community modules.
Created & developped by ADYAX
Advantages of module differs it from Authcache:
1. It makes unnessary for developer to write client side callbacks for authcache module (js functions).
2. Makes server side callback as hook (drupal style).
3. Includes all modules.
4. Handle js files and settings, needed for retrived with ajax html, on final page.
5. Handle url context dependent code.
6. Provide api to handle theme functions, you need, with authcache.
Disadvantages of module differs it from Authcache:
1. Makes bootstrap FULL on authcache ajax callback. That can make slowly then authcache manual implementation.
2. Can lose some js Drupal.settings after authcache ajax result.
3. Higher, then for manual authcache implementation can be, load on client side (js code).
Installation
To install Easy authcache
- Install required modules (common way - Authcache)
- Add Easy authcache module drupal contrib modules dir (usual /sites/all/modules).
- Copy authcache_custom.php file from easy_authcache/_authcache/authcache_custom.php to authcache/ajax/ and change (authcache/ajax/authcache.php:str 42) to include authcache_custom.php, if needed.