Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script>
- // horodateur début
- var debut = (new Date()).getTime();
- // CODE GA ICI
- </script>
- ...
- <script src="jquery.js" />
- <script>
- $(window).load(function() {
- // horodateur fin
- var fin = (new Date()).getTime();
- var pageLoadTime = fin - debut;
- // on balance le temps de chargement dans un évènement
- _gaq.push(['_trackEvent','Tps Chargement','Compte',document.location.href,pageLoadTime,false]);
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment