Unanswered question

Difference in timing with different Browser

Hi,
We have one transaction which is working fast through Chrome but is slower in IE
If i emulate the same transaction through neoload with different browser it doesnt show any difference

Divya K.
Divya K.

Divya K.

Level
1
230 / 750
points

Answers

NeoLoad works at protocol level so it uses its own HTTP client. That's why you do not see any differences.

If you do see high response time in IE then the issue is more a rendering issue on the client side and not a server issue. You may have some Javascripts for which the execution is slower in IE compared to Chrome. 

Divya K.
Divya K.

Divya K.

Level
1
230 / 750
points

Hi,
Then whats the advantage of browser emulation in the tool.Is it only the no of parallel connections it emulates?

You do not have a browser emulation in NeoLoad. It's only the User-agent that will be modified.

It is useful when for example you would like to reach a mobile application. By changing the user-agent you will be redirected to the mobile web site.

 

Divya K.
Divya K.

Divya K.

Level
1
230 / 750
points

Hi,
Is there any method in neoload to identify network latency between client machine and application server?

You should look at the First Time To First Byte (TTFB) statistics, it represents basically the server time + the network latency to receive the first bytes of the response.

Average Time - TTFB = Download time, useful to check the network.

Divya K.
Divya K.

Divya K.

Level
1
230 / 750
points

Hi ,
Can you please brief on "NeoLoad works at protocol level "