Tool to measure performance of an application in html5 on an android platform

0

I'm interested in creating an application in HTML5 for mobile, using the android platform. I will use Cordova for this and would like to know if you know any tools to measure the performance of this application.

    
asked by anonymous 10.03.2015 / 14:25

2 answers

1

Considering that it is html, the performance is the responsibility of the mobile browser. So you can use plugins like YSLOW or Google Page Speed .

To simulate smartphones there is a chrome extension that can help as well.

Ripple

    
10.03.2015 / 15:31
0

Here on this site you know what mobile browsers support and can have a foundation of what you can do: link

Already checking performance will be kinda difficult, because every Android device uses a WebView different to run the application in Cordova. I recommend to test your apps Phonegap Developr, of course, if you are using Phonegap.

    
07.05.2015 / 21:18