HTTP/2.0 and prefetch
-
Is it possible to add “Server Hints” like:
<link rel=”prefetch” href=”https://scontent.xx.fbcdn.net/XXX”>
to head for HTTP/2.0?
All resources load simultaneously except those from Facebook and Twitter when 2-3 new connection a created, and there is a lag. If we can load these before it maybe can accelerate the load speed a little?
On my site “scontent.xx.fbcdn.net” from Facebook Event is load first, then “graph.facebook.com” is called and redirects to “scontent.xx.fbcdn.net” to fetch photos from Facebook Feeds. Maybe if we prefetch these resources from “head” then everything can fetch simultaneously?
Prefetch is supported by almost all browsers except Safari, but I think it may become a standard after the introduction of HTTP/2.0.
I don’t know if “dns-prefetch” can speed up it with HTTP/2.0, and if ti does then it must load right after <head>.
The topic ‘HTTP/2.0 and prefetch’ is closed to new replies.