lastused systemtags should be loaded on demand
Open
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
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
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