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
I thinks is related with this: pump.js#L497 and view.js#L225, because when the user scroll down fire, scroll more and fire again, and if the request is slow the user will be scroll up and down again, makes the request again.
I think exist better option than setInterval for that, but also should be detect if exist similar request for template
STR:
This is incredibly inefficient. We need to detect that these requests are already in-flight and reuse the existing request.
The text was updated successfully, but these errors were encountered: