You can put a link tag on your web page that tells the visiting browser to start downloading another page while it is idle so that your browsing seems faster:
< link rel="prefetch" href="/images/big.jpeg" >
from 0xDECAFBAD