We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Endpointの選択/入力が非常に重く、タップした瞬間しばらくフリーズする形になります。候補が絞られてからはそこまでではないですが、1文字修正するたびに少し待たされます。 候補が多すぎて処理に時間が掛かっているのか、或いは候補の取得周りで時間が掛かっている…? 存在しない候補の入力中は重くないので候補表示に関連するものではあると思います。
Android端末やPC環境では発生していません。
スムーズに選択/入力出来る
数秒フリーズしたり、1文字入力するたび待たされたりする
* Model and OS of the device(s): iPhone SE (3rd) iOS 18.2 * Browser: Safari * Server URL: https://misskey.niri.la/ * Misskey: 2024.11.0-kinel.1
* Installation Method or Hosting Service: * Misskey: * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
ブラウザネイティブのdatasetを使っているのでブラウザ側な気がする もしくはapi schemaの問い合わせをdebounceしてみるとか
Sorry, something went wrong.
No branches or pull requests
💡 Summary
Endpointの選択/入力が非常に重く、タップした瞬間しばらくフリーズする形になります。候補が絞られてからはそこまでではないですが、1文字修正するたびに少し待たされます。
候補が多すぎて処理に時間が掛かっているのか、或いは候補の取得周りで時間が掛かっている…?
存在しない候補の入力中は重くないので候補表示に関連するものではあると思います。
Android端末やPC環境では発生していません。
🥰 Expected Behavior
スムーズに選択/入力出来る
🤬 Actual Behavior
数秒フリーズしたり、1文字入力するたび待たされたりする
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: