Ilya Grigorik
Ilya Grigorik
## SxG loading For a brief intro on HTTP Exchanges see: [SxG 101](https://docs.google.com/document/d/1ExkCm-1j7Bf3NBdBMK4iP_lDuYo9Oo2gCpYggsHsu18/edit#heading=h.611rwj97r4h9). As a tl;dr... 1. User navigates to https://distributor.example.org/foo.sxg, which is a signed exchange that provides a `Signature`...
Discussion: https://lists.w3.org/Archives/Public/public-web-perf/2015Feb/0059.html
Need to update reference and link.. https://twitter.com/stephendonner/status/1103419662782484480
Instructions to build and run: https://github.com/summerwind/h2spec Running `./h2spec -p 8080` against our example/server.rb yield lots bunch of failures: - example server aborts the connection instead of sending GOAWAY / PROTOCOL_ERROR...
Wire up a path that redirects to live PSI audit of the page, based on suffix - e.g. /product/x/psi.
From @urticadioica in https://github.com/igrigorik/vimgolf/issues/170#issuecomment-269874140: > As for preventing cheats, that would be nice, and I'd agree with the proposal no hesitation if there weren't an interesting tactic it would wipe...
Nice demo! One suggestion... You should look for `Link: ...; rel=preload` headers to determine which resources should be preloaded: http://w3c.github.io/preload/#developer-server-and-proxy-initiated-fetching h2o, Apache, and few other servers already support this and...
_(discussed at TPAC 2016; rough notes and summary of discussed ideas below)_ Despite our best efforts, browser crashes are a thing.. with out-of-memory being one of the most common (but...
_(discussed at TPAC 2016; rough notes and summary of discussed ideas below)_ Read [Hero Element Timing API](https://docs.google.com/document/d/1yRYfYR1DnHtgwC4HRR04ipVVhT1h5gkI6yPmKCgJkyQ/edit) doc for motivation and use cases. In addition to "painted", it might be...
Spec: https://w3c.github.io/preload/ > This specification defines the preload relationship of the HTML Link Element (``). Spec: http://w3c.github.io/resource-hints/ > This specification defines the preconnect relationship and extends the preload relationship of...