UserOfficeProject / issue-tracker

Shared place for features and bugs from all collaborators.
0 stars 0 forks source link

Over fetching Data on Fap table #1098

Open TCMeldrum opened 3 months ago

TCMeldrum commented 3 months ago

On the FapsTable.tsx fetches all the fap data for all faps but when you click into edit a fap it refetches all this data for that specific fap.

We are using graphql we are able to only fetch the data we need and no more. We should also check common pages for data over fetching.

joshhdawes commented 2 months ago

Representative of a wider problem - we should set up an epic for a larger bit of work, in which we do a wider investigation into problematic queries.