Nice idea for HTTP/1.x, however, isn't this what HTTP/2.0 [1] is meant to achieve by pushing components at the user? 1: https://en.wikipedia.org/wiki/HTTP/2_Server_Push
Show HN: Make your site’s pages instant in one minute
161–170 of 361 posts
Re: Show HN: Make your site’s pages instant in one minute
#162Earlier quoted context omitted.
> Just make sure you apply the data-no-instant tag to your logout link, otherwise it'll logout on mouseover. Logout links should never be GETs in the first place - they change states and should be POSTs.
POSTs are not Links. And Logout service is indempotent even if you can consider it changes the state of the system
Re: Show HN: Make your site’s pages instant in one minute
#163Is this kind of like turbolinks which Basecamp uses?
Re: Show HN: Make your site’s pages instant in one minute
#164Nice idea for HTTP/1.x, however, isn't this what HTTP/2.0 [1] is meant to achieve by pushing components at the user? 1: https://en.wikipedia.org/wiki/HTTP/2_Server_Push
Re: Show HN: Make your site’s pages instant in one minute
#165Many people browse the web from an employer who has rules about what types of pages may be accessed. For example, a person applying for a job with my team may include a link to a web page about their job-related background -- portfolio.html or whatever. HR tells us to be sure we don't follow links to any other page that may be more personal in nature, such as a page that reveals the applicant's marital status (which…
Re: Show HN: Make your site’s pages instant in one minute
#166Re: Show HN: Make your site’s pages instant in one minute
#167Earlier quoted context omitted.
POSTs are not Links. And Logout service is indempotent even if you can consider it changes the state of the system
Idempotency is not the issue, the issue is that a user might hover over the logout link, not click it, then move on to the rest of the site and find they are logged out for no reason.
Re: Show HN: Make your site’s pages instant in one minute
#168Earlier quoted context omitted.
POSTs are not Links. And Logout service is indempotent even if you can consider it changes the state of the system
Idempotency is not the issue, the issue is that a user might hover over the logout link, not click it, then move on to the rest of the site and find they are logged out for no reason.
Re: Show HN: Make your site’s pages instant in one minute
#169Testing on my dev box now. I’ll be rolling this out to a subset of users next week. Cool stuff!
Re: Show HN: Make your site’s pages instant in one minute
#170Many people browse the web from an employer who has rules about what types of pages may be accessed. For example, a person applying for a job with my team may include a link to a web page about their job-related background -- portfolio.html or whatever. HR tells us to be sure we don't follow links to any other page that may be more personal in nature, such as a page that reveals the applicant's marital status (which…