You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May be addressed by migrating away from NotionDB for rankings-fetcher (private repo) but loading the rankings table is not scaling well as more events get added.
Possible Solutions:
(High Effort) Move completely away from Astro to allow for client-side rendering of the app
(Medium Effort) Convert all Rankings/data-fetching related components into React components and use client:load directive within the parent Astro component
(Out of scope) Wait for backend improvements to see if it fixes load time
May be addressed by migrating away from NotionDB for rankings-fetcher (private repo) but loading the rankings table is not scaling well as more events get added.
Possible Solutions: