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

Typing speed in chat is a bit slow on old iPhone 12 #2462

Open
taoeffect opened this issue Dec 16, 2024 · 0 comments
Open

Typing speed in chat is a bit slow on old iPhone 12 #2462

taoeffect opened this issue Dec 16, 2024 · 0 comments
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Level:Starter Note:UI/UX Priority:High

Comments

@taoeffect
Copy link
Member

taoeffect commented Dec 16, 2024

Problem

Very strange, but I've noticed that the keyboard on my old iPhone 12 lags when typing in the chat input field. This doesn't happen on an iPhone 13, which is surprising.

I don't know if this is a problem with my specific phone or with iPhone 12 (and older) phones.

EDIT: I discovered that the problem happens in Lockdown mode. I'm guessing because JIT is disabled. This is still an issue - in other words, it means there's too much JS running on each keystroke, so if we could debounce it and/or optimize it it would still improve things.

Solution

Check the logic that gets run when typing in the chat input field, and consider either optimizing it or debouncing it (or both) to fix this.

@taoeffect taoeffect added Kind:Enhancement Improvements, new features, performance upgrades, etc. App:Frontend Note:UI/UX Priority:High Level:Starter labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Level:Starter Note:UI/UX Priority:High
Projects
None yet
Development

No branches or pull requests

1 participant