nextcloud / nextcloud/cookbook
Speed up listing of recipes
Open
Nobody has claimed this yet.
Backend
enhancement
php
- Dominant language
- HTML
- Stars
- 642
- Forks
- 113
- Avg merge
- 21h 31m
- Merged PRs (30d)
- 26
Description
In the current implementation, there are a few shortcomings in terms of timing.
- #1004
- #1068
- Adding folder ID as (foreign) key/column to prevent directory iteration
Contributor guide
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 inspecting the current recipe-listing path and the directory-iteration work described in the unchecked checklist item. Determine how adding a folder ID foreign-key/column could prevent that iteration, then verify listing performance and the related database change.
Written by the indexing model from the issue text.
Assessment
- Domain
- database, performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100