Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Implement Pagination for User Feed to Improve Performance #215

Open
1 of 3 tasks
muntaxir4 opened this issue Feb 20, 2025 · 0 comments
Open
1 of 3 tasks

FEAT: Implement Pagination for User Feed to Improve Performance #215

muntaxir4 opened this issue Feb 20, 2025 · 0 comments

Comments

@muntaxir4
Copy link
Contributor

muntaxir4 commented Feb 20, 2025

Is your feature request related to a problem? Please describe.
Currently, the user feed page fetches all available data at once, which could lead to server bottlenecks and degraded performance, especially as the data grows. This could cause high memory usage and slow loading times for users.

Describe the solution you'd like

  1. Implement a pagination system (e.g., offset-based pagination) to fetch data in smaller, manageable chunks.
  2. Ensure that the UI updates dynamically as users scroll or navigate through pages.
  3. Maintain a visually appealing design for pagination controls (e.g., "Load More" button or infinite scrolling).

Describe alternatives you've considered

  • Keeping the current implementation but limiting the number of items initially loaded (temporary fix).

Would you like to work on the issue?

  • Yes
  • No
  • Other:
@muntaxir4 muntaxir4 changed the title feat: Implement Pagination for User Feed to Improve Performance FEAT: Implement Pagination for User Feed to Improve Performance Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant