What methods and techniques can I use as a web encoder to determine the reasons for using large memory in the jquery code that I defined?
I am using stable Google Chrome, currently v7, if that helps.
Some parts can be replaced with “regular” javascript, but this requires more lines and less noticeable to see what happens. As far as I understand, jQuery overheads are added slightly.
The other parts cannot and provide the basic functionality of the page, which means that avoiding jQuery completely is not an option. In addition, reinventing the wheel is counterproductive.
source
share