From owner-freebsd-gnome@FreeBSD.ORG Mon Oct 29 08:03:07 2007 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB40916A41B for ; Mon, 29 Oct 2007 08:03:07 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from izb.knu.ac.kr (unknown [IPv6:2002:9be6:9d5d:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6972D13C4A6 for ; Mon, 29 Oct 2007 08:03:07 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: by draba.izb.knu.ac.kr (Postfix, from userid 59) id 6081A3EA6; Mon, 29 Oct 2007 15:53:34 +0900 (KST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on draba.izb.knu.ac.kr X-Spam-Level: X-Spam-Status: No, score=-16.5 required=15.1 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VERIFIED autolearn=disabled version=3.2.3 X-Spam-Comment: DKIM? See http://www.google.com/search?btnI&q=RFC+4871 Received: from izb.knu.ac.kr (localhost.izb.knu.ac.kr [127.0.0.1]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id E84A43EA4 for ; Mon, 29 Oct 2007 15:53:32 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=izb.knu.ac.kr; h=subject: from:reply-to:to:in-reply-to:references:content-type: content-transfer-encoding:date:message-id:mime-version; q= dns/txt; s=s1024; bh=CP77fqg2FqwXtO5v7AbJscZNDv0=; b=mRhw3Xyy3mL XMGfI0mUMNDh9NC7ono3WdfDKj1FJucdTR9Tg8gj+RjWVdF2FPOyQwAIBST8vs/y VDBW2PSLZwBpWcced4WRGFHl6lmduEGkTyLTDV3buc5Bz91NMp6+oe5e72NumcHq kVxywi2MyhMzqKydCSV2OQYEnjlhJ3V8= Received: from viola.izb.knu.ac.kr (viola.izb.knu.ac.kr [IPv6:2002:9be6:9d5d:3::3]) by draba.izb.knu.ac.kr (Postfix) with ESMTP id C88123E94 for ; Mon, 29 Oct 2007 15:53:32 +0900 (KST) Received: by viola.izb.knu.ac.kr (Postfix, from userid 1001) id 59F2B5E10; Mon, 29 Oct 2007 15:53:32 +0900 (KST) From: Byung-Hee HWANG To: gnome@freebsd.org In-Reply-To: References: <1193281696.93212.22.camel@shumai.marcuscom.com> <1193396708.1288.14.camel@viola.izb.knu.ac.kr> <1193396913.1288.17.camel@viola.izb.knu.ac.kr> <1193417226.3347.6.camel@viola.izb.knu.ac.kr> <1193500412.1088.1.camel@viola.izb.knu.ac.kr> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: InZealBomb Date: Mon, 29 Oct 2007 15:53:32 +0900 Message-Id: <1193640812.29643.2.camel@viola.izb.knu.ac.kr> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 FreeBSD GNOME Team Port Cc: Subject: Re: evolution's startup time (Was: Re: HEADS UP: GNOME 2.20.1 available for FreeBSD) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bh@izb.knu.ac.kr List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 08:03:08 -0000 On Sun, 2007-10-28 at 13:59 -0400, Michael Johnson wrote: > On 10/28/07, Jeremy Messenger wrote: > On Sat, 27 Oct 2007 10:53:32 -0500, Byung-Hee HWANG > > wrote: > > > On Sat, 2007-10-27 at 01:47 +0900, Byung-Hee HWANG wrote: > >> On Fri, 2007-10-26 at 20:08 +0900, Byung-Hee HWANG wrote: > >> > On Fri, 2007-10-26 at 20:05 +0900, Byung-Hee HWANG wrote: > >> > > On Wed, 2007-10-24 at 23:08 -0400, Joe Marcus Clarke > wrote: > >> > > > On behalf of the FreeBSD GNOME team, it is my great > pleasure to > >> announce > >> > > > that GNOME 2.20.1 has been merged into the FreeBSD > ports tree. > >> [...snip...] > >> > >> And Evolution does the startup very slowly; about 120 > seconds. > >> I have no good idea on the startup time. Any comments? > > > > After reboot machine, now its startup is take time about 50 > seconds. > > Still I have no idea why it's slow ;; > > Is this on amd64? We have two reports similar with this on > amd64 machines, > but it looks like we don't have any idea at the moment. > > you can disable all unused plugins and it will start quite a bit > faster. Now 15 seconds, thanks ahze!