Working on site speed. I wrote a plugin to profile graphql yesterday ... Hopefully that'll show why we are so slow.
It appears that the site slowness mostly occurs if you're logged in. I think it's related to SSR and me synchronously fetching the logged in user (and their notification status) in the request.
reply