Hi, from yesterday I have problems on my home page. It does not show slider and it seemed that it no longer contained anything…
On some pages it completely ignores css, making them virtually illegible…
disabling the plugin everything is back to normal
The problem continues and if there is no answer it is impossible to solve it. After clearing the debug.log in less than a day there are about 4000 lines of problems as you can see at this link:
debug.log
I would like to know what to do…
Dear all,
I’m trying to use the plugin and it is really good but while it works properly on PC, it gives some problems on the iPhone. Problems like as disappearance of the logo and blocking of the burger menu. Is there anything I can do to have it properly working?
Hi All,
I activated the plugin and, the acceleration of the site would be truly exceptional if I could also set:
Minify HTML
Defer loading of the WP Roids generated minified JS file
Minify and collate CSS & JS in current Theme “ferentino”
I have to deactivate them as these involve the destruction of the front office. Can I do something to activate them or is it better if they remain deactivated?
]]>See all kinds of errors on an Nginx site. I suppose this is only for the shared hosting type folks?
]]>Hello,
Would love to say thanks for all of your hard work, however, I don’t think your done yet. Not sure if you are aware or not, but your plugin, when writing tot he .htaccess deletes any other directives previously set including the WordPress directives! Once I figured this out, I added in all the directives I had in mine prior to install of your plugin and things worked. So I would say a revisit to your code is in order.
Another other thing that you may want to consider when minifying code. Look for the //some comment
and wrap it in the /**/ before minifying. Your minify HTML doesn’t work because of this and same with the CSS. JS worked though.
One other thing. With my site, W3TC had me at a 35 score and your plugin only got me up to 20. :/ Also needs to be updated for WP 5.0.
Best,
designdrumm
Hi, I see that you are planning on working on this plugin again soon. Is there a chance you can work with the country aware plugin, so that we can create a separate cache for GDPR? It is currently available for wp super cache and comet cache. Thanks in advance.
]]>I’ve deactivated WP Roids because I kept getting this error at the top of the page:
Warning: Invalid argument supplied for foreach() in /home/fandco29/public_html/assets/plugins/wp-roids/wp-roids.php on line 498
I’d really like to use the plugin as it has shaved quite a few seconds off the page load time. I find it’s absolutely awesome, in general.
Any ideas what I can do to fix this?
Warning: Invalid argument supplied for foreach() in /home/fandco29/public_html/assets/plugins/wp-roids/wp-roids.php on line 498
]]>Looks like this isn’t compatible with revolution slider plugin. If you get it working, let me know if I need to tweak the global js settings in revslider.
thanks!
]]>My website uses HTTPS and when I activate the plugin, I get a 401 error and sometimes a 403 error. Only on the homepage, the blog post load normal.
Is a shame, because the plugin gives me better performance than WP Fastest Cache or WP Super Cache, but breaks my site.
]]>After i got SSL on my site, CSS file generated by WP Roids got broken adress like this :
and so it’s not loading at all.
]]>Will this cache all tag pages on a wordpress site ?
Do I need to do any modifications to get it working ?
]]>This is one of the Best I Have ever Used my site has gone from 56 to 99 in google page speed test.
The only issue is my Theme uses a Plugin Called Slider Revolution and when the WP Roids Plugin is enabled I get an error,
I have tried what the Slider Revolution Pluin says but the same error. HELP Would love to use Both plug-in’s.
Regards
Mark.
Hi,
Thanks for your work. It’s a great cache plugin. But i have a problem with animation css and i need to exclude the jquery files.
Is it possible ?
Jér?me.
I’m using WP Roids on woocommerce site on with i dequeued every woocommerce style and wrote my own. To my suprise after cahcing it, all these styles are back in combined css file. And that’s huge problem as they shouldn’t be there.
]]>Hey there, I’m trying to activate WP Roids and it won’t, citing a syntax error on line 868.
Thanks in advance for your help!
]]>Awesome plugin. In my installation, when I click “Flush WP Roids Cache” there is a back-end menu padding issue:
And maybe put a small icon that matches the grey WordPress initial icons, but no problem with the blue button too.
Thanks again for the awesome plugin!
]]>Hi,
Good to see another simple and free caching plugin. So far Fastest Cache plugin is my favorite.
Unfortunately WP Roids conflicts with my child theme of the Ultra Framework theme. Looks like some CSS issues. Not sure why this is, but Fastest Cache works flawless with this setup. Maybe it has issues with child themes by default or maybe it’s because of the Polylang plugin?
Just thought I’l let you know without giving bad rating ??
]]>Hello,
First, the plugin is amazing as far a speed. However, it has appeared to strip or modify CSS and the site layout is not right any longer.
What do you need to troubleshoot?
Thanks!
Anyone else has problems if js-files included in theme/plugins is written without using semicolons fully?
Like with this code for example:
(function(factory) {
if (typeof exports == 'object') {
// CommonJS
factory(require('jquery'), require('spin'))
}
else if (typeof define == 'function' && define.amd) {
// AMD, register as anonymous module
define(['jquery', 'spin'], factory)
}
else {
// Browser globals
if (!window.Spinner) throw new Error('Spin.js not present')
factory(window.jQuery, window.Spinner)
}
}(function($, Spinner) {
$.fn.spin = function(opts, color) {
return this.each(function() {
var $this = $(this),
data = $this.data();
if (data.spinner) {
data.spinner.stop();
delete data.spinner;
}
if (opts !== false) {
opts = $.extend(
{ color: color || $this.css('color') },
$.fn.spin.presets[opts] || opts
)
data.spinner = new Spinner(opts).spin(this)
}
})
}
$.fn.spin.presets = {
tiny: { lines: 8, length: 2, width: 2, radius: 3 },
small: { lines: 8, length: 4, width: 3, radius: 5 },
large: { lines: 10, length: 8, width: 4, radius: 8 }
}
}));
Since it minifies:
if (!window.Spinner) throw new Error('Spin.js not present')
factory(window.jQuery, window.Spinner)
to:
if (!window.Spinner) throw new Error('Spin.js not present') factory(window.jQuery, window.Spinner)
I get ‘SyntaxError: missing ; before statement’ that makes this plugin unusable.
]]>Hi,
All seems to working fine except for background images which are not showing once the page is cached.
I’m on a dev server so can’t give you access but the css is :
background-image: url(https://xxxx.xxxx.co.uk/wp-content/uploads/headway/cache/https://xxxx.xxxx.co.uk/wp-content/uploads/2016/09/contact-banner.jpg);
No other minification or caching plugins are active. Any thoughts based off this limited info I can provide you!
I can provide you with a link private to the dev site if required.
Thank you.
]]>I just tried your plugin with the Shopkeeper theme and got some very fast results, but a couple of problems means I cannot use it yet:
I use Awesome WooThumbs plugin to give multiple images when on product variations, but when I use WP Roids the main image disappears from the product page.
Regardless of whether or not WooThumbs is activated I get this response on PageSpeed Insights: PageSpeed Insights received a 500 response from the server. Does that matter?
Thanks
]]>I got this website of a client https://emergencylocksmithvancouver.ca
The homepage is fine, but the other pages / posts are broken.
I deactivated the plugin but nothing seems to fix it back.
I noticed that even though the plugin is deactivated it still shows:
“!– WP Fastest Cache file was created in 1.0287339687347 seconds, on 16-01-17 18:47:10 –>”
on this page for example: https://emergencylocksmithvancouver.ca/about/
Please advise!!
]]>Solved. It is an Archive (list of Posts) Page
Thanks.
]]>Please look at the website screenshot, https://s28.postimg.org/gina3oplp/screenshot_alltypescancer_com_2017_02_11_03_35_3.png
it’s with a mess up state.
Site https://alltypescancer.com/ is hosting with Digital ocean. Newspaper 7 theme along with visual composer
While checking with view source, I found this error. “WP Roids cache file served by PHP script as .htaccess rewrite failed. Contact your host for an explanation” although I gave 777 permission to .htaccess file, I was still getting this error.
Let me know please if I am wrong somewhere.
Thanks for your hard work, very high hope with your plugin.
I am noticing conflicts with WP Roids and the WordFence firewall
I’ll work out what rules to apply to get them both happy
Watch this thread…
[ Moderator note: Per the forum welcome please post your own topic in this sub-forum if you have a problem with WP Roids and WordFence. ]
I just updated the latest version and then clicked on flush DNS. It broke my website. I lost access to admin dashboard and then had to delete the plugin file manually from the File Manager and also deleted the code related to Wproids from htaccess then it started working.
I am using Genesis and News Pro theme
Please do not publish updates in hurry. Properly test them
Thanks for awesome plugin. My site went from taking over 12 seconds to load down to only two seconds.
I wanted to compare exact times of your plugin to Autoptimize & Cache Enabler. So, I deactivated WP-Roids to test, then when I reactived WP-Roids (after deactivating Autoptimize & Cache Enabler) my site looked like the CSS files and formatting were gone. As soon as I deactivated the plugin the formatting returned to normal.
I would like to make a donation to the project as soon I get it running on my sites.
Thank you!
]]>Hi,
I could not wait to test this plugin.
Too bad it completely messes up the layouts, see my screenshot please:
https://www.awesomescreenshot.com/image/2112484/4e00c55932d6277a971c55a30a06d89a
This is how it should look: https://logologics.nl/
It would not suprise me its the minification that is done automatically, we can not chose to not check that feature. Other plugins I have tested if I check the minification, things get messed up as well. Too bad we can not uncheck that for mow.
Thanks,
Annie
The plugin break the website css with Genesis framework and metro pro theme. Can you please fix this? Thank you
]]>