4
I am working on a project where I need to calculate the loading time of a webpage for optimization purposes.
I’m using this command:
$ time wget -H -p --delete-after melga.com.br 2&> /dev/null
But I’m not sure if the access time on the disk is interfering with the measurement.
If you have a more efficient way of calculating also helps.