# Speed Up Delivery Date Picker (2.0 Themes)

Shopify loads our script asynchronously, meaning the page loads first, followed by our script. As a result, there may be a slight delay in loading the calendar.

To mitigate this, you can load the script earlier by adding it directly to the head section of your theme. Follow these steps to implement the workaround

{% hint style="info" %}
In Shopify 2.0 it is quite simple to enable the Speed Up Script (add the script directly in the head section) using the Theme editor.
{% endhint %}

**To do this, you need to enable our app extension under the App Embeds in the Theme editor.**

**Step 1:** Go to the **Online store** under the Shopify Admin.

**Step 2:** Click on the **Customize** button in the **Current theme** section.

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

**Step 3:** Click on the **Theme settings** at the bottom-left of Theme editor.

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

**Step 4:** Select the **App Embeds** tab under the Theme Settings sidebar.

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

**Step 5:** Now you can see the app extension for the Speed Up Script (**ODD SpeedUp**), **click the toggle button to enable it.**

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

**Step 6:** click on Save.

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.spicegems.com/order-delivery-date/speed-up-delivery-date-picker-2.0-themes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
