| Roundtrip response time: | ||
Examples 6, 7, and 8 all contain the following components in this order:
- a 2 second script
- an iframe containing a 10 second script
- a 2 second script
- a 2 second script
In this example, the iframe SRC is set dynamically and the iframe's component is created dynamically.
Even in this scenario, the onload event is still delayed by the 10 second script, resulting
in an overall load time of ~12 seconds.