Believe it or not there’s only two ways to measure Mobile Performance. And the choices are: The Wire Only – Look at what is ‘on the wire’ and then start scratching your head about why it doesn’t seem to match what you can even see with your own eyes watching the page get displayed. What is WebKit […]
Posts Categorized: WCO
Real time Automated Mobile Web Performance Testing
Where? LAX along the taxiway to the terminal. How? 9 lines of code! Knowing that your page loaded quickly — “Priceless” Here’s the 9 lines… <script>function do_google_loop_test(){ var urls = “”; // The list of URLS to AUTOTEST urls += “http://www.google.comn”; urls += “loop delay 30n”; js5o9.autotest( urls );}</script>