timfraedrich/OutRun

WorkoutMapImageRequest takes too long to load map image

Opened this issue · 1 comments

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?

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