KraigM / HomeBridgeController

Provides a simplified UI for controlling your HomeBridge
87 stars 7 forks source link

Loading npm info is slow when using a machine like RPi #41

Closed KraigM closed 8 years ago

KraigM commented 8 years ago

Unfortunately the npm calls are taxing on RPi (they fully admit their api is slow). We need to either find a way to optimize the meta info refresh (like just pulling exactly what you need) or we need to move that to the app, or both.

AppleTechy commented 8 years ago

As the program is currently running on hardware other than RPIs. I think the best choice would to have the app pull the metadata as we know it has enough processing power to do so along with a better npm api

KraigM commented 8 years ago

Complete and will be in the next release (0.7.0)