Cache for newbies (aka
sitebuilders). Drupal 7
About me
Taras Tsiuper
Skype: Taras Tsiuper
http://www.facebook.com/tsuper.taras
We will talk about:
1) Standard Drupal cache
2) Views cache
3) Panels cache
4) Entity cache
5) Boost
6) Cache Expiration
7) Block Cache Alter
8) CDN
9) Advanced CSS/JS Aggregation
10) High level caching
Drupal cache

Views cache

Panels cache

Entity cache
https://www.drupal.org/project/entitycache
Entity cache puts core entities into Drupal's cache API.
Don't bother using this module if you're not also going to use http://drupal.org/project/memcache or http://drupal.org/project/redis - the purpose of entitycache is to allow queries to be offloaded from the database onto alternative storage. There are minimal, if any, gains from using it with the default database cache.
Boost

Cache expiration

Block cache alter

CDN

Advanced CSS/JS Aggregation


High level caching
- Memcached
- APC
- Varnish
- Authcache
And more
Bootstrap optimizer - (https://www.drupal.org/project/bootstrap_optimizer)
Fast 404 - (https://www.drupal.org/project/fast_404)
Magic - (https://www.drupal.org/project/magic)

All Drupal sites need some magic, so give yours some! Magic is a set of tools for front-end best practices and general front-end goodies to make your life as a front-end developer happier

Questions ?

Cache for newbies (aka sitebuilders). Drupal 7
By Taras Tsiuper
Cache for newbies (aka sitebuilders). Drupal 7
- 81