We fully transitioned from mongodb to d1 yesterday and it's plenty fast! The python script that runs

We fully transitioned from mongodb to d1 yesterday and it's plenty fast! The python script that runs on our server updates the DB while our pages functions act as the client which return the results on our api. Considering that many requests happen every minute which receive the same output how could we cache the response for example one minute in order to not burn row reads?
Was this page helpful?