Edgemesh

If you use Edgemesh, they may cache intelligems configurations and cause delays and challenges with creating tests.

The most effective way to work around that is to add: data-em-disable to the Intelligems script tag.

Example:

<script>
    window.Shopify = window.Shopify || {theme: {id: {{ theme.id }}, role: '{{ theme.role }}' } };
    window._template = {
        directory: "{{ template.directory }}",
        name: "{{ template.name }}",
        suffix: "{{ template.suffix }}"
    };
  </script>
  <script type="module" blocking="render" fetchpriority="high" src="https://cdn.intelligems.io/esm/<customer_id>/bundle.js" data-em-disable></script>

Copy this script and replace <customer_id> with your actual unique ID, which can be found on the Settings page of the Intelligems app.

Last updated