Posted by igor.ro on December 15, 2010 at 7:57pm
Easy Authcache is module that makes authcache implementation easy,faster and makes it comportable with drupal community modules.
Advantages of module differs it from Authcache:
- It makes unnessary for developer to write client side callbacks for authcache module (js functions).
- Makes server side callback as hook (drupal style).
- Includes all modules.
- Handle js files and settings, needed for retrived with ajax html, on final page.
- Handle url context dependent code.
-
Provide api to handle theme functions, you need, with authcache.
Disadvantages of module differs it from Authcache: -
Makes bootstrap FULL on authcache ajax callback. That can make slowly then authcache manual implementation.
- Can lose some js Drupal.settings after authcache ajax result.
- Higher, then for manual authcache implementation can be, load on client side (js code).
You can find rep https://github.com/goruha/easy_authcache
Here is the ticket to add this project as contibute module http://drupal.org/node/916742
Thanks.
| Attachment | Size |
|---|---|
| Easy Authcache documentation.pdf | 135.88 KB |

Comments
sound great, will test it on
sound great, will test it on Dev server.
Please feedback me about test
Please feedback me about test results :)