chrsmithdemos / html5rocks

Automatically exported from code.google.com/p/html5rocks
0 stars 0 forks source link

implement localStorage caching and other speed bosts #783

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) caching for homepage page
2) caching for three requests on tutorials listing
3) deprioritize widgets A LOT
4) basic perf improvements

Original issue reported on code.google.com by paulir...@google.com on 28 Jan 2012 at 6:32

GoogleCodeExporter commented 9 years ago

Original comment by paulir...@google.com on 28 Jan 2012 at 6:33

GoogleCodeExporter commented 9 years ago
search control delayed in r2e9bc07113b165fc1ee71dc73ad405f7b998a99a
thirdparty widgets delayed in rf9c33f7d93788ab0d036a7740cc6db873ed13ef4

Original comment by paulir...@google.com on 31 Jan 2012 at 12:31

GoogleCodeExporter commented 9 years ago
Implemented a localStorage cache with a 5hr TTL. 
Opt into it with a `localCache:true` option in $.ajax

Original comment by paulir...@google.com on 31 Jan 2012 at 1:54

GoogleCodeExporter commented 9 years ago
yahoo pipe JSONP request cached too. woo done!

Original comment by paulir...@google.com on 31 Jan 2012 at 2:24