mmd-osm left a comment (openstreetmap/openstreetmap-website#6326)

Originally, I used the `loading="lazy"` attribute to fetch relation members on 
demand only, when a user expands the list. With the current implementation, all 
relation members are prefetched. Maybe this needs to be tuned for some use 
cases like the relation history, to limit the number of requests.

```
 <turbo-frame id="member_relation_<%= relation.id %>" loading="lazy"
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6326#issuecomment-3194602235
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/6326/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to