Skip to content
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

smarter tile caching #1326

Merged

Conversation

matkoniecz
Copy link
Contributor

remove max rendering zoom - this was effectively disable already it turns out that caching at high zoom levels is more efficient

short-circuit tile rendering for low zoom levels
it should not happen in normal operations but logs were showing that it was somehow done it could be also done by using direct link to tile this tiles were not cached - making repetitive use impactful on performance

remove max rendering zoom - this was effectively disable already
it turns out that caching at high zoom levels is more efficient

short-circuit tile rendering for low zoom levels
it should not happen in normal operations but logs were showing that it was somehow done
it could be also done by using direct link to tile
this tiles were not cached - making repetitive use impactful on performance
@mdsimpson42 mdsimpson42 merged commit 5baa090 into colouring-cities:master Feb 7, 2024
2 checks passed
@matkoniecz matkoniecz deleted the feature/smarter-cache branch February 7, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants