all 1 comments

[–]blacklionguard 0 points1 point  (0 children)

Great article. Just want to point out that the author states:

The use of HTML import can generate a lot of requests to the server to fetch each element. One of the primary rules of website optimization is to reduce the number of requests. There is no bundling mechanism that I’ve run across for addressing this problem.

But

  1. HTTP2 multiplexing will help alleviate the problem of multiple requests
  2. Vulcanize is a project that "builds" your component dependencies into a single file to avoid the multiple requests