I have implemented a tile server. But I haven't build any tile cache yet. For the very first time when I open a tile in browser, it took around 53seconds to load for a single tile(256*256, zoom level 1, openstreetmap carto style ). My question is - Is this time taken normal? or Should I look into my Postgres configuration to further minimize the time. And Is there any minimum time for tile loading(without any prerender or cache) that can be achieved using postgres tuning? |
This is strongly dependent on the zoom level we are talking about. Fastest rendering would be in "high" zoomlevels like 18 or 19:
If you give me an exact tile URL I can check how long it takes on my tileserver. In case you wonder where to get render_single_tile.py have a look at https://github.com/giggls/openstreetmap-carto-de/blob/master/scripts/render_single_tile.py |
What zoom level and what stylesheet?
zoom level one. openstreet carto style