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

[LR] Huge latency #2462

Open
ittaLaRedoute opened this issue Apr 6, 2023 · 2 comments
Open

[LR] Huge latency #2462

ittaLaRedoute opened this issue Apr 6, 2023 · 2 comments

Comments

@ittaLaRedoute
Copy link

Hello, since the update to v 4.16, we faced a lot of network latency, page take a very long time to load

image

Can you please take a look

thanks

@vertigo17
Copy link
Member

Can you provide more detail on that?
Is that on all pages ? What was the loading time bedore and after ?

@ittaLaRedoute
Copy link
Author

ittaLaRedoute commented Aug 29, 2023

Hello Benoît,

It appears on TestcaseExecutionList page, because of 3 ajax requests executed.

For example, if we go from a test execution to the executions list with the button “Execution list (with same country and environment)”, we have 3 ajax requests executed:

image

We can see that the first and second request take respectively 16 seconds to perform. And the problem is that they returned all results..and not filtered results. It’s the third request (76ms) which returns the good results filtered correcly. So the first and second requests are useless and consume lot of time.

Results for the 1st request
5 120 630 results (16 seconds). Results are not filtered (ES country PE executions in JSON for example) All is retrieved.
image

Results for the 2st request
5 120 636 results (16 seconds). Results are not filtered (ES country and PE executions in JSON for example), All is retrieved.
image

Results for the 3rd request
Finally the request which returns the filtered results as we want, in 76ms.
image

So, the latency problem is due to the first and second requests which take a lot of time to be performed and seems not useless.

I hope my explanations are clear.

Lucas HIMPENS

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