Monash-FIT3170 / Onboarder

Recruitment platform for Monash University student teams
GNU General Public License v3.0
4 stars 5 forks source link

UAT: App is very slow #84

Open JesseCr00 opened 4 weeks ago

JesseCr00 commented 4 weeks ago

Bug/Problem from UAT Form: Really slow

Additional info: The app seems to run slow on most (but not all) computers.

Rahul-Saxena-1 commented 2 weeks ago

This is too broad of an issue. Will require investigation across several pages using React Dev tools to measure performance. Likely happening due to either slow API calls (due to the back-end and Supabase being local) or component re-renders which can be fixed with memoization, etc.

Expect to be largely fixed once the website it deployed and we do not have to run docker locally. Relevant article