Home › Forums › WoodMart support forum › Optimization › Reply To: Optimization
December 3, 2021 at 12:11 pm
#336711

Artem Temos
Keymaster
Hello,
Yes, we will consider this for our future updates. But we still have other performance improvements that still need to be made before. And native JS will not make your website faster anyway. jQuery is a set of helper functions. For example, it has method ajax
that simplifies the ajax request code https://gyazo.com/27af8b185899715dd85796ec3f94c8e0
And if we will rewrite this code in our theme then our JS will be much bigger. And when other plugins will do the same, it will be 5-10 times bigger since they all will have their own implementation of this simple function.
Kind Regards