wilderborn / rss-for-the-rest-of-us

A simple RSS reader built on Laravel. For the rest of us.
https://rss.fortherestof.us
17 stars 0 forks source link

use Conditional Get to minimize bandwidth #3

Open jackmcdade opened 7 years ago

jackmcdade commented 7 years ago

Feed readers are strongly advised to use Conditional GET, in order to minimize bandwidth and CPU cycles on clients and servers.

https://fishbowl.pastiche.org/2002/10/21/http_conditional_get_for_rss_hackers/