DavidReider / MagicEdenFloorTrack

A simple floor price tracker for Magic Eden.
https://solanafloortracker.netlify.app/
26 stars 13 forks source link

Limit Requests to Database #12

Closed DavidReider closed 2 years ago

DavidReider commented 2 years ago

Once we start pulling from Supabase, we will want to try to limit requests so that it doesn't have to query the database when someone refreshes the page (since it will only updates hourly).

Possibly some sort of caching or way to only update the data hourly?

WaterlessPiano2 commented 2 years ago

How will this benefit the site? Do we have a limit on how many requests can be made to the database or something?

DavidReider commented 2 years ago

Hi @WaterlessPiano2 !

I misread their free tier and it looks like we actually do have unlimited API requests to the DB, thanks for questioning me on that.

This likely isn't needed, then!