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

Save locale cache time to storage? #18

Open
alvarogzp opened this issue Oct 28, 2017 · 0 comments
Open

Save locale cache time to storage? #18

alvarogzp opened this issue Oct 28, 2017 · 0 comments

Comments

@alvarogzp
Copy link
Owner

alvarogzp commented Oct 28, 2017

So that we can analyze its evolution.
But please take into account that locale_cache does not handle all locale caching. If a new locale directly performs a non empty query, it will generate localized data and cache it without locale_cache noticing.

Edit: Well, maybe there is no problem not saving all caching times, as when a query also caches a locale, its time will be too high that it can be easily spotted. If we did inject the storage api to the real cache, we would be slowing queries (although only queries that cache locales, they should not be too much, in fact, they should be almost zero due to preventive caching).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant