-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Optimizations #110
Labels
Comments
jensens
added a commit
that referenced
this issue
Feb 9, 2022
subrequests indeed. we should get the root-parent first in a non expensive way |
Thanks @jensens for moving this forward |
jensens
added a commit
that referenced
this issue
Jun 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am reporting quickly what I found.
When I finished my assessment I will make this issue look better!
Replace
with something like:
or at list replace
rcachekey in list(request.keys())
withrcachekey in request
.Also this does not work for subrequests: I see multiple connections for every tile I use and for the diazo compilation.
Caching the connection in memcached might be better.
BTW I do not know if I have the plugin improperly configured ;)
The text was updated successfully, but these errors were encountered: