Helly guys
I wonder one thing: I have an off canvas element with an attribute aria-hidden=“false”, which loads the element “open” and a the toggle “closes” the element on click.
This js works only after the content, at least the looper in a lower div is loaded. Is there a way how to make the script listening before the content of the page is loads?
The site in question is in the secure message, NDA… sh…
There is no other custom javascript for the page nor global there.
EDIT: ok, I figured out, that the caching plugin is the troublemaker. What JS do I need to exclude from caching?
EDIT 2: According to the plugin author, who checked the settings, the caching plugin is not the cause. Duh. The delay is still present even the caching is off on his side.