Show HN: Make your site’s pages instant in one minute
1–10 of 361 posts
Re: Show HN: Make your site’s pages instant in one minute
#2Re: Show HN: Make your site’s pages instant in one minute
#3Sounds too good to be true, but also brilliant. Curious what others think. What are the downsides?
Re: Show HN: Make your site’s pages instant in one minute
#4Sounds too good to be true, but also brilliant. Curious what others think. What are the downsides?
Thanks. The only downside is that you can expect twice the number of requests to your pages (only the pages themselves, not their assets).
Re: Show HN: Make your site’s pages instant in one minute
#5I'd be a little wary of using a script from an unknown person without being able to look at the code - I'd rather see this open source before using. Especially being free and MIT licensed, I don't see why it wouldn't be open.
Re: Show HN: Make your site’s pages instant in one minute
#6Re: Show HN: Make your site’s pages instant in one minute
#7Sounds too good to be true, but also brilliant. Curious what others think. What are the downsides?
There are other libraries that do similar things, such as InstantClick: http://instantclick.io/
Re: Show HN: Make your site’s pages instant in one minute
#8Earlier quoted context omitted.
Thanks. The only downside is that you can expect twice the number of requests to your pages (only the pages themselves, not their assets).
And you're using a lot more of the users'bandwidth
Re: Show HN: Make your site’s pages instant in one minute
#9Does this also work for all the outgoing links as well? I don't want to improve other sites rendering time at the expense of my own.
Very cool regardless.
Re: Show HN: Make your site’s pages instant in one minute
#10This is a feature available on most web frameworks today (for example Link's prefetch on Next.js), but still could be very useful for smaller website and other static pages not using such frameworks. I'd be a little wary of using a script from an unknown person without being able to look at the code - I'd rather see this open source before using. Especially being free and MIT licensed, I don't see why it wouldn't be…