Skip to content
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

The performance issue when typing in a long chat #2

Open
shibayu36 opened this issue Apr 28, 2023 · 2 comments
Open

The performance issue when typing in a long chat #2

shibayu36 opened this issue Apr 28, 2023 · 2 comments

Comments

@shibayu36
Copy link

Thanks for your excellent extension.
I will report the performance issue.

When using this extension for long chats (e.g. over 30 chats), it felt heavy when keyboard typing.

Performance report by Chrome DevTools

image

image

Performance report without this extension

image

image

@shibayu36
Copy link
Author

I removed contents/SectionHandler.tsx, then the problem disappeared. But I cannot understand why.

@cottom
Copy link
Owner

cottom commented May 14, 2023

I've added a `debounce` wrap for the input callback function. And also the UI problem will be fixed in the version 1.0.2

@github-staff github-staff deleted a comment from simonspg May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@shibayu36 @cottom and others