Page prefetching

Prefetching (or pre-rendering) is a brand new browser feature that allows a website to indicate one “future” page to be loaded in advance, just to save loading time, like a forward cache. Currently only Firefox supports it but Chrome is prepared for supporting it in version 13. Downside is, Firefox syntax to prefetch documents is [...]