Decrease Smile's load time

By default, Shopify apps load after the page is generated. If you'd like to decrease the time it takes to load the app, follow the instructions below.

1. From your Shopify admin, click Online Store to arrive at the Themes page.

2. Find the theme you want to edit, click the Actions ▼ button, then click Edit code.

3. On the left side, click on the theme.liquid file in the Layout folder.

4. Paste the following code snippet after the <head> tag.

<script src="//d1liekpayvooaz.cloudfront.net/apps/smile/smile.js?shop={{shop.permanent_domain}}"></script>

5. Save your changes.