Sure check this image below. You just add the keyword like this. I believe these scripts should be in somewhere in “layout/theme.liquid”
Topic summary
Contact page loads extremely slowly; it eventually renders after several minutes. The suspected cause is external resources from sslt.tellapart.com failing to load, blocking the page.
Proposed fixes:
- Add the “defer” attribute to the tellapart inclusion scripts so the page doesn’t wait on them. (“defer” lets the browser parse the page first and run the script after, reducing blocking.)
- Alternatively, remove the tellapart scripts entirely if they aren’t needed. The tool appears to be for personalized ads.
Implementation details: The helper suggests the scripts are likely in layout/theme.liquid and provides a screenshot showing exactly where/how to add the defer attribute.
Status: Guidance provided with an example image; no confirmation yet that the changes have been applied or resolved the slowdown. The thread remains open.
Notes: The screenshot (attachment) is central for understanding where to insert the defer attribute and how it should look in the code.
