Hacker News new | ask | show | jobs
by akkartik 3784 days ago
https://en.wikipedia.org/wiki/HTTP_ETag should help with that.
1 comments

It can help to avoid re-downloading a timeline that didn’t change but you’ll still have to re-download the whole file for each new status.
Make the ETAG the size, send a range request for only the bytes you haven't seen already?
This is nice as long as nobody changes old status updates. Thought about using If-Modified-Since to at least reduce the load when nothing has changed at all.

But still: It will definitely take some time till a "twtxt timeline" causes more traffic than browsing the current Twitter homepage. :3