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
Revert "Do not loop through details unless embed links exist"
This reverts commit 0c78953.
We previously introduced an optimisation to reduce the amount of text
parsing needed for embedded content links, however this resulted in a
database query instead of the text parsing.
For some pages (e.g. the Prime Minister page), this resulted in GraphQL
reequests making 176 queries instead of 15, which was slower than
parsing the text.
Reverting the change, to restore the previous behaviour.
0 commit comments