nextcloud / nextcloud/spreed

Loading thread info for search results is not performant

Open
#15,948 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature: api 🛠️ feature: search 🔎 feature: threads 🧵 performance 🚀
Dominant language
JavaScript
Stars
2.2k
Forks
586
Avg merge
18h 27m
Merged PRs (30d)
333

Description

This does a query per search result.
Should be moved to a prepare step like we do in other places (same problem there is share loading)

Originally posted by @nickvergessen in #15858

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how thread information is loaded for search results and compare it with the existing prepare steps referenced in the issue. Check the related share-loading path as well; done means search results no longer trigger one query per result.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.