Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
document.querySelector vs jQuery
As the name.
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:145.0) Gecko/20100101 Firefox/145.0
Browser:
Firefox 145
Operating system:
Windows
Device Platform:
Desktop
Date tested:
5 months ago
Test name
Executions per second
querySelector
3302979.8 Ops/sec
jQuery
1726165.9 Ops/sec
HTML Preparation code:
<div class="test"><p>1234</p></div> <div class="test"><p>5678</p></div> <div class="test">90</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'></script>
Tests:
querySelector
document.querySelector('.test');
jQuery
$('.test');