Search UI does not respond when there are a lot of results #967

Open
opened 2025-02-21 05:07:06 +13:00 by dtonon · 2 comments
dtonon commented 2025-02-21 05:07:06 +13:00 (Migrated from github.com)

For example if I search "more" the UI is completely blocked, I cannot scroll, type, etc.
If I click the input and type something, I can see it after several seconds (the cursor does not even blink).
This could related to #954.

macOS - ea6bb841

For example if I search "more" the UI is completely blocked, I cannot scroll, type, etc. If I click the input and type something, I can see it after several seconds (the cursor does not even blink). This could related to #954. macOS - ea6bb841
dtonon commented 2025-02-21 06:20:47 +13:00 (Migrated from github.com)

Same problem on Linux.

Same problem on Linux.
mikedilger commented 2025-02-21 17:08:02 +13:00 (Migrated from github.com)

The search results are all trying to load their respective metadata and avatars, and that clogs things up.

We might optimize this to only load metadata and avatars for the things you actually see on the screen, like we do in feeds. Feeds are smart about what is visually available, but none of the other pages are.

The search results are all trying to load their respective metadata and avatars, and that clogs things up. We might optimize this to only load metadata and avatars for the things you actually see on the screen, like we do in feeds. Feeds are smart about what is visually available, but none of the other pages are.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nostr/gossip#967
No description provided.