Test name | Executions per second |
---|---|
querySelector | 8998708.0 Ops/sec |
getElementsByTagName | 7452778.0 Ops/sec |
<html>
<head>
<title>A Meaningful Page Title</title>
</head>
<body>
The content of the document......
</body>
</html>
document.querySelector("head")
document.getElementsByTagName("head")[0]