I want to speed up the route time. The biggest problem is when the first route is made. It does a lot of IO before showing a route, that takes almost 1 min. If I do the same route again, the time is about 1s. The routes made after the first one are a lot faster.
So my question is how to solve that? Maybe it's loading the .RTG index in the first time that takes so long. If so, how can I preload that information?
Gustavo