| Roundtrip response time: | ||
The onload event doesn't fire until all iframe SRC requests are completed.
This page contains an iframe SRC that takes 10 seconds to load.
Notice how the onload time is greater than 10 seconds.
A better approach is to set the SRC via JavaScript, as shown in the Iframe SRC JS example.