Currently, on our Flagsmith Website project, the features endpoint takes around 3s to return. Looking at the Sentry trace data (example [here](https://flagsmith.sentry.io/explore/traces/trace/23b38e8917f24c4292f1775b3a5dbada/?aggregateField=%7B%22groupBy%22%3A%22transaction%22%7D&aggregateField=%7B%22yAxes%22%3A%5B%22count%28span.duration%29%22%5D%7D&environment=production&field=id&field=span.name&field=span.description&field=span.duration&field=transaction&field=timestamp&fov=0%2C3691.0009765625&mode=samples&node=span-a31dbc34a60cd386&project=5544478&query=transaction%3A%2Fapi%2Fv1%2Fprojects%2F%7Bproject_pk%7D%2Ffeatures%2F&sort=-span.duration&source=traces&statsPeriod=30d&targetId=87a8910339c154dd×tamp=1769066591)), it looks like this is likely caused by excessive amounts of queries being made to dynamodb.