It depends on the site and its servers.

Your example on my box returns:

Qt Code:
  1. MainWindow::entrance()
  2. Get main frame
  3. Connect
  4. Begin loading
  5. End loading. Time: "09:33:35"
  6. baseUrl is: "about:blank"
  7. MainWindow::process_LoadFinished(). Time: "09:33:36"
  8. Ok
  9. baseUrl is: "http://www.google.co.uk/"
To copy to clipboard, switch view to plain text mode 

and
Qt Code:
  1. MainWindow::entrance()
  2. Get main frame
  3. Connect
  4. Begin loading
  5. End loading. Time: "09:34:34"
  6. baseUrl is: "about:blank"
  7. QSslSocket: cannot call unresolved function SSLv3_client_method
  8. QSslSocket: cannot call unresolved function SSL_CTX_new
  9. QSslSocket: cannot call unresolved function SSL_library_init
  10. QSslSocket: cannot call unresolved function ERR_get_error
  11. QSslSocket: cannot call unresolved function ERR_error_string
  12. QFont::setPixelSize: Pixel size <= 0 (0)
  13. QSslSocket: cannot call unresolved function SSLv3_client_method
  14. QSslSocket: cannot call unresolved function SSL_CTX_new
  15. QSslSocket: cannot call unresolved function SSL_library_init
  16. QSslSocket: cannot call unresolved function ERR_get_error
  17. QSslSocket: cannot call unresolved function ERR_error_string
  18. MainWindow::process_LoadFinished(). Time: "09:34:46"
  19. Ok
  20. baseUrl is: "http://www.ifanr.com/64307"
To copy to clipboard, switch view to plain text mode 

google takes blow a second to load, the ifanr link takes a bit longer but still not as long as in your case.