From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17319 Path: news.gmane.org!not-for-mail From: mremond@process-one.net Newsgroups: gmane.emacs.gnus.user Subject: Performance problem of IMAP move (Gmail) Date: Tue, 6 Jan 2015 12:27:03 -0800 (PST) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1420581241 27001 80.91.229.3 (6 Jan 2015 21:54:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Jan 2015 21:54:01 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Jan 06 22:53:56 2015 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y8c4B-0006sq-N5 for gegu-info-gnus-english@m.gmane.org; Tue, 06 Jan 2015 22:53:31 +0100 Original-Received: from localhost ([::1]:38396 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8c4B-0006yZ-1i for gegu-info-gnus-english@m.gmane.org; Tue, 06 Jan 2015 16:53:31 -0500 X-Received: by 10.66.100.200 with SMTP id fa8mr3396644pab.20.1420576023477; Tue, 06 Jan 2015 12:27:03 -0800 (PST) X-Received: by 10.140.96.52 with SMTP id j49mr63314qge.10.1420576023400; Tue, 06 Jan 2015 12:27:03 -0800 (PST) Original-Path: usenet.stanford.edu!h15no330082igd.0!news-out.google.com!n9ni80qai.0!nntp.google.com!bm13no3677148qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.244.52.40; posting-account=0G2OPgoAAAAE_2lZwMZ4wBmhwMCSOXM4 Original-NNTP-Posting-Host: 82.244.52.40 User-Agent: G2/1.0 Injection-Date: Tue, 06 Jan 2015 20:27:03 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88448 X-Mailman-Approved-At: Tue, 06 Jan 2015 16:53:29 -0500 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17319 Archived-At: Hello, I am currently trying to trouble shoot performance problem of the nnimap move methods. It takes more than 30 seconds here to move a mail (I am using Gmail) on imap on the same server. imap server is a secondary server. Here is the result of elp instrument: gnus-summary-move-article = 2 72.684064 36.342032 gnus-activate-group = 2 62.887769 31.4438845 gnus-group-get-new-news-this-group = 1 62.887473 62.887473 gnus-group-completing-read = 2 8.951666 4.475833 gnus-completing-read = 2 8.9514789999 4.4757394999 gnus-emacs-completing-read = 2 8.951453 4.4757265 gnus-read-move-group-name = 2 4.755247 2.3776235 gnus-y-or-n-p = 1 4.516911 4.516911 gnus-request-set-mark = 2 3.040978 1.520489 gnus-request-move-article = 1 1.9702929999 1.9702929999 Any idea what I should do to pinpoint the issue ? Thanks ! -- = Micka=EBl R=E9mond