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

[Bug]: Custom emoji picker is extremely slow #1203

Open
konomikitten opened this issue Nov 17, 2024 · 2 comments
Open

[Bug]: Custom emoji picker is extremely slow #1203

konomikitten opened this issue Nov 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@konomikitten
Copy link

Describe the bug

Scrolling through the custom emoji picker is extremely slow and uses an entire core of CPU time.

Steps To Reproduce

  1. Press the post button
  2. Open the custom emoji picker

Logs and/or Screenshots

No response

Instance Backend

Mastodon

Operating System

Debian Unstable

Package

OS repositories

Troubleshooting information

No response

Additional Context

No response

@konomikitten konomikitten added the bug Something isn't working label Nov 17, 2024
@GeopJr
Copy link
Owner

GeopJr commented Nov 17, 2024

Thanks for raising this issue!

As it stands I don't think there's much I can do. Assuming you are on tech.lgbt, we have 5937 custom emojis that need to be downloaded, loaded and displayed at once.

Technically a GridView would help with that but we'd lose the categories so postponed.

edit: My suggestion is to use the completion providers instead. Start typing :<emoji name> and a popover with results will show up

@konomikitten
Copy link
Author

edit: My suggestion is to use the completion providers instead. Start typing :<emoji name> and a popover with results will show up

Thanks I'll definitely try this next time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants