Taras Tsiuper
Skype: Taras Tsiuper
http://www.facebook.com/tsuper.taras
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
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.
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