I've noticed that by replacing:
jQuery(document).ready(function($){
with:
jQuery(window).bind("load", function($) {
on line 1057 of jquery.dcsmt.1.0.js, I can save at least 500ms on load time.
I've noticed that by replacing:
jQuery(document).ready(function($){
with:
jQuery(window).bind("load", function($) {
on line 1057 of jquery.dcsmt.1.0.js, I can save at least 500ms on load time.
Oh, and I also changed the enqueue line in the main php so that the js is loaded in the footer.
Thanks for the info :)
I am thinking about buying the plugin, and wondering if these tweaks were incorporated in the plugin (my site has a slowness issue and I do not wish to add to it).
Thanks.
You must log in to post.