leetcode-rating-predictor icon indicating copy to clipboard operation
leetcode-rating-predictor copied to clipboard

Do not load all the contests metadata on home page

Open SysSn13 opened this issue 3 years ago • 1 comments

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 avatar Nov 06 '22 05:11 SysSn13

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

amitpant14 avatar Jan 01 '23 15:01 amitpant14