Page loading time

Hello,

I am new to Gatling and I hope you can help me to understand the tool. I need to obtain the loading time of a specific page.

I use the recorder program to catch my scenario “manually”. When I do it manually, the page loading time is like 1.2 second (measured approximately with a stopwatch). This time corresponds to the first request appearance in the recorder view until the last one.

However, when I run the generated scenario code and add all accumulated request times in the result page, it is about 3 seconds.

I think it’s not right to accumulate all request times as they are asynchronous, but how could I get the page loading time?

Thank you