With Django API cocktails now include all of the necessary ingredient data, so it is not necessary to make a separate request for the ingredients for each cocktail. Let's remove the reliance on this separate ingredient data where possible to reduce the number of queries to the database.
With Django API cocktails now include all of the necessary ingredient data, so it is not necessary to make a separate request for the ingredients for each cocktail. Let's remove the reliance on this separate ingredient data where possible to reduce the number of queries to the database.