-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can set preload value of Tiles (default to 0) #3583
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
(done with the Github editor ! ) |
I think this this bag :-(, this is to have better performance when we zoom out ... |
In this ticker we don't see anything about preload? |
Even on bad internet connection, the change is near invisible on the map, and the tiles around (90% of what you have under your eyes) must be loaded in every cases. But on the initial load, that a lot of useless tile to load. In the cases of Basel, we load 2.3 Mo of tiled on a total of 4.5Mo (total size of initial load). If you want, I can (re-)add a configuration value for this parameter. But with fredj and gberaudo , we though that's useless. |
I just do a test with slow 3g, |
More like in 55s for master and 51s in 2.2 for me. And in Basel, they load two background in the same time (one for basel, their tiles, and another for the whole switzerland (Swisstopo)). So, that make ~6-8 sec difference. And that's on the startup, so the slower part of our application. Each optimization on this part is interesting for our users. But ok. I'll do a configuration value for that, defined to Infinity by default. |
Thanks :-) |
Improve performance.
(See: https://jira.camptocamp.com/projects/GEO/queues/custom/52/GEO-891)