Forum Discussion

360tray's avatar
360tray
Copper Contributor
Nov 11, 2020

javascript alert ,After several times of refresh, the response is slow

<script>alert('Refresh multiple times');</script>

 

When you refresh the HTML page many times, the button response is slow, as is Chrome.

FireFox is very fast

 

 

 

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>test</title>
</head>
<body>
<script>alert('Refresh multiple times');</script>
</body>
</html>

1 Reply