I've got the following problem:
we're trying to incorporate bulk actions to a list and the
server needs time to process mulitple requests, which result in a long
loading time (around 10s-20s).
Been looking for a list on what techniques we can do to distract users from feeling the loading time being slow. Were currently implementing an loading bar ajax loading on loop would you guys know any other way thats more satisfying than this?
Thanks!