Feed is being fetched too often
This isn't a huge issue because the PWA is caching the feeds for us, and we have lots of feed caching.
However, it looks like the current feed is being requested anytime any of the application settings are updated. To see this,
- Open the network tab in your inspector
- Clear all the requests
- Select any setting other than a different earthquake feed (toggle the map open/closed)
- A request for the feed will fire
A request for the feed should only fire on the autoUpdate interval (when enabled), or when a new feed is selected. Otherwise settings changes should not make a request for the feed.