klaviyo / magento2-klaviyo

37 stars 51 forks source link

Remove jQuery UI to improve performance #83

Closed iGerchak closed 3 years ago

iGerchak commented 3 years ago

jQuery UI is never used in the email.js, but including it on the define, and it starts loading the all UI library (jQuery UI with all Widgets). As a result, email.js will be run just after all libs with included in define. Also, it creates a performance issue for the checkout page.