00help
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Latest Updates break CSSGood day guys,
Maybe try turning off the Rocket first!
I checked the HTML code, last line:
This website is like a Rocket, isn’t it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.meProbably breaks as you minifying twice.
Clint
- This reply was modified 8 years, 9 months ago by 00help.
Forum: Plugins
In reply to: [Autoptimize] Unable To Clear Cache After UpdateHi Frank,
Maybe that what other people are seeing if their running lean sites.
Clint
Forum: Plugins
In reply to: [Autoptimize] Unable To Clear Cache After UpdateGood day Frank,
I hope your well, it’s seems to be some teething problems with this latest revision. I have updated too and the cache seems not to delete. I noticed that at some point the cache file number reduced but did not clear fully. I have Cpanel access, maybe I could delete the file manually?
Clint
Forum: Plugins
In reply to: WP super cache won't preload homepageGood day Zmechanic,
Did you ever get this fixed I have the exact same issue. The Cached one appears in the cached content and then deletes itself after about 5 seconds. I too have deleted the index.php reference and also enabled the “verify homepage”!
Please let me know if you found a work around?
- This reply was modified 9 years, 1 month ago by 00help.
Forum: Plugins
In reply to: [WP YouTube Lyte] Grey screen instead of Youtube videoGood day Frank,
Cloudflare speeds up our site using Rocket Launcher to a good speed. I tried the functions.php code and it kept crashing the site. Hopefully in the future Cloudflare can be an added option 😀
All the best,
ClintForum: Plugins
In reply to: [WP YouTube Lyte] Grey screen instead of Youtube videoGood day Frank,
Many thanks for your help, I did exactly what you said. Turned off Cloudflare and enabled Autoptimize for the java. It really slowed the page speed down as I had to add some exclusions to the .js exclusion list in Autoptimize settings, just for one URL to function correctly. So i used added a filter in functions.php for Autoptimize .js exclusion for that one URL.
The page speed is not as high as when Cloudflare is enabled but at least it provides 100% functionality! I looked at adding in a filter to Cloudflare but it looks like it may cause more issues than it solves!
I tried adding the code snippet to the functions.php and re-enabling rocket launcher but all .js then didn’t work.
So for now it’s Autoptimise and Cloudflare Off
Many thanks for the help Frank, absolutely awesome 😀
Forum: Plugins
In reply to: [WP YouTube Lyte] Grey screen instead of Youtube videoGood day Frank,
I have been experiencing the same issue.
I was just wondering if a a solution was ever figured out?
Where would you add the code:add_filter(‘autoptimize_filter_js_defer’,’noRocketsForAO’,10,1);
function noRocketsForAO($in) {
return $in.”data-cfasync=\”false\” “;
}I know the YouTube Lyte works with the rocket-scripted via cloudflare turn off. But once it is turned on, it breaks it and all that appears is a grey screen. But this really slows the load time down, Any help would be very much welcomed.
I was hoping for a functions.php fix, similar to what I uses to not defer the other required .js files.All the best,
Clint