> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/bouncer/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/bouncer/troubleshooting/decrease-bouncers-loading-time.md).

# Decrease Bouncer's loading time

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

1. Starting from your Shopify admin dashboard, click on **Online Store**, then click on **Themes.**
2. Find the theme you want to edit, click on the **Actions** button, then select **Edit code.**

<figure><img src="/files/edseUxxtc2T0Fhzv2w4n" 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 src="//d1liekpayvooaz.cloudfront.net/apps/bouncer/bouncer.js?shop={{shop.permanent_domain}}"></script>
```

5. **Save** your changes.
