Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Vanilla JS VS JQuery DOM perfomance12
Vanilla JS VS JQuery DOM perfomance12
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Android 13; Mobile; rv:129.0) Gecko/129.0 Firefox/129.0
Browser:
Firefox Mobile 129
Operating system:
Android
Device Platform:
Mobile
Date tested:
one year ago
Vanilla JS
4.7M/s
Jquery
3.1M/s
View exact numbers
Test name
Executions per second
✓
Vanilla JS
4,713,631 Ops/sec
Jquery
3,134,782 Ops/sec
HTML Preparation code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <div id="nhngodo">Hi! NHNgodo!</div>
Tests:
Vanilla JS
document.getElementById("nhngodo");
Jquery
$("#nhngodo")