BenJetson / mannrobo.github.io-OLD

Website for the Mann Robotics VRC team.
https://mannrobo.github.io
3 stars 1 forks source link

Add prefetch/preload support to pages where it makes sense. #62

Open BenJetson opened 8 years ago

BenJetson commented 8 years ago

Some pages (such as the updates list) would benefit from using prefetch to load the next page into cache before the user requests it. This would greatly enhance performance on many devices.

Reference: https://css-tricks.com/prefetching-preloading-prebrowsing/