|
We're doing some up-front loading of module info etc on the start page - before login. It comes to over 30 requests on folio-testing at the time of writing. As we add more modules the number will only grow.
If most of those Okapi requests could be consolidated into one or a few, it would probably reduce load-time and prevent redrawing.
Seems Chrome executes max 6 requests simultaneously, meaning that the 30+ requests go off in 7 to 8 batches. On a 8-10 Mbit/s connection it can take to 3-4 seconds before the bundle and all modules and SSO info are retrieved.
During this time the folio-address will flicker (in chrome) as the page is repeatedly redrawn. It may be (particularly) visible because we use http which makes Chrome issue security warnings.
So, a fast user can actually give the username field focus, maybe type a few letters, just to loose it again and start over
|