Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Here is a great list of mobile performance testing tools from Steve Sauders (the guy that wrote the book "High Performance Web Sites"): </p> <ul> <li><a href="http://stevesouders.com/mobileperf/mobileperfbkm.php" rel="nofollow">Mobile Perf bookmarklet</a> - An uber bookmarklet with links to multiple other bookmarklets useful for mobile (mine)</li> <li><a href="http://jdrop.org/" rel="nofollow">Jdrop</a> - JSON in the cloud for gathering data on mobile devices (mine)</li> <li><a href="http://blaze.io/mobile/" rel="nofollow">Mobitest</a> - Connects WebPagetest.org to Android and iPhone devices (Blaze.io)</li> <li><a href="http://pcapperf.appspot.com/" rel="nofollow">pcapperf</a> - Get HTTP waterfall charts from your mobile device connected to a wifi hotspot, blog post (open source)</li> <li><a href="http://webwait.com/" rel="nofollow">WebWait</a> - The only way I can think of to measure page load times on real devices over 3G - load URL in an iframe (Michael Mahemoff)</li> <li><a href="https://github.com/apache/incubator-cordova-weinre" rel="nofollow">weinre</a> - Web Inspector Remote, very cool way to debug your mobile device remotely (Patrick Mueller)</li> <li><a href="http://www.browserscope.org/reflow/about" rel="nofollow">Reflow Timer</a> - Bookmarklet to measure reflow time (Lindsey Simon, open source)</li> <li><a href="http://slayeroffice.com/?c=/content/tools/suite.html" rel="nofollow">Favelet Suite</a> - An uber bookmarklet, tons of features! (slayeroffice)</li> </ul> <p><em>Source: <a href="http://stevesouders.com/mobileperf/" rel="nofollow">http://stevesouders.com/mobileperf/</a></em></p> <p><strong>UPDATE:</strong></p> <p>You can use Chrome Devtools with an Android device and you can use Safari Devtools on a Mac with an iOS device.</p> <p>Chrome: <a href="https://developer.chrome.com/devtools/docs/remote-debugging" rel="nofollow">https://developer.chrome.com/devtools/docs/remote-debugging</a></p> <p>Safari: <a href="https://blog.idrsolutions.com/2015/02/remote-debugging-ios-safari-on-os-x-windows-and-linux/" rel="nofollow">https://blog.idrsolutions.com/2015/02/remote-debugging-ios-safari-on-os-x-windows-and-linux/</a></p> <p>You connect via USB</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload