instantpage / instant.page

Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
https://instant.page
MIT License
6.01k stars 206 forks source link

Add options to modify URL and link element #116

Open twifkak opened 1 year ago

twifkak commented 1 year ago

This supports prefetching of other sites without revealing the user's IP or cookies to them, using signed exchanges. Proof-of-concept at https://github.com/google/sxg-rs/tree/main/distributor.

The proof-of-concept uses:

But I wrote it generically since it may be useful for other use cases.

dieulot commented 1 year ago

Thanks!

Right now instant.page’s goal of fitting in a single TCP packet has no tolerance for experimental/flexible options, but I’m planning to make the code base feature-flaggable through a build step in the next couple of months.