Replies: 2 comments
-
If this is something you would like to pursue then by all means, be my guest. In general, our direction is focus around new features and less about time it takes to load this library as we assume internet speed and computation will only grow over time. |
Beta Was this translation helpful? Give feedback.
-
I think this is somewhat of a duplicate of the following issue, and maybe other issues |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Our application is chasing the rendering speed. Before each update of any library, we check every time whether this library will make our application worse, and whether it will handle more traffic.
We use our own tile vector geoserver, styles are described on mbstyle.
We look at such indicators
When we started using maplibre-gl 1.14.0.
Weight 767kb
The time of "load" events does not reach 230ms.
Usually within 188-215ms
Then, after some time, we updated to 2.1.9, having measured the loading speed/weight of the library before that. It became 60kb lighter, and the speed of implementation of "load" events of the map practically did not change.
Weight 706kb
The time of "load" events does not reach 231ms.
Usually within 200-215ms
Then, wanting to update to version 3.x.x, I noticed that the library again weighed 60 KB more, and the time from creating the map increased.
Compared several versions of libraries. Made 5 measurements, on triggering the "load" event, 5 different major versions of libraries.
Measurements are taken like this:
Is it planned to reduce the speed of the "load" event (very important), and work to reduce the weight of the library? (can be tolerated)
I want to use new versions of the library, but I have no right to worsen the application.
Beta Was this translation helpful? Give feedback.
All reactions