Files
eranos/src
Alex Gleason da963519ff Remove bulk profile prefetch that fetched all followed users on every page load
useFollowedProfiles was fetching kind 0 events for all 435 followed
users via useAuthors on every page load, just to enable client-side
search matching. This sent a massive query to all relays unnecessarily.

Instead, useSearchProfiles now uses the already-cached follow list
pubkeys (from useFollowList) to sort relay search results, putting
followed users first without any extra network requests.
2026-02-21 22:09:21 -06:00
..
2026-02-21 21:45:39 -06:00