High performance web sites essential knowledge for frontend engineers

Want your web site to display more quickly? This book presents 14 specific rules that will cut 25% to 50% off response time when users request a page. Author Steve Souders, in his job as Chief Performance Yahoo!, collected these best practices while optimizing some of the most-visited pages on the...

Descripción completa

Detalles Bibliográficos
Autor principal: Souders, Steve (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Sebastopol, California : O'Reilly 2007.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627017706719
Tabla de Contenidos:
  • Rule 1: make fewer HTTP requests
  • Rule 2: use a content delivery network
  • Rule 3: add an expires header
  • Rule 4: Gzip components
  • Rule 5: put stylesheets at the top
  • Rule 6: put scripts at the bottom
  • Rule 7: avoid CSS expressions
  • Rule 8: make JavaScript and CSS external
  • Rule 9: reduce DNS lookups
  • Rule 10: minify JavaScript
  • Rule 11: avoid redirects
  • Rule 12: remove duplicate scripts
  • Rule 13: configure ETags
  • Rule 14: make ajax cacheable
  • Deconstructing 10 top sites.