27 ways to make your webpages load faster
- Avoid a character set in the meta tag
- Avoid bad requests
- Avoid CSS @import
- Avoid landing page redirects
- Combine images using CSS sprites
- Defer parsing of JavaScript
- Enable gzip compression
- Enable Keep-Alive
- Inline small CSS
- Inline small JavaScript
- Leverage browser caching
- Minify CSS
- Minify HTML
- Minify JavaScript
- Minimize redirects
- Minimize request size
- Optimize images
- Optimize the order of styles and scripts
- Prefer asynchronous resources
- Put CSS in the document head
- Remove query strings from static resources
- Serve resources from a consistent URL
- Serve scaled images
- Specify a cache validator
- Specify a character set early
- Specify a Vary: Accept-Encoding header
- Specify image dimensions
Hope this helps.
No comments:
Post a Comment