SlideShare a Scribd company logo
Optimizing Drupal
   Performance
 Basic practices
        by Tim Kamanin

           @timonweb
         timonweb.com
   mailto:timur@kamanin.com




 Drupal Trójmiasto 3drupal.pl
Reasons why most Drupal
sites are slow:
- full page renders

- serving dynamic content to
anonymous users

- slow mysql queries


- module bloat
Typical Drupal Stack


  CSS / JavaScript            Media


                     Drupal


  Apache             MySQL        PHP


                     Linux
Drupal Performance Checklist
1. Limit number of
   your modules
2. Always check what
installed modules are
  doing behind the
       scenes
3. Architect the
 system and write
   modules with
performance in mind
4. Split code invoked   via
urls into separate files:
 module_name.admin.inc,
  module_name.page.inc,
           etc
5. use drupal_static(),
provides central static
variable storage, docs:
 http://bit.ly/QD86rP
6. Install fast_404
7. Export views and
   Panels to code
8. Enable css /
javascript aggregation
9. Let aggregate cache
to take care of css/js
     aggregation
10. Enable page and
 page compression
   (mod_deflate)
11. Install Boost to
make anonymous caching
  10 x times faster!
12. Enable views and
 block caching for
 authorized users
13. Store cache in
 memory. Install
memcached or redis
14. Cache PHP with APC
15. Tune MySQL:
    - find slow queries
       - use indexes
  - use EXPLAIN on queries
       - tune my.cnf
- get decent query cache and
         key buffer
16. Tune Apache:


  StartServers
MinSpareServers
 MaxSpareServers
   MaxClients
   KeepAlive
17. Remember about
                   mod_expires
ExpiresActive on


ExpiresByType image/jpg "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 months"
ExpiresByType application/javascript "access plus 1 months"
18. Separate Media and
        Code:
 - Move media to CDN
   - Move media to
   separate server
19. Move search from
 Database to Solr
 search_api + Solr
What else can be done?
varnish, squid, load
balancing, memcached, fields
in mongdo, css sprites, Etag,
   ESI, separate database
   server, optimize media,
 preload, postload, external
 js, nginx, Lighttpd, amazon
         cloud, SSD
Comments,
questions?

       @timonweb
      timonweb.com
mailto:timur@kamanin.com

More Related Content

ODP
Optimizing Drupal Performance. Tips and Tricks
PPT
Drupal caching
PPT
Drupalcamp Estonia - High Performance Sites
PPTX
Speed up with hiphop php 2014 01-22
PDF
Memcache and Drupal - Vaibhav Jain
PPT
Caching strategy and apc
PDF
Optimize drupal
PPT
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”
Optimizing Drupal Performance. Tips and Tricks
Drupal caching
Drupalcamp Estonia - High Performance Sites
Speed up with hiphop php 2014 01-22
Memcache and Drupal - Vaibhav Jain
Caching strategy and apc
Optimize drupal
High Performance Wordpress: “Faster, Cheaper, Easier : Pick Three”

What's hot (20)

PPTX
Wordpress optimization
PPTX
Speeding Up WordPress sites
PDF
04 web optimization
PDF
High Performance Drupal
PPTX
Build website using Open Source Technology
PPTX
Scaling wordpress for high traffic
PDF
Roshan Bhattarai: Scaling WordPress for high traffic sites
PPTX
Ithemes presentation
PPT
High Performance Wordpress
PPTX
Building Scalable Web Apps - LVL.UP KL
PPTX
Scalability
PPTX
Wordpress customer support
ODP
Drupal Performance and Scaling
PDF
EasyEngine - Command-Line tool to manage WordPress Sites on Nginx
PPTX
Wordpress Website Development Services Hyderabad | Wordpress Website Develop...
PPTX
Squeeze Maximum Performance From Your Joomla Website
PDF
Scaling WordPress
PPTX
Serve like a boss (part two)
PPTX
Wordpress website scaling challenges
PPTX
"Ensuring chances of theme acceptance in wordpress.org directory" on WordCamp...
Wordpress optimization
Speeding Up WordPress sites
04 web optimization
High Performance Drupal
Build website using Open Source Technology
Scaling wordpress for high traffic
Roshan Bhattarai: Scaling WordPress for high traffic sites
Ithemes presentation
High Performance Wordpress
Building Scalable Web Apps - LVL.UP KL
Scalability
Wordpress customer support
Drupal Performance and Scaling
EasyEngine - Command-Line tool to manage WordPress Sites on Nginx
Wordpress Website Development Services Hyderabad | Wordpress Website Develop...
Squeeze Maximum Performance From Your Joomla Website
Scaling WordPress
Serve like a boss (part two)
Wordpress website scaling challenges
"Ensuring chances of theme acceptance in wordpress.org directory" on WordCamp...
Ad

Viewers also liked (10)

PPTX
Introduction to social performance_in English
PPTX
Causes behind Poor Performance in English of Bangladeshi Primary Students
DOCX
Thesis questionnaire
PPTX
Factors affecting the academic performance of college students (1)
DOCX
Questionaire
DOCX
Questionnaire for the survey of electronics market(for school/college projects)
DOCX
Questionnaire
DOCX
Questionnaire mba project
DOC
Sample Questionnaire
DOC
Brand questionnaire
Introduction to social performance_in English
Causes behind Poor Performance in English of Bangladeshi Primary Students
Thesis questionnaire
Factors affecting the academic performance of college students (1)
Questionaire
Questionnaire for the survey of electronics market(for school/college projects)
Questionnaire
Questionnaire mba project
Sample Questionnaire
Brand questionnaire
Ad

Similar to Optimizing Drupal Performance (English) (20)

PPTX
Improving Drupal Performances
ODP
Speeding up your Drupal site
PPT
Make Drupal Run Fast - increase page load speed
PDF
Drupal Performance : DrupalCamp North
PDF
Drupal 7 performance and optimization
PPTX
Performance Optimization in Drupal 8
PPTX
Drupal performance optimization Best Practices
PDF
Simple Tips to Improve Site Performance (No Coding Required!)
PDF
Scaling Drupal: Not IF... HOW
PPSX
Web performance
ODP
High Performance Web Sites
PPTX
Joomla! Performance on Steroids
PPT
Oracle UCM: Web Site Performance Tuning
PDF
Make your drupal site perform
PPTX
Drupal performance
KEY
Performance and scalability with drupal
PPTX
Drupal performance
PPT
Drupal Performance
DOCX
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
PDF
Make Your Site SpEEdy
Improving Drupal Performances
Speeding up your Drupal site
Make Drupal Run Fast - increase page load speed
Drupal Performance : DrupalCamp North
Drupal 7 performance and optimization
Performance Optimization in Drupal 8
Drupal performance optimization Best Practices
Simple Tips to Improve Site Performance (No Coding Required!)
Scaling Drupal: Not IF... HOW
Web performance
High Performance Web Sites
Joomla! Performance on Steroids
Oracle UCM: Web Site Performance Tuning
Make your drupal site perform
Drupal performance
Performance and scalability with drupal
Drupal performance
Drupal Performance
How to Improve Magento Performance | Tips to Speed up Magento eCommerce Site/...
Make Your Site SpEEdy

Recently uploaded (20)

PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Electronic commerce courselecture one. Pdf
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Encapsulation theory and applications.pdf
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPT
Teaching material agriculture food technology
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Cloud computing and distributed systems.
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Spectroscopy.pptx food analysis technology
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Electronic commerce courselecture one. Pdf
MYSQL Presentation for SQL database connectivity
Encapsulation theory and applications.pdf
NewMind AI Weekly Chronicles - August'25 Week I
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Understanding_Digital_Forensics_Presentation.pptx
Teaching material agriculture food technology
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Building Integrated photovoltaic BIPV_UPV.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Cloud computing and distributed systems.
Mobile App Security Testing_ A Comprehensive Guide.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Programs and apps: productivity, graphics, security and other tools
20250228 LYD VKU AI Blended-Learning.pptx
Empathic Computing: Creating Shared Understanding
Spectroscopy.pptx food analysis technology

Optimizing Drupal Performance (English)