I don’t know flow flow @annapurna, but if you go through the troubleshooting-tips in AO’s FAQ you should be able to fix this (summary; look at your browser’s console for JS errors, exclude relevant JS from autoptimization, rinse & repeat).
hope this helps,
frank
I tried excluding all the js and css files of the flow flow plugin. It still doesn’t work for me.
ok, what JS errors do you see on the browser console?
(index):977 Uncaught ReferenceError: jQuery is not defined
I have already tried excluding jquery.js too.
I have already tried excluding jquery.js too.
hmm, that’s weird … can you share your URL so I can have a quick look?
based on the HTML source, nothing is excluded currently (nor flow2 nor jquery), but that could be due to your W3TC page caching, can you flush W3TC’s page cache?
and can you copy/paste your current AO JS optimization exclusion list?
I emptied the cache. It is still the same.
exclusion list: seal.js, js/jquery/jquery.js
putting jquery.js in the exclusion list reduces my page speed score too. So i would prefer having it compressed.
well, even if it is in your exclusion list, it is still missing in action as far as I can tell.
-> are you (also) using W3TC for minification? (better not)
-> can you make sure W3TC does not ignore querystrings, that allows me to see your site without AO being active (by adding ?ao_noptimize=1 to the URL) so I can better understand what is (not) happening
I got it working. Force JavaScript in <head>? enabling this helped.
Thanks 🙂
But again doing that reduced my page score telling :
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 1 blocking script resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
Remove render-blocking JavaScript:
http://www.rhapsodymedia.co.uk/wp-content/cache/autoptimize/autoptimize_8e4008c4f2bdb707da5168ea233259b4.php
i am not using W3TC for minification.