The following request is sent: https://prices.openfoodfacts.org/api/v1/prices?app_name=Open+Prices+Web+App&page=1&size=25&order_by=-created There is no index on created, so this request is slow. We should order by `-id` instead.