Suggest some ways to make the website load faster?
A
1 Answers 0 Views
Some ways by which you can make your website faster are-
1) Implement a Content Delivery System (CDS)
2) Implement new image formats to reduce the size of your images.
3) Browser caching of static resources.
4) Evaluate your plugins.
5) Combine images into CSS sprites
6) Enable HTTP keep-alive response headers.
7) Enable compression
8) Use expires headers.
9) Minify JavaScript and CSS.
10) Review your hosting provider and package.
Answered Date 08-May-17 by Wesley Lacroix
Login to comment