Reduce HTTP requests when polling for updates
johnalarcon opened this issue · 1 comments
johnalarcon commented
Description
An extra request is made when polling for updates; this can be reduced to a single request by assigning the data (when first polled) to the UpdateClient object and retrieving it from there on subsequent passes.
Context
Performance improvement. @xxsimoxx identified an opportunity to save an HTTP request and submitted his findings via Slack. Go, Simone!
johnalarcon commented
Implemented on the milestone-2.0.0 branch.