What is wrong and how to solve it?
It doesn’t look like something that should bother you.
Hi @russian-dima @jonatandor35 !!!
This is what @marlowe-shaeffer said here
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!
Yeah it should not bother me, but the thing is----> after this message came, the behaviour of my site changed, too.
This site was working, before the changements… (it’s a simplefilter, where i am working on…)
https://www.media-junkie.com/pflegeservice
There were absolutely no errors (i do not like to have any error-messages in my console, i always try to eliminate them all).
At 7:00 in the morning before going to work, i tested it and everything was working just fine without any error-logs as expected.
At 19:00 in the evening after work, i just wanted to test it one more time and then i recognize, that the site do not work anymore.
This is not very productive.
They do not execute them completely and the code stops working.
That’s the problem.
Now i will have to reconstruct and modify my code again, to let it work like expected.
@russian-dima it doesn’t make a lot of sense. the log you posted is not an error but a warning. It’s hard to believe it had any effect on your code execution.
You probably have another error somewhere,