Drupal Performance Tuning: A Jumpstart

Les Lim

There are a couple of easy performance wins in Drupal core: aggregating CSS and JS files, and turning on the page cache for anonymous users. Done!

Except that you're not nearly done. The page cache is a good start, but can't help you if the cache is cleared, your user base is authenticated, or if a bot attempts to crawl all 500 pages of results from one of your Views. When the page cache is more miss than hit, you'll want to know that your site can quickly build and serve pages from scratch.

This session will offer insights for beginning site builders and intermediate developers alike, including:

Tools for profiling page loads, SQL queries, and page components such as blocks and panel panes

An overview of the various levels of caching available within and outside Drupal

Tips for determining the appropriate caching strategy for various page components

Ways to integrate performance evaluation into your development workflow

A look ahead to more advanced tools and techniques, as well as some of the exciting performance enhancements coming in Drupal 8

http://2015.tcdrupal.org/session/drupal-performance-tuning-jumpstart

Drupal is a registered trademark of Dries Buytaert.