nextcloud / nextcloud/server

lastused systemtags should be loaded on demand

Open
#13,184 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop enhancement feature: tags performance 🚀 technical debt
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

Right now when loading the main page. We always load the lastused systemtags (<server>/apps/systemtags/lastused). This is not really need IMO. We should just load this on demand when actually used.

@ChristophWurst @skjnldsv if any of you wants to earn a beer next time we meet 😉

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

Trace how the main page currently requests /apps/systemtags/lastused and identify the interaction that uses last-used system tags. Confirm the request is deferred until that interaction, then verify the main page no longer loads the endpoint unnecessarily.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, php
Domain
frontend, performance
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.