nextcloud / nextcloud/cookbook

Speed up listing of recipes

Open
#1,003 0 comments 1 reaction 0 assignees View on GitHub

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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.