mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 09:16:52 +08:00
Query results are currently not cached, every page load requires users to re-run queries. We want to cache results per query+params in redis (24h ttl), show cached results on page load, and let users know when they're viewing a cached result. Editing the query invalidates cache. https://github.com/user-attachments/assets/09454e64-7579-4e74-a972-2c7b78059f6a |
||
|---|---|---|
| .. | ||
| page_objects/pages | ||
| ai_query_generation_spec.rb | ||
| bookmark_spec.rb | ||
| core_features_spec.rb | ||
| new_query_spec.rb | ||
| param_input_spec.rb | ||
| query_runner_spec.rb | ||
| reports_spec.rb | ||