SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Improving Drupal’s page loading performance

Wim Leers ~ http://wimleers.com/

Drupal.org, IRC, Twitter, LinkedIn: wimleers
Why is it important to Drupal?
Why is it important to Drupal?

• The Drupal Experience: happier users (and developers)
Why is it important to Drupal?

• The Drupal Experience: happier users (and developers)

• Drupal’s numbers

  • Big, high-traffic web sites


  • Popular (>125,000 sites): optimization affects many sites
Why is it important to Drupal?

• The Drupal Experience: happier users (and developers)

• Drupal’s numbers

   • Big, high-traffic web sites


   • Popular (>125,000 sites): optimization affects many sites


• Drupal is international (thanks to i18n/L10n)

   • International audiences: high network latencies


   • Developing countries: low-speed connections
Keynote with-speaker-notes

Weitere ähnliche Inhalte

Mehr von Pranav Bhatnagar (16)

asdiuodif
asdiuodifasdiuodif
asdiuodif
 
test
testtest
test
 
asdiuodif
asdiuodifasdiuodif
asdiuodif
 
Yo!
Yo!Yo!
Yo!
 
501c3letterupdated
501c3letterupdated501c3letterupdated
501c3letterupdated
 
asdiuodif
asdiuodifasdiuodif
asdiuodif
 
Slide shareissue
Slide shareissueSlide shareissue
Slide shareissue
 
Посмертные трудов Пиквикского клуба
Посмертные трудов Пиквикского клубаПосмертные трудов Пиквикского клуба
Посмертные трудов Пиквикского клуба
 
Book1
Book1Book1
Book1
 
Pdf with speaker_notes
Pdf with speaker_notesPdf with speaker_notes
Pdf with speaker_notes
 
Pdf with speaker_notes
Pdf with speaker_notesPdf with speaker_notes
Pdf with speaker_notes
 
39348363 google-earnings-slides-q3-2010
39348363 google-earnings-slides-q3-201039348363 google-earnings-slides-q3-2010
39348363 google-earnings-slides-q3-2010
 
Recherche4953 (1)
Recherche4953 (1)Recherche4953 (1)
Recherche4953 (1)
 
Test
TestTest
Test
 
Elevator pitch
Elevator pitchElevator pitch
Elevator pitch
 
Social Media Marketing
Social Media MarketingSocial Media Marketing
Social Media Marketing
 

Keynote with-speaker-notes

  • 1. Improving Drupal’s page loading performance Wim Leers ~ http://wimleers.com/ Drupal.org, IRC, Twitter, LinkedIn: wimleers
  • 2. Why is it important to Drupal?
  • 3. Why is it important to Drupal? • The Drupal Experience: happier users (and developers)
  • 4. Why is it important to Drupal? • The Drupal Experience: happier users (and developers) • Drupal’s numbers • Big, high-traffic web sites • Popular (>125,000 sites): optimization affects many sites
  • 5. Why is it important to Drupal? • The Drupal Experience: happier users (and developers) • Drupal’s numbers • Big, high-traffic web sites • Popular (>125,000 sites): optimization affects many sites • Drupal is international (thanks to i18n/L10n) • International audiences: high network latencies • Developing countries: low-speed connections

Hinweis der Redaktion

  1. Student at Hasselt University Freelance Drupal developer Intern at Mollom
  2. Popularity numbers: d.o usage statistics Conclusion: important for: - Drupal project growth - More Happy People
  3. Popularity numbers: d.o usage statistics Conclusion: important for: - Drupal project growth - More Happy People
  4. Popularity numbers: d.o usage statistics Conclusion: important for: - Drupal project growth - More Happy People
  5. Create a simple test: the effect of an inline script between 2 images in different browsers. Webkit: executes script, then displays images Firefox: displays first image, executes script, displays second image