#16702 closed enhancement (fixed)
Speed up OSM wiki help using MediaWiki API
Reported by: | simon04 | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | 18.09 |
Component: | Core | Version: | |
Keywords: | wiki help performance | Cc: | stoecker |
Description
Currently, JOSM performs a sequence of HTTP HEAD requests in order to determine the most specific existing help page in the OSM wiki. This process can be speed up using the MediaWiki API.
https://wiki.openstreetmap.org/w/api.php?action=help&modules=query
Example: https://wiki.openstreetmap.org/w/api.php?action=query&format=xml&titles=De%3ATag%3Asource%3DBing|Tag%3Asource%3DBing|De%3AKey%3Asource|Key%3Asource|De%3AMap_Features|Map_Features (non-missing
and non-invalid
pages)
Attachments (0)
Change History (4)
comment:1 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 6 years ago
Cc: | added |
---|
Can browser/josm/trunk/scripts/presets_lang.pl benefit from these enhancements? The script is very slow.
In 14208/josm: