On 23 December 2017 at 16:42, sebb <[email protected]> wrote: > On 23 December 2017 at 15:33, Sam Ruby <[email protected]> wrote: >> It now takes over 30 seconds to load >> https://whimsy.apache.org/roster/committee/incubator > > Takes under 10s logged in as testsebb, around 40 as sebb. > >> ; and nearly 30 >> seconds to load >> https://whimsy.apache.org/roster/committee/incubator.json > > Takes under 2 seconds logged in as testsebb, around 30 as sebb. > > Both the above with Chrome (with debug, cache disabled) logged on as testsebb. > >> Any ideas on why this might be? > > Looks like the additional information extracted/processed for logins > with karma is taking a long time.
However further testing shows that subsequent requests take less time. It looks like there is some caching happening on the server (or perhaps there is a caching proxy?) >> Perhaps the cross-check isn't scaling >> linearly with the number of IPMC members? Perhaps this page should be >> split into multiple pages (either across the board, or just for PMCs >> above a certain size). Perhaps the page should be loaded >> incrementally, with more information being shown as it becomes >> available? Perhaps data should be cached on the client and shown >> immediately and updated when information is sent from the server? >> >> - Sam Ruby
