Y
Hacker News
new
|
ask
|
show
|
jobs
by
mschuster91
4387 days ago
> although really they should really be maintaining the visit history themselves, as they do with Reddit Gold users
Another HTTP request between me and the content I want. Another 1s of RTT (UMTS link)... No.
1 comments
DavidSJ
4387 days ago
This can be done in parallel with JS, without using an HTTP redirect.
link
mschuster91
4387 days ago
Nope, if you fire the AJAX request directly on the onclick event, chances are high it will not be submitted/processed before the browser navigates away...
link