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

Do not load all the contests metadata on home page #52

Open
SysSn13 opened this issue Nov 6, 2022 · 1 comment
Open

Do not load all the contests metadata on home page #52

SysSn13 opened this issue Nov 6, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@SysSn13
Copy link
Owner

SysSn13 commented Nov 6, 2022

Currently, all the contests are being fetched In the contests table, and pagination is added to the fetched data. It would be better to fetch only one table page at a time. It will help to reduce the server-load and load the home page faster.

To achieve this, we can introduce API endpoints for the contest's metadata and use it in the front end. I'm not sure if can integrate API with data tables. If API integration is not possible, then we can go with custom pagination implementation.

@SysSn13 SysSn13 added the enhancement New feature or request label Nov 6, 2022
@amitpant14
Copy link

Hi @SysSn13, I would like to work on this if no one is working on it currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants