content delivery

6
  Content Delivery Yann Klis, Novelys, 30 novembre 2008

Upload: novelys

Post on 22-Jun-2015

335 views

Category:

Technology


5 download

TRANSCRIPT

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