I'm doing some performance tests for my web application and I actually don't know how to understand the webpage test results for dns-prefetch in the links.
For the links where I've added link rel="dns-prefetch"
I see the green part at the beginning of the first request for each link. But my expectations were to see the dns-handshake at the beginning of the diagram (where the arrow is trying to point in the attached image) I mean, I believed the browsers actually forced a request for the links with dns-prefetch at the start even also the link were used.
Is that the expected behaviour? Because I've been testing without prefetching dns, and the diagrama is really similar.