Hi, I have been messing around with Google PageSpeed's defer_javascript filter, and my entire site works fine EXCEPT EasySocial. Deferring the JS breaks the profile hover popups as well as images in the stream.
So the solution is to try to add a pagespeed_no_defer attribute to the ES scripts, so that all ES/Foundry scripts are loaded like this:
<script pagespeed_no_defer="">...</script>
but I can't find the place to do it. Can you point me to the right place?
So the solution is to try to add a pagespeed_no_defer attribute to the ES scripts, so that all ES/Foundry scripts are loaded like this:
<script pagespeed_no_defer="">...</script>
but I can't find the place to do it. Can you point me to the right place?