-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emulator - switching between chat tabs is really slow #1157
Comments
We know that this is related to the number of Webchat (livechat / transcript) tabs open. We have a hunch that it is due to excessive re-rendering of the Webchat component. |
Another note, this seems to be exacerbated when Adaptive Cards are being rendered in WebChat. |
@justinwilaby and I have confirmed that this is due to the performance of the I will look into how to optimize the re-drawing of the app menu. |
Addressed in #1180 |
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
nightly 4.1.45039 (but was also slow in previous versions)
Describe the bug
Give a clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tab should load more quickly. If it is a loading problem, there should be some feedback to the user that tab is refreshing so they don't keep clicking on the tab.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
I was using the Basic bot template which starts with an adaptive card.
[bug]
The text was updated successfully, but these errors were encountered: