-
Notifications
You must be signed in to change notification settings - Fork 308
Request for /on/github/github takes over 8s #1491
Comments
@zwn side question from me: what's the ’on’ url? doesn't seem to be a team or community? |
@mvdkleijn I figured that it represents the github organization on github. In general, the 'on' url helps identify gittip users by their associated accounts. For me the url https://www.gittip.com/on/github/zwn/ redirects to my gittip account because I have signed up already. The github org is has not signed up yet apparently. |
We want an unlimited number of these, eventually (#1369). |
On my localhost this page load takes 6.5s.
Having this break up I tried running
I do not yet fully grok the output, but the thing to note is that it starts with sequential scan of the Loading the participants one by one is also taking some time even with almost empty db. I am getting the rate of 60 per second. Looking at the code in AccountElsewhere:upsert, to get to a single user we do INSERT, UPDATE and SELECT with JOIN. |
@zwn POI: http://explain.depesz.com/. (cf. #659) |
It is not getting better 😢
|
Dropping from Infrastructure, per #1417 (comment). |
Current response time is under 4 seconds for me, probably as a result of the elsewhere refactor (#1369). |
The text was updated successfully, but these errors were encountered: