High performance web sites : essential knowledge for frontend engineers /
Presents a collection of fourteen "rules" to help optimize the performance of a Web site.
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Farnham :
O'Reilly,
2007.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
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.