Hello everybody.
I came across the following error while inspecting my online store code:
The resource https://cdn.shopify.com/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c_1200x.gif was preloaded link preload but not using using the window's load event. Please make sure it has an appropriate `as` value and it is intentionally preloaded.
can anybody help me?
Thanks
Possibly there’s a element with an empty or missing “as” attribute.
Or unnecessary attributes like rel=“preload” or rel=“prefetch” in trying to over|blindly optimize a site.
Inspect the page source and identify the area of code and correlate that to a liquid template to find the sourcecode that renders the link.
→
https://stackoverflow.com/questions/49674092/preloading-font-with-rel-preload
→ https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-as
Thanks, @PaulNewton , but could you provide me more specific information?
I’m new to shopify system and my knowledge right now is very little.
My website is www.ibarganha.com .
Thanks again