What is this? <URL> Preloaded

The page is “painted” but not interactive (cannot click buttons or on navigation menu) until is preloaded. This thing tend to be on every Wix site, my own and even this forum.

Is there a way to delay a page to load (not visible) until is preloaded?

There is a meta link hint that improves of performance loading page accents.

<link rel="preload" as="script" href="critical.js">

You can read about it more:

The yellow warning is for developers.

Unused preloads trigger a Console warning in Chrome, approximately 3 seconds after the load event.

This warning says: “3 seconds ago the browser preload this resource, and still doesn’t use it. Maybe you don’t need it more?”

Hi Alex,

I understand what it is.

But can’t figure out where it is from (e.g., is it from wixLocation api? or other components related to wix) since it is not something that I have coded into my page.