6
  Content Delivery Yann Klis, Novelys, 30 novembre 2008

Content Delivery

  • Upload
    novelys

  • View
    335

  • Download
    5

Embed Size (px)

Citation preview

Page 1: Content Delivery

  

Content Delivery

Yann Klis, Novelys, 30 novembre 2008

Page 2: Content Delivery

  

Know the configuration of your webserver

Gzip ?

Page 3: Content Delivery

  

Reduce the number of connections

Optimize your javascript files (packr + bundle) Optimize your stylesheets (packr + bundle)

Page 4: Content Delivery

  

Serve content with the right tool

Nginx/Lightspeed for static assets (maybe via a specific host)

mongrel   thin (  swiftiply?) (  ebb?) for Rails→ → →

Page 5: Content Delivery

  

Parallelize the connections to your

content Multi­asset hosting (well known Rails technique)

Page 6: Content Delivery

  

Use the browser cache

Rails timestamping Expires at/ETag