Rules  1  2  3  4  5  6  7  8  9  10  11  12  13  14 

Roundtrip response time:

The onload event doesn't fire until all iframe SRC requests are completed. To avoid this, set the iframe SRC dynamically in JavaScript with setTimeout. This page contains an iframe. The SRC is set with the same URL from Iframe SRC Blocks that takes 10 seconds to load. Notice how the onload time is only a few hundred milliseconds because it's not blocked by the iframe SRC.


stevesouders.com | contact SteveGreyhound, the 2nd fastest land animalThis is the companion website for High Performance Web Sites by Steve Souders.