Skip to content

Instantly share code, notes, and snippets.

@tk120404
Last active September 16, 2016 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tk120404/cdbc76085d4f706532f2dddb4ec097d4 to your computer and use it in GitHub Desktop.
Save tk120404/cdbc76085d4f706532f2dddb4ec097d4 to your computer and use it in GitHub Desktop.
*Handling performance for Progressive Web Apps at scale: Flipkart
PRPL
<link rel="preload">
https://developers.google.com/web/updates/2016/03/link-rel-preload?hl=en
requestAnimationFrame(function(){
performance.mark('first paint')});
https://developers.google.com/web/fundamentals/performance/critical-rendering-path/analyzing-crp?hl=en
First slide: tiny.cc/nxtgen
*An introduction to web performance measurement
http://httparchive.org/
https://www.webpagetest.org/
https://www.dropbox.com/s/xz1m6mmy2zs0l8j/Web%20Performance%20Measurement.pdf?dl=0
*Web performance case study: the making of abof.com
electron
jumplist
squirrel
photonkit.com
https://github.com/championswimmer
https://github.com/championswimmer/jsfoo-electron-example
AMP
ampbyexample.com
link=manifest
credential API
npm install sw-precache
https://github.com/GoogleChrome/sw-precache
https://www.udacity.com/course/offline-web-applications--ud899
vega.js
React+D3 boilerplate
performance @ housing.com
script defer vs script async
http://www.growingwiththeweb.com/2014/02/async-vs-defer-attributes.html
http://www.html5rocks.com/en/tutorials/speed/script-loading/
link rel=prerender
https://css-tricks.com/prefetching-preloading-prebrowsing/
link rel=prefetch
link rel=preload
https://www.slideshare.net/secret/gt98iWGPMVnNyS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment