Showing posts with label Performance. Show all posts
Showing posts with label Performance. Show all posts

Friday, January 7, 2011

Easy authcache

Happy new year!!!

This is my present to you: Easy Authcache release.

You need easy authcache if:

  1. Your project is dynamic and  there are a lot of authenticated users
  2. Your project have problems with performance
  3. You have not access to ssh or have limits on software to install on server
  4. You have not time or do not want to configure reverse-proxies like Varnish, ngnix and etc.

How easy authcache can help me?


In few words it will cache all necessary pages with replaced dynamic regions by mock html elements and after that on client side it will replace that's mocks with real html that it will get with ajax. And also you can simply add css to theme that mock html with throbbers  you need. 

hm.. intresting.. may I have more information?


Tuesday, September 28, 2010

Authcache - detailed documentation

Authcache is drupal community contributed module you can find here Authcache project page. The Authcache module offers page caching for both anonymous users and logged-in authenticated users. This allows Drupal/PHP to only spend 1-2 milliseconds serving pages, greatly reducing server resources. Please note that enabling authenticated user caching will require modifying how your user-customized content displays on your pages. You should be an experienced Drupal developer if you choose to implement the full functionality of this module. Anonymous caching won't require any changes and will offer a speed improvement over Drupal core since hitting the database can be completely avoided.

Authcache Installation
To install authcache module you need
  1. Download authcache module and extract it to drupal contrib modules dir (usual /sites/all/modules).