Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B66E17231 for ; Mon, 13 Oct 2014 18:48:15 +0000 (UTC) Received: (qmail 64214 invoked by uid 500); 13 Oct 2014 18:48:14 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 64186 invoked by uid 500); 13 Oct 2014 18:48:14 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 64173 invoked by uid 99); 13 Oct 2014 18:48:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 18:48:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of n.parashuram@gmail.com designates 209.85.213.170 as permitted sender) Received: from [209.85.213.170] (HELO mail-ig0-f170.google.com) (209.85.213.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Oct 2014 18:48:09 +0000 Received: by mail-ig0-f170.google.com with SMTP id hn15so14690013igb.5 for ; Mon, 13 Oct 2014 11:47:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=8dPlnSntU9gaKhhnRwoE38vp+B2YLUbpsRym4iEH2+A=; b=cpDNJwCgzs7UAG5MBWWzNeGVie7VnwqdRAXOt0OE7UVaqEmoIiF4+ronz2sFt/PpyO q2NHyfu1O7AvrGTgmZFGvHhxEZRLB+aQ0Qc0hrEM5EDcog/Nn7aV7O7YE1NuEtrFx4X5 hhniOdT3VuHks0nMfC9OzpD6sieQcVS82fBUN39L8uXdZXmxxCByvYJRoo489EzGcdXv 0kdQuTjnmQ+nD28hGFnc+mjuDUqzlJI2DZEyAjfpDIdcesyIQqHGmzkTNnAtGsjX2gqb Yvw3QZkakPqcr+RZ2tBpx8oO8/Bjngfu2XZRX99m5ph9vUlgulSMFxx4hpPQDHNr79S5 1Lhg== X-Received: by 10.50.66.144 with SMTP id f16mr1242155igt.3.1413226068857; Mon, 13 Oct 2014 11:47:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.8.196 with HTTP; Mon, 13 Oct 2014 11:47:33 -0700 (PDT) From: Parashuram Date: Mon, 13 Oct 2014 11:47:33 -0700 Message-ID: Subject: Measuring Perf of Cordova apps (Android/iOS) To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=047d7bdc9daed274730505525577 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc9daed274730505525577 Content-Type: text/plain; charset=UTF-8 Over the weekend, I created a tool to measure the rendering and network performance for Cordova apps, and I thought of sharing it on the list. I am able to pick up numbers from iOS and Android (4.4). Here is a demo video - https://www.youtube.com/watch?v=TG_eTe_H-s4 More details on how to run it on your cordova app : [link ] Browser-perf : http://npmjs.org/package/browser-perf Would love to hear feedback from the community on this. Initial tests with WkWebview and UIWebView show some good numbers. Since a lot of people worry about perf of hybrid apps, I am hoping that this tool would give them a way to look at hard numbers and see that hybrid apps can be as smooth as native apps. Parashuram http://nparashuram.com --047d7bdc9daed274730505525577--