Hi All,
Can someone help me how to resolve the performance issue with rocket loader? Google page speed test gives me the following warning:
I found and tried to do this but it isn’t working (I ommited <link at the beginning):
rel=“preload” href=“https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-loader.min.js” as=“script” crossorigin
sdayman
#2
Rocket Loader rounds up a lot of your JS and puts it into that .min.js file. It’s likely some of that JS is what’s causing the warning.
You may be better off disabling rocket-loader and letting HTTP/2 do a better job of loading all your JS in parallel.
system
closed
#3
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.