const gönderilenZaman = new Date().getTime();
function test() {
const ajksgfahjsdgfhjagfhjasdgfjskdhfgsjkdhgfshjdgfjshdgfasdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddjsdfjg =
"asd";
const AlınanZaman = new Date().getTime();

const responseTimeMs = AlınanZaman - gönderilenZaman;
console.log(
ajksgfahjsdgfhjagfhjasdgfjskdhfgsjkdhgfshjdgfjshdgfasdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddjsdfjg,
responseTimeMs
);
}
test();


Output

asd 0

Etkisi olmuyo sanırım response time 0
Tabi bu javascript phpde işler nasıl denemedim