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

Caching at Theme Level #11

Open
rhodges opened this issue Oct 30, 2018 · 0 comments
Open

Caching at Theme Level #11

rhodges opened this issue Oct 30, 2018 · 0 comments
Assignees
Labels

Comments

@rhodges
Copy link
Contributor

rhodges commented Oct 30, 2018

DO NOT CACHE (list of) THEME RESULTS!
Ideally:

  • Each layer caches itself
  • queries about which theme and which layers should show should be dynamic

Likely:

  • we may have to cache query results at the Theme level
  • When a layer is saved, each of its themes and each of its parents' themes must be cleared
  • it would be good if they were immediately rebuilt

What we have:

  • Theme results are cached
  • When themes are saved, queries for those themes are not updated
  • Themes are showing (or missing) from sites on which they belong.
  • Workaround: After saving a theme, re-save one of the layers that belong to it.
@rhodges rhodges added the bug label Oct 30, 2018
@rhodges rhodges self-assigned this Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant