Return-Path: X-Original-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E3741028B for ; Tue, 3 Dec 2013 20:50:31 +0000 (UTC) Received: (qmail 4836 invoked by uid 500); 3 Dec 2013 20:50:31 -0000 Delivered-To: apmail-incubator-allura-dev-archive@incubator.apache.org Received: (qmail 4814 invoked by uid 500); 3 Dec 2013 20:50:31 -0000 Mailing-List: contact allura-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-dev@incubator.apache.org Received: (qmail 4728 invoked by uid 99); 3 Dec 2013 20:50:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 20:50:31 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of noreply@sourceforge.net designates 216.34.181.60 as permitted sender) Received: from [216.34.181.60] (HELO smtp.ch3.sourceforge.com) (216.34.181.60) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 20:50:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:References:In-Reply-To:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=JzGsqDx1XjonS45hWATpUoMj5V/4XRgh1lgXwepNSLI=; b=CRGmhZzXaa4EoyLmpUkcqATDj+2ZEX+8tmQhpRFgnstDY3MkaIzADlfBfArfaPQYdDlvIYBhumnMMLfiMsFHb4IdK9z6idtR0G3HPam45DsgltdNZ6RadvLdw7D3YqqODjWHVm9jBi4aHeO0Ax+k7UKayt3vSPNL5mn2lkKaFJI=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-1.v29.ch3.sourceforge.com) by sfs-alluradaemon-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Vnwuz-0000tf-QN for allura-dev@incubator.apache.org; Tue, 03 Dec 2013 20:50:05 +0000 Content-Type: multipart/related; boundary="===============1920818180440527525==" MIME-Version: 1.0 To: allura-dev@incubator.apache.org From: "Dave Brondsema" Reply-To: "[allura:tickets] " <6677@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #6677 User profile's list of projects is slow to build Message-ID:

In-Reply-To: <523b5c85bcf63a14b5289819.tickets@allura.p.sourceforge.net> References: <523b5c85bcf63a14b5289819.tickets@allura.p.sourceforge.net> Date: Tue, 03 Dec 2013 20:50:05 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============1920818180440527525== Content-Type: multipart/alternative; boundary="===============5842696075010484612==" MIME-Version: 1.0 --===============5842696075010484612== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit - **Size**: 2 --> 0 --- ** [tickets:#6677] User profile's list of projects is slow to build** **Status:** in-progress **Labels:** performance 42cc **Created:** Thu Sep 19, 2013 08:20 PM UTC by Dave Brondsema **Last Updated:** Sun Nov 24, 2013 06:51 PM UTC **Owner:** nobody With 54 projects, a ridiculous amount of ming & mongo calls are executed on a profile page: ~~~~ { "url": "/u/brondsem/profile/", "uptime": 1820, "call_counts": { "socket_write": 1, "jinja": 1, "mongo": 30396, "total": 1, "socket_read": 14, "ming": 1102 }, "request_category": "profile", "timings": { "mongo": 2618, "ming": 1328, "socket_write": 0, "socket_read": 93, "total": 4528, "jinja": 4478 } } ~~~~ --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. --===============5842696075010484612== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit
  • Size: 2 --> 0

[tickets:#6677] User profile's list of projects is slow to build

Status: in-progress
Labels: performance 42cc
Created: Thu Sep 19, 2013 08:20 PM UTC by Dave Brondsema
Last Updated: Sun Nov 24, 2013 06:51 PM UTC
Owner: nobody

With 54 projects, a ridiculous amount of ming & mongo calls are executed on a profile page:

{
    "url": "/u/brondsem/profile/",
    "uptime": 1820,
    "call_counts": {
        "socket_write": 1,
        "jinja": 1,
        "mongo": 30396,
        "total": 1,
        "socket_read": 14,
        "ming": 1102
    },
    "request_category": "profile",
    "timings": {
        "mongo": 2618,
        "ming": 1328,
        "socket_write": 0,
        "socket_read": 93,
        "total": 4528,
        "jinja": 4478
    }
}

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

--===============5842696075010484612==-- --===============1920818180440527525==--