mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 07:26:04 +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 |
||
|---|---|---|
| .. | ||
| tools | ||
| ai_agent_enumerator.rb | ||
| ai_query_enqueuer.rb | ||
| ai_query_generator.rb | ||
| data_explorer.rb | ||
| engine.rb | ||
| parameter.rb | ||
| queries.rb | ||
| query_creator.rb | ||
| query_group_bookmarkable.rb | ||
| query_result_cache.rb | ||
| query_result_downloader.rb | ||
| query_runner.rb | ||
| report_generator.rb | ||
| result_format_converter.rb | ||
| result_to_markdown.rb | ||
| validation_error.rb | ||