Return-Path: X-Original-To: apmail-shindig-issues-archive@www.apache.org Delivered-To: apmail-shindig-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD2097DA1 for ; Tue, 1 Nov 2011 23:49:57 +0000 (UTC) Received: (qmail 57040 invoked by uid 500); 1 Nov 2011 23:49:57 -0000 Delivered-To: apmail-shindig-issues-archive@shindig.apache.org Received: (qmail 57006 invoked by uid 500); 1 Nov 2011 23:49:57 -0000 Mailing-List: contact issues-help@shindig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shindig.apache.org Delivered-To: mailing list issues@shindig.apache.org Received: (qmail 56998 invoked by uid 99); 1 Nov 2011 23:49:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2011 23:49:57 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2011 23:49:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B1BEB32DAE3 for ; Tue, 1 Nov 2011 23:49:33 +0000 (UTC) Date: Tue, 1 Nov 2011 23:49:33 +0000 (UTC) From: "jiraposter@reviews.apache.org (Commented) (JIRA)" To: issues@shindig.apache.org Message-ID: <1216780200.48441.1320191373729.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <477146374.37348.1319922572313.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SHINDIG-1653) Add callback function to print timing information for gadget preloading. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SHINDIG-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141775#comment-13141775 ] jiraposter@reviews.apache.org commented on SHINDIG-1653: -------------------------------------------------------- ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2616/ ----------------------------------------------------------- (Updated 2011-11-01 23:49:25.743392) Review request for shindig. Summary ------- We already have a callback function for navigating gadgets in the common container which can be used to print timing information. Problem is if you preload the gadget before navigating the timing information during navigation is 0. It would be helpful to print timing information for preloading as well. This addresses bug SHINDIG-1653. https://issues.apache.org/jira/browse/SHINDIG-1653 Diffs ----- http://svn.apache.org/repos/asf/shindig/trunk/content/samplecontainer/examples/commoncontainer/assembler.js 1190425 http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.gadget/gadget_holder.js 1190425 http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.gadget/gadget_site.js 1190425 http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.util/constant.js 1190425 http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.util/util.js 1190425 http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container/container.js 1190425 http://svn.apache.org/repos/asf/shindig/trunk/features/src/test/javascript/features/container/container_test.js 1190425 http://svn.apache.org/repos/asf/shindig/trunk/features/src/test/javascript/features/container/gadget_holder_test.js 1190425 http://svn.apache.org/repos/asf/shindig/trunk/features/src/test/javascript/features/container/gadget_site_test.js 1190425 http://svn.apache.org/repos/asf/shindig/trunk/features/src/test/javascript/features/container/util_test.js 1190425 Diff: https://reviews.apache.org/r/2616/diff Testing (updated) ------- Modified sample container to log this information and updated unit tests. Thanks, Ryan > Add callback function to print timing information for gadget preloading. > ------------------------------------------------------------------------ > > Key: SHINDIG-1653 > URL: https://issues.apache.org/jira/browse/SHINDIG-1653 > Project: Shindig > Issue Type: Improvement > Affects Versions: 3.0.0 > Reporter: Ryan Baxter > Priority: Minor > Original Estimate: 3h > Remaining Estimate: 3h > > We already have a callback function for navigating gadgets in the common container which can be used to print timing information. Problem is if you preload the gadget before navigating the timing information during navigation is 0. It would be helpful to print timing information for preloading as well. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira