Delm fast load
If fast load is disabled, we automatically inject a JavaScript file via the Shopify ScriptTag API to your store. Because all ScriptTags are being loaded at the very end of page load, you might experience a slight delay before the app gets visible.
How to enable fast load
The delay can be reduced by adding the following line of code just above </head>
in your theme.liquid
file.
<script src="https://cdn.delm.io/deliverymessage.js"></script>