Closed rommilg closed 8 years ago
Could you clarify what exactly do you mean? The library itself should not create any overhead for you since all it does is operate on visibility divs that are injected into DOM once, on initialization. Running any of the functions also does nothing computation heavy, and does not touch DOM at all.
Based on what do you suspect it's the library that's slowing down your page? How did you measure that slow down? How does it manifest?
It looks like your mass change of all .btn-responsive
could be the culprit if there's a lot of them, but that's a pure guess.