improve mentions response time
Open
Nobody has claimed this yet.
Technical
Text editor
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Mentions are quite slow, particularly on local. It may be worth adjusting the request such that it should only be submitted after : and x milliseconds later
Might be worth leveraging our ElasticSearch through django haystack and use this for mentions
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the mentions request and its current search path; the issue specifically points to Django Haystack and Elasticsearch as possible components. Clarify the intended trigger and delay, then measure local response time before and after the change to establish what done means.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, elasticsearch, javascript
- Domain
- performance, search
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100