You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With about 7000 items, an API GET request with a findMany() query takes about 8 seconds. The duration of the query (linearly?) correlates with the amount of items.
With about 7000 items, an API GET request with a
findMany()query takes about 8 seconds. The duration of the query (linearly?) correlates with the amount of items.