Could Dash execute what's inside a callback in parallel if there are several functions' calls inside?

Hi Damian,

Thanks for the reply

Here’s my post with a gif and a snippet of my code.

As mentioned, the data processing part of my callbacks gets done under or around 1 second but the display takes time to load on to the webapp. Is this IO or CPU bound?

Ananth