Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Batch Fetching] Fix and re-enable test to ensure batch fetches aren't started too often. #661

Open
appleguy opened this issue Nov 4, 2017 · 0 comments

Comments

@appleguy
Copy link
Member

appleguy commented Nov 4, 2017

I've found from some recent work that the overall perf cost of an extra batch / continuation call has substantial impacts on user metrics, including time to display the first content (competition between image loading and data loading) as well as the parsing / layout of the response slowing down content interaction and rendering.

As such, we should strive to make this test more robust and ensure it is working correctly. I believe it may actually be generating too many calls in some cases.

#649

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants