Minimize HTTP requests

The first step towards reducing your website load time is to minimize HTTP requests. What happens is, there are lot of components on the web page like images, stylesheets, scripts etc & an HTTP request is made for each one of these elements.So, when a web page is loaded, a lot of time is spent on downloading these components which results in slow rendering of the page. It is advised to reduce unnecessary components & minimize HTTP requests to solve the issue with slower loading time.