> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/coin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/coin/troubleshooting/decrease-coins-load-time.md).

# Decrease Coin'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**, then click **Themes.**
2. Find the theme you want to edit, click the **Actions** button, then click **Edit code**.

<figure><img src="/files/DzuofIDzGrlcSXp7rxbC" alt=""><figcaption></figcaption></figure>

3. Click on the *theme.liquid* file that's located in the **Layouts** folder.
4. Paste the following code snippet after the **\<head>** tag.

```html
<script type="text/javascript" src="//d1liekpayvooaz.cloudfront.net/apps/coin/coin.js?shop={{shop.permanent_domain}}"></script>
```

5\. Don't forget to **save** your changes!
