Most of the loading times are devoted to downloading the components of the page: images, style sheets, scripts, flash, etc. Reducing the number of requested items reduces the time it takes to display the page. Indeed, it often happens to call obsolete resources.
However, via HTTP/2 multiplexing completely rules out this problem of reducing the number of requests (see Loading: HTTP / 2).
Reduce the number of internal HTTP requests needed by reducing the number of internal resources called in your pages.
Reduce the number of external HTTP requests necessary by reducing the number of resources located on external domains. This is particularly the case for tracking tags that often accumulate a large number of requests alone. Regularly clean up obsolete tags or duplicate tags on your pages.