pythonindia / junction

Junction is a software to manage proposals, reviews, schedule, feedback during conference.
MIT License
192 stars 185 forks source link

Reviewers Votes dashboard page load is very slow #783

Open ananyo2012 opened 1 year ago

ananyo2012 commented 1 year ago

Go to https://in.pycon.org/cfp/pycon-india-2023/dashboard/votes/. This is accessible to only superuser and conference moderator. The page load is very slow pertaining to the amount of the data loaded. There needs to be some optimization done to the Reviewers Votes Dashboard view to make the page load faster.

If no optimization is possible w.r.t to view, changes needs to be done in the UI for lazy loading the data or providing an option to add button for each proposal vote data so that we do not show all data during site load.

RajatRajdeep commented 1 year ago

I'm working on this.