Spondoolies-Tech / minepeon

Miner UI
GNU General Public License v2.0
0 stars 3 forks source link

Update the list of available firmware versions in the background #64

Open SyRenity opened 10 years ago

SyRenity commented 10 years ago

Today the list of available firmwares is pulled when a person enters the firmware page. This may lead to delay times while loading the page.

A possible optimizations is to switch to cron'ed list update (as we have with latest version number today).

Pros:

Cons:

In both cases, if the service is down, the list will be empty.

@zvisha Needs a decision.

zvisha commented 10 years ago

Let's leave it as is. Regards`

On Tue, May 13, 2014 at 4:36 PM, SyRenity notifications@github.com wrote:

Today the list of available firmwares is pulled when a person enters the firmware page. This may lead to delay times while loading the page.

A possible optimizations is to switch to cron'ed list update (as we have with latest version number today).

Pros:

  • Instant page loading

Cons:

  • Increasingly higher loads on service due to periodic connections from hundreds of machines out there

In both cases, if the service is down, the list will be empty.

@zvisha https://github.com/zvisha Needs a decision.

— Reply to this email directly or view it on GitHubhttps://github.com/Spondoolies-Tech/minepeon/issues/64 .