Differences between local instance and online instance

Hi everyone,

I have just set up a local version of GH as described in the developer quick start guide. When I generate a route though using the 0.10 branch, the duration of the journey is much lower than what is shown on the https://graphhopper.com/maps/ version. The issue about the duration seems to have been addressed (Improved Feature: Better ETA values) and indeed appears on the online routing, so am I missing something during my setup that affects this calculation?

The routes themselves are almost identical, the API requests contain the same parameters and I have run the ./graphhopper.sh clean command to clear out any old JARs… Also, I am using the latest OSM data for greater london for generating the graphs.

Thanks

Please see the linked topics in the topic “Better ETA values” like e.g. Why are localhost:8989 results very different than graphhopper.com/maps for exact same query?