▲ | ryukoposting 4 days ago | ||||||||||||||||
There are also some efficiency-related shortcomings. I'd wager that most feed readers either implement conditional requests incorrectly, or they don't implement conditional requests at all. Polling rates also tend to be stupid, on the order of 1-30 minutes with no regard for how often any given feed actually has new posts. This creates server-side pressure to make your feed as small as possible, which always means excluding content. | |||||||||||||||||
▲ | account42 4 days ago | parent | next [-] | ||||||||||||||||
The first point sounds like an implementation issue rather than a protocol one. I also don't agree that most readers have this problem. Polling rate also has nothing to do with frequency of updates if you care to receive those updates in a timely manner. I haven't seen a reader default to 30 minutes or less. Probably in both cases you just notice the bad implementations more because they make more requests. And Atom supports pagination so you can limit the main feed url to be just one entry while still allowing for clients to retrieve older ones. | |||||||||||||||||
| |||||||||||||||||
▲ | DamonHD 3 days ago | parent | prev [-] | ||||||||||||||||
Yes indeedy. My one-update-per-month feed gets pulled over 10 times per hour by Podbean for example: https://www.earth.org.uk/note-on-site-technicals-99.html#202... | |||||||||||||||||
|