Open jidanni opened 4 months ago
Seems like the OHM homepage takes many times longer to load than the OSM homepage, at least on a low bandwidth connection.
The reasons for this vary from location to location, but the main performance bottleneck in many places is that the map tiles encode boundaries very inefficiently as overlapping lines (formerly overlapping polygons): #800. This requires not only extra bandwidth but also extra CPU usage when MapLibre GL JS tries to render the boundaries and the timeslider plugin tries to filter them.
Maybe just use a static image of it instead, until the user starts clicking on it.
This would require us to publish raster tiles in the first place: #532.
This would require us to publish raster tiles in the first place.
Naw. Just one big phony JPG.
Seems like the OHM homepage takes many times longer to load than the OSM homepage, at least on a low bandwidth connection.
Maybe just use a static image of it instead, until the user starts clicking on it.