HTTP Requests and It's Effect

How HTTP Request Effect your Website


  • What is http request?
  • How it effect to your website ranking and indexing.



What is http request?


It is request generated by the user /client to the server to serve particular file or resources which is requesting. Then server send the resources if the request is valid or if request is not valid than it will throw an error. Invalid request means requesting the resources which is not there on server or private.



Some example of http request is CSS, JS, files link in heading section or importing any other files.
         And this whole process takes some time to generate request and served it by server

HTTp Request img






How HTTP requests effect to your website ranking and indexing




Http request image2

As I said all this process is time consuming so more http request means more time to load page and search engine don’t prefer those pages which load slowly.

For example if you link some CSS and JS file in heading section than each CSS and JS file load before actual page load and it will lead to slow loading .

So try to reduce http request to reduce http request and deal with it read Optimize CSS and JS delivery.

Comments