On our instance, this command will take ~ 2 seconds.
wget "https://overpass.openstreetmap.fr/api/interpreter?data=[out%3Ajson]%3Bway(id%3A1426303011)%3B%0A%09%0A%09out geom qt%3B" -O overpass.json
This one will take 100 x less time than the equivalent with meta.
wget "https://overpass.openstreetmap.fr/api/interpreter?data=[out%3Ajson]%3Bway(id%3A1426303011)%3B%0A%09%0A%09out meta geom qt%3B" -O overpass.json
Is this a bug ? It looks like it.
In this issue, @mmd-osm talked about a x50 in a loop because of meta. @drolbr marked it as fixed.
I suspect some link between both issues.
On our instance, this command will take ~ 2 seconds.
wget "https://overpass.openstreetmap.fr/api/interpreter?data=[out%3Ajson]%3Bway(id%3A1426303011)%3B%0A%09%0A%09out geom qt%3B" -O overpass.json
This one will take 100 x less time than the equivalent with meta.
wget "https://overpass.openstreetmap.fr/api/interpreter?data=[out%3Ajson]%3Bway(id%3A1426303011)%3B%0A%09%0A%09out meta geom qt%3B" -O overpass.json
Is this a bug ? It looks like it.
In this issue, @mmd-osm talked about a x50 in a loop because of meta. @drolbr marked it as fixed.
I suspect some link between both issues.