performance - Vulcanize, what's the point? -
just in general why 1 consider vulcanize web page. example building website 629kb, in 975ms(under 30m/s wifi network), 93 requests.
after vulcanizing page, becomes 964kb, in 2.02s load time, 47 requests only.
i have polymer-project components in there otherwise pretty straightforward website sass. not built upon framework.
so question what's big fuzz vulcanization? missing here? seems have decreased performance of website.
as mentioned, vulcanizing should bring js requests 1 , css requests 1. eliminating round trip latency huge actual users. sure test performance using webpagetest.org or @ least locally using throttling test different network speeds (chrome has built dev tools).
all being said, http2 changes , makes vulcanizing less important.
Comments
Post a Comment