diff --git a/themes/rule34v2/page.class.php b/themes/rule34v2/page.class.php index 7b632e39..4f98b33a 100644 --- a/themes/rule34v2/page.class.php +++ b/themes/rule34v2/page.class.php @@ -80,7 +80,7 @@ $header_html xhr.open("GET", "/stat.txt?" + new URLSearchParams(ob).toString(), true); xhr.send(); } - setTimeout(function(){ + function logTimes() { var t = window.performance.timing; stat({ "v": 1, @@ -93,7 +93,8 @@ $header_html "domInteractive": t.domInteractive - t.fetchStart, "domComplete": t.domComplete - t.fetchStart, }) - }, 3000); + } + // setTimeout(logTimes, 3000);