Below improvements are commonly found missing in most of the sites. If you are one of these haunted by poorly performing web application, below tweaks/tips might help you pin pointing the improvements -
- Using stateful history to avoid server hits, while looking for previously visited page
- Reducing data transfer size by using pluggable data compression methods
- Using CSS sprites to reduces the image requests & corresponding time
- Prefer using browser local storage or session storage to reduce network trafic
- Prefer externalized js and css for reusable javascript code/styles
- Include CSS before JavaScript
- Minimize browser reflow
No comments:
Post a Comment