Does using jQuery can slow down my web page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Does using jQuery can slow down my web page?

Which one is recommended: standard javaScript or jQuery?

11th Nov 2020, 7:38 AM
Aayush-droid ★★★
Aayush-droid ★★★ - avatar
5 Answers
+ 5
jQuery is slow, in fact it's the slowest compare to pure javascript methods in term of DOM access. Check out the test here https://code.sololearn.com/Wu20kv75u57T/?ref=app
12th Nov 2020, 12:29 PM
Calviղ
Calviղ - avatar
+ 10
Thanks for clearing my confusion
11th Nov 2020, 7:57 AM
Aayush-droid ★★★
Aayush-droid ★★★ - avatar
+ 4
well that's debatable. I would suggest you to use simple JavaScript because modern features can do everything without jQuery.
11th Nov 2020, 8:08 AM
Raj Chhatrala
Raj Chhatrala - avatar
0
Standard Javascript is 34 times faster than JQuery
11th Nov 2020, 11:13 AM
Boay.JS
Boay.JS - avatar
- 1
No it even faster and more preferred able
11th Nov 2020, 7:55 AM
George S Mulbah II
George S Mulbah II - avatar