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

A delay in getting the first bundle from the publisher #12

Open
bsenel opened this issue Mar 4, 2021 · 0 comments
Open

A delay in getting the first bundle from the publisher #12

bsenel opened this issue Mar 4, 2021 · 0 comments
Assignees
Labels
bug Something isn't working should fix

Comments

@bsenel
Copy link
Contributor

bsenel commented Mar 4, 2021

Throughout the measurements conducted on EdgeNet, each cachecash-curl request has a delay of 700-800 milliseconds on average to get the first bundle from the publisher to the client, without any exception. The observations show that this value varies up to 8 seconds. However, the client can retrieve other bundles from the publisher around 100-150 milliseconds.

It indicates an implementation issue that causes an initial start time while getting the first bundle. This issue affects TTFB desperately badly, thus the user experience.

The implementation of gRPC services may cause this kind of issue. In The gRPC handling time of the ClientPublisher service, the 99th and 90th percentile of requests point out long handling times, but it seems OK when I look at the 50th percentile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working should fix
Development

No branches or pull requests

2 participants