fmidev / weather-app

FMI's official weather application for mobile devices
7 stars 2 forks source link

Polishing queries #616

Closed AnttiRumpunen closed 1 month ago

AnttiRumpunen commented 2 months ago

In 4.1.0 app executed timeseries, autocomplete, warnings -queries which can be optimised in the following way. Idea is to get more hits to cache and remove obsolete queries.

Startup (weather page opens)

Locate self

Opening saved/previous location

Searching location

Selected searched location

Opening map page (time series -layer is selected)

Opening Weather page


Notes from heiskanen:

geosaaga commented 2 months ago

Implemented most of suggested optimizations in PR https://github.com/fmidev/weather-app/pull/621

Warning data updates and app startup time could be further optimized by adding version number to DynamicConfig #620

Didn't implement or change these: