orbiting / republik-admin-frontend

[DEPRECATED] moved to https://github.com/republik/plattform A front end to manage users and payments of Republik.
6 stars 3 forks source link

Slow User Profiles #21

Closed tpreusse closed 5 years ago

tpreusse commented 5 years ago

The user query has become huge and slow: https://github.com/orbiting/republik-admin-frontend/blob/8073e025e55dbfc8843b28b967f8a9a3cd69b36c/components/Users/Detail/index.js#L615-L779

Stg GraphIQL as me

The slowest part is eventLog, without it it only takes 50% or less of the time.

Let's split this up into multiple queries:

I'd recommend option A or B.

tpreusse commented 5 years ago

Option B implemented in https://github.com/orbiting/republik-admin-frontend/pull/27