kilowatts-io / kilowatts-grid

Open source live power market data for Great Britain
https://gb.kilowatts.io
MIT License
14 stars 3 forks source link

Android Performance #174

Open BenjaminWatts opened 7 months ago

BenjaminWatts commented 7 months ago

Android Performance appears to lag iOS (and web).

Even on the same Android Device - performance in Chrome browser is better than in the React Native App.

Potential solutions might include:

  1. The new architecture
  2. General refactoring
  3. Specific changes to how React Native reanimated and Skia work - for example reducing the complexity of animations
  4. Turning down the number of animations manually - e.g. using react native device info to make the number of animations a function of device memory/CPU etc