To speed up website we need to take care about certain things.
i am providing several points which you should take care while developing and deploying your website.
Definately i will elaborate on these tips or you can Google around to find some useful info!!!
:))
i am providing several points which you should take care while developing and deploying your website.
1. Minimize HTTP request
2. Use a CDN for static file.
3. Add an Expire Header.
4. Gzip or compress site text. here is the link for Gzip Compression
5. Put CSS at top and script at the bottom.
6.minimize javascript.
7. Avoid duplicate Scripts.
8.Configure Etag.
9.Avoid Redirects.
10. Flush Buffer early
Definately i will elaborate on these tips or you can Google around to find some useful info!!!
:))