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

iOS端末でAPIコンソールのEndpoint入力が非常に重い #15165

Open
1 task
Sayamame-beans opened this issue Dec 22, 2024 · 1 comment
Open
1 task
Labels
⚠️bug? This might be a bug

Comments

@Sayamame-beans
Copy link
Member

💡 Summary

Endpointの選択/入力が非常に重く、タップした瞬間しばらくフリーズする形になります。候補が絞られてからはそこまでではないですが、1文字修正するたびに少し待たされます。
候補が多すぎて処理に時間が掛かっているのか、或いは候補の取得周りで時間が掛かっている…?
存在しない候補の入力中は重くないので候補表示に関連するものではあると思います。

Android端末やPC環境では発生していません。

🥰 Expected Behavior

スムーズに選択/入力出来る

🤬 Actual Behavior

数秒フリーズしたり、1文字入力するたび待たされたりする

📝 Steps to Reproduce

  1. APIコンソールを開く
  2. Endpointを選択/入力しようとする

💻 Frontend Environment

* 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

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@kakkokari-gtyih
Copy link
Contributor

kakkokari-gtyih commented Dec 22, 2024

ブラウザネイティブのdatasetを使っているのでブラウザ側な気がする
もしくはapi schemaの問い合わせをdebounceしてみるとか

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
Development

No branches or pull requests

2 participants