Web Application Performance series
I have started a new series of post to enhance web application performance. The series will include different methods to improve web application performance both at server side and front end.
Main topics covered includes
- Using conditional requests, expires header, keep-alive, gzip compression
- Reducing HTTP requests
- Caching images in browser
- Adding gzip Compression
- Proper CSS Placements
- Proper JavaScript placement
- Minimizing CSS and JavaScript code
- Serving images from cookie less domain
- Avoiding HTTP redirection
- Optimizing Ajax
- Using PHP accelerators for web server performance
Stay tuned to be updated about these topics for web performance enhancements.
Categories: Web Performance Optimization