Replies: 1 comment
-
Thanks for taking the time to report this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
first of all i am not sure if its a bug or by design. I have noticed some quite bad performance when using many raster sources which have the same address. i currently add sources like this:
for the tiles url i use some kind of a tile - proxy: its a fastify server which takes an url, and converts tiles to the proper projection. the fastify server can handle multiple parallel queries (tested).
BUT: maplibre seems to work on each tile sequentially. this seems to be very unperformant, since it waits for each tile to be finished after working at the next tile. in chrome network tab it looks like this:
this clearly shows that every tile gets queried sequentially.
i have the feeling this especially happens if the tiles are coming from the same address (whcih in my case all tiles are because they come from the "proxy").
can that be?
Is that intentionally? Any idea to make that fast(er)?
Thanks a lot for ideas,
pcace
Beta Was this translation helpful? Give feedback.
All reactions