1 min readSep 12, 2020
Thank you for the feedback, Szabolcs.
Yes, we did face similar issues: like you said, suggested videos can be (and are) dynamic! Some services supported a special flag where we could request the cached response if the same request was made with the same parameters within a fixed timeframe (usually ~10 seconds).
For services which did not support this, we had no good workarounds: we just had to clean out the entire list/data that was dynamic before comparing the responses.