Browser Console Warning Discussion.

Here is the warning -
The resource was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriate as value and it is preloaded intentionally.

I want to know -

  • What does it mean?

  • Is it there because of me or Wix servers?

  • How to stop it from displaying?

Sure, it is on my sites also…

Good questions! You haven’t done anything wrong.
The error means that Wix has asked the browser to load a script, but did not immediately execute it. We’ve fetched scripts for applications and components that were not immediately needed. Once a user performs an action on the page that uses them, they are already there and will be executed quickly. Not parsing those immediately means we didn’t block rendering with parsing scripts that are not needed for it.
Hope that helps!