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?