marvec
Forum Replies Created
-
Please note that our site no longer shows this defect as I have installed a hotfix with our own CSS style.
Indeed! Not within this page, but from another post. Can this be handled on the plugin side somehow? Or do I just need to be careful and not copy the button?
It takes a lot of time to configure the button, so copy/pasting makes it much easier…
Thank you very much!
Hello, thank you for your reply.
sync js loading is not an option. This terribly affects performance.
I managed to fine tune the cache manually so that it loads in async/defer mode.
Would you be interested in a blog post on that topic? I also managed to skip font loading through my theme settings. The performance is now excellent.
It took me 4 hours to just tweak that out, so I think sharing that with your customers/users could be useful to them.
Regards,
MartinI tried a lot of cache tweaks, but it is completely unusable with the cache. The code supposes synchronous loading of jQuery before the plugin. Plus it loads a ton of font CSS (unable to switch them off).
With asynchronous JS loading, it does not work:hustle-ui.min.js?ver=4.2.0:6 Uncaught ReferenceError: jQuery is not defined at hustle-ui.min.js?ver=4.2.0:6 (anonymous) @ hustle-ui.min.js?ver=4.2.0:6 front.min.js?ver=4.2.0:1 Uncaught TypeError: Cannot read property 'extend' of undefined at front.min.js?ver=4.2.0:1 at front.min.js?ver=4.2.0:1 at front.min.js?ver=4.2.0:1I really cannot sacrifice our page speed so terribly and harm our SEO. It is such a pity. Such a great plugin and fails on such a silly thing.