ResponseTime

=ResponseTime(string url, [int iterations, int
 pauseBetweenIterations]) : integer

Results from function inside Excel


Purpose

Returns the number of milliseconds it takes for an URL to load (cached).


Iterations

Use this attribute to take multiple samples and return the median value collected in each iteration.
Iterations argument (default 1 iteration)


PauseBetweenIterations

Thread sleep beetween each iteration.
Pause between iterations argument (default 1000ms)


Example

=ResponseTime("https://www.seotoolsforexcel.com",10,1000)

Will measure the response time 10 times with 1000ms between each iteration and return the median response time.


Get help with this function in the community →