0 comments (0 comments)0 reactions (0 reactions)1 assignee (1 assignee)C#0 forks (0 forks)auto 404
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- 2 stars (2 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- Take a look at different places and see where we need to improve performance
- For example, recommendations endpoint gives us all the stories, without any limitations
Contributor guide
- Research direction
- Investigate the recommendations endpoint to identify performance bottlenecks, such as missing pagination or filtering, and implement improvements like adding limits or caching.
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Performance
- Prerequisites
- C#