Month: February 2015
-
Finding Primes
-
Measuring performance and understanding user navigation through javascript
Measuring performance and understanding user navigation is supported by most of the browsers now natively through their implementations of “Navigation & Timing” W3C spec. It doesn’t need any additional library. For example: The below code snippets work correctly on both IE(tested on version is 11.x) and Chrome (tested on 40.x). Measure page load time. var perfData […]