xxsimoxx/codepotent-update-manager

Reduce HTTP requests when polling for updates

johnalarcon opened this issue · 1 comments

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!

Implemented on the milestone-2.0.0 branch.