[Util Change]: Spamming requests when viewing server jars page
Open
- Dominant language
- Svelte
- Stars
- 56
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
### Util Name
Server Jars
### Changes
Use a single endpoint instead of spamming requests per version. Atm you need to goto each individual endpoint to get info such as createdAt causing a long loading time and unnecessary load on the server/user
### Extra Info
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the Server Jars page and trace how version data, especially createdAt, is fetched. Compare the current per-version request flow with the requested single-endpoint approach, then verify that the page still shows the same information while making fewer requests.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend, performance, web-dev
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100