0

I have a web app that downloads about 20KB of JSON data (through jQuery/AJAX) and turns it into an HTML table with over 300 lines and 6 columns. The desktop Chrome browser handles this in under a second, but the Chrome browser on Android takes about eight seconds to render this table.

How can I find out what is taking up all the time on the browser? Are there tools that show the Javascript code profiling like the desktop Chrome browser?

Brent Washburne
  • 12,904
  • 4
  • 60
  • 82
  • possible duplicate of [Android webview slow](http://stackoverflow.com/questions/7422427/android-webview-slow) – Phil Aug 15 '13 at 19:21

1 Answers1

0

It looks like it's possible to perform Remote Debugging on Android to allow debugging and profiling. This requires a USB cable and some terminal commands.

Brent Washburne
  • 12,904
  • 4
  • 60
  • 82