HackGT/timber

Speed Up Project Gallery Page

Closed this issue · 0 comments

  • Similar to the epicenter, the gallery seems to have an axios call for each project card making it slow when we have a lot
  • Specifically, it may be the tablegroups call within the project card that is slowing it down
  • Refactor this to make it not do the call for each project card but rather just once in the project gallery

This is probably the slowdown:
image