timfraedrich / OutRun

OutRun is an open-source, privacy oriented, outdoor fitness tracker.
https://outrun.tadris.de
GNU General Public License v3.0
697 stars 64 forks source link

WorkoutMapImageRequest takes too long to load map image #65

Open zinwalin opened 2 years ago

zinwalin commented 2 years ago

it happens when launches OurRun; when saves a big workout(like, more than 1 hour) when shows WorkoutViewControll for details.

How can we improve performance for map image?

timfraedrich commented 2 years ago

There isn't much we can do I think, it's dependant on Apple Maps providing the original map and then drawing the route onto it. The app is already caching the images so they do not have to load multiple times, other than that I couldn't think of anything to improve loading times, but maybe someone else has an idea