Better HTTP/2 Prioritization for a Faster Web
blog.cloudflare.com
Better HTTP/2 Prioritization for a Faster Web
1–10 of 52 posts
Re: Better HTTP/2 Prioritization for a Faster Web
#2Re: Better HTTP/2 Prioritization for a Faster Web
#3Re: Better HTTP/2 Prioritization for a Faster Web
#4Re: Better HTTP/2 Prioritization for a Faster Web
#5It seems like this is another example of every aspect of web development getting more complicated, favoring the larger players. On the other hand, it's good that in this case, any website could just buy the results of that expertise.
However nothing says you actually have to use these fancy services. Everyone wants a quick loading site but the drawback of an extra 100ms are minimal. Almost everyone should be more concerned with good site design and minimizing client-side dependencies if they want good performance.
Re: Better HTTP/2 Prioritization for a Faster Web
#6So their main improvement over Chrome is that chrome doesn't benefit from progressive images -- they load images in sequence instead of parallel. Sounds like a simple fix. (If you actually know the images are progressive.)
Re: Better HTTP/2 Prioritization for a Faster Web
#7So their main improvement over Chrome is that chrome doesn't benefit from progressive images -- they load images in sequence instead of parallel. Sounds like a simple fix. (If you actually know the images are progressive.)
Full disclosure, I'm the article author and I also spent several years on the Chrome team working on the resource loading/scheduler so it's probably not too surprising that there are similarities.
Re: Better HTTP/2 Prioritization for a Faster Web
#8In HTTP/2 we've reached a good level of interoperability, but bolting on HTTP/2 on top of a server architected for HTTP/1 is not enough. We have room for optimizations and maturity.
Re: Better HTTP/2 Prioritization for a Faster Web
#9It seems like this is another example of every aspect of web development getting more complicated, favoring the larger players. On the other hand, it's good that in this case, any website could just buy the results of that expertise.
You are not wrong - in reality we have had a tiered internet for years now, where big sites pay for faster transfers over better routes. However nothing says you actually have to use these fancy services. Everyone wants a quick loading site but the drawback of an extra 100ms are minimal. Almost everyone should be more concerned with good site design and minimizing client-side dependencies if they want good performanc…
Re: Better HTTP/2 Prioritization for a Faster Web
#10It seems like this is another example of every aspect of web development getting more complicated, favoring the larger players. On the other hand, it's good that in this case, any website could just buy the results of that expertise.
You are not wrong - in reality we have had a tiered internet for years now, where big sites pay for faster transfers over better routes. However nothing says you actually have to use these fancy services. Everyone wants a quick loading site but the drawback of an extra 100ms are minimal. Almost everyone should be more concerned with good site design and minimizing client-side dependencies if they want good performanc…
700ms vs 800ms is the difference between acceptable and a slow loading web site.