From: Paweł Forysiuk Date: Fri, 5 Aug 2011 20:50:05 +0000 (+0200) Subject: Measure the whole load time not just preparing speed dial markup X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cdda41b59878214804cbe1c548c87d660265061;p=midori Measure the whole load time not just preparing speed dial markup --- diff --git a/midori/midori-view.c b/midori/midori-view.c index 23d86dda..c589cd57 100644 --- a/midori/midori-view.c +++ b/midori/midori-view.c @@ -3864,6 +3864,8 @@ midori_view_set_uri (MidoriView* view, katze_item_set_uri (view->item, ""); data = prepare_speed_dial_html (view); + midori_view_load_alternate_string (view, + data, "res:/", "about:blank", NULL); #ifdef G_ENABLE_DEBUG if (g_getenv ("MIDORI_STARTTIME") != NULL) @@ -3872,8 +3874,6 @@ midori_view_set_uri (MidoriView* view, g_timer_destroy (timer); } #endif - midori_view_load_alternate_string (view, - data, "res:/", "about:blank", NULL); g_free (data); } /* This is not prefectly elegant, but creating