Open DJTommek opened 2 years ago
All mentioned external data endpoints are really fast except gathering elevation info (AMSL) which is timeouting (5 seconds). So currently solved via disabling it by default (see commit 8161e9c73b9c248304327668bd5468a16590d71e), but can be manually enabled by adding GET parameter elevation=true, for example:
If some location page is opened, everything is loaded first and then rendered. This cause significant TTFB, before external data are loaded.
External data = data that can't be calculated but needs to be requested from another server, such as:
Solution
Implementation notes:
TODO