Shopify / product-reviews-sample-app

A sample Shopify application that creates and stores product reviews for a store, written in Node.js
MIT License
355 stars 158 forks source link

Change script_tag to defer #9

Closed carlzoo closed 2 years ago

carlzoo commented 3 years ago

Resolves https://github.com/Shopify/product-reviews-sample-app/issues/7

X The script_tag filter is parser-blocking. Use a script tag with the async or defer attribute for better performance at blocks/product-reviews.liquid:46
carlzoo commented 3 years ago

CLA signed.