You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using panes to switch between certain displays. However, in the process of switching/displaying the panes, there is a significant lag (10s) during this process. I've confirmed that this isn't due to the generate() function as my logger (both before and after the function call) updates almost immediately.
Code/Log Trace
The text was updated successfully, but these errors were encountered:
Certain execution takes some time to run?? i.e. code might not be efficient
getChildren() adds to the delay
If the delay is from the switch command, you might want to trace your code from the switch.
If this happens when you start the app, this might mean that certain code is taking too long to run.
Environment
Issue
I'm currently using panes to switch between certain displays. However, in the process of switching/displaying the panes, there is a significant lag (10s) during this process. I've confirmed that this isn't due to the generate() function as my logger (both before and after the function call) updates almost immediately.
Code/Log Trace
The text was updated successfully, but these errors were encountered: