You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't had much of a look at the JavaScript functionality in the template but it is possible that some optimizations can be made. I noticed a lot of binding to load and scroll events, which can cause a lot of client-side load, so they could be debounced.
Another thing to look into would be caching elements in jQuery instead of fetching them on each event.
Other things will present themselves when going through that file
The text was updated successfully, but these errors were encountered:
I haven't had much of a look at the JavaScript functionality in the template but it is possible that some optimizations can be made. I noticed a lot of binding to
load
andscroll
events, which can cause a lot of client-side load, so they could be debounced.Another thing to look into would be caching elements in jQuery instead of fetching them on each event.
Other things will present themselves when going through that file
The text was updated successfully, but these errors were encountered: