On the /site/PROJECT_SLUG/overview page we show a last updated value. To get this we call the (possibly slow) index endpoint and go through every page to find the latest. The call to the index endpoint is only used for this on the overview page. We should setup an alternative way of having this info.
Maybe we can add a lastUpdated value to the siteDetails of the projects on publish, using github actions?
On the
/site/PROJECT_SLUG/overview
page we show a last updated value. To get this we call the (possibly slow)index
endpoint and go through every page to find the latest. The call to the index endpoint is only used for this on the overview page. We should setup an alternative way of having this info.Maybe we can add a lastUpdated value to the siteDetails of the projects on publish, using github actions?