You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of these are slightly different, but 3 (#1, 4, and 5) are identical except for size and total_count parameters, so could presumably be satisfied by a single request.
I'm not sure where these originate but the repetition causes significant API load and seems unnecessary.
The text was updated successfully, but these errors were encountered:
To determine whether or not to populate (and how to style) a rail of related artists that appears at the bottom of the page (once you scroll through all of the artworks)
We actually do need the count here. Currently, the count of related artists comes through metaphysics so there's not an easy way to just swap in the x-total-count header here, so I'm not sure if it's worth digging in further.
Loading a single artist page (like
/artist/lynn-chadwick
) triggers 5 separate API requests for related artists. E.g.:Some of these are slightly different, but 3 (#1, 4, and 5) are identical except for
size
andtotal_count
parameters, so could presumably be satisfied by a single request.I'm not sure where these originate but the repetition causes significant API load and seems unnecessary.
The text was updated successfully, but these errors were encountered: