Tagged: wp rocket
-
AuthorPosts
-
July 16, 2015 at 3:05 pm #474352
Hello,
Are there any Enfold users in this forum who are using the WP-Rocket cache Plugin?
Do you have any advice on the best settings?
Thanks in advance
July 16, 2015 at 3:11 pm #474359Hi Roger!
I found this one – https://kriesi.at/support/topic/seite-wird-vollstandig-angezeigt-und-ladt-und-ladt-nur-bei-chrome-und-opera/#post-449217
Hope it helps.Cheers!
YigitJuly 16, 2015 at 3:51 pm #474391Thanx Yigit,
Let’s see and wait if there are also others.
roger
July 16, 2015 at 4:08 pm #474403August 7, 2015 at 1:20 pm #484518I use WP Rocket and have not found the perfect settings for it. Setting the WP Rocket settings too strict (minify both css and js) leads to unreachable website (502 Bad Gateway). I would love to hear which css and js related to Enfold should be left out of the minification process.
August 7, 2015 at 4:39 pm #484605Hello Manuelap,
As far as I could figure out. My setting are:
Files optimization:
I switched on:
-HTML (inline css and JS), google Fonts and css.
-mobile cacheIn the Advance part:
Prefetch DNS requests://ajax.googleapis.comand on CDN
Enable CDN (which is hosted by MAXcdnUnfortunately I have no knowledge of the JS part and deferred loading etc.
Lazy Load is breaking the Masonry gallery (which I use )
I tested my site with tools.pingdom.com and these settings are for my site the fastest.
Roger
August 9, 2015 at 11:41 pm #484984Hi!
@Roger Thanks for sharing. We can’t really provide support for this 3rd party plugin. You would need to test it yourself or ask WP Rocket support about this.
Regards,
Andy- This reply was modified 9 years, 3 months ago by Andy.
February 13, 2017 at 12:30 pm #746345Hi, I know this is an old thread ,but I’ve only just installed WP Rocket on my 13 sites.. and wow! Love it :) my sites are all rediculously fast now
Although I’m having issues with the ENFOLD mega menu on all the sites (that have them) the standard menu loads fine, but the mega menu is squashed onto the left hand side and cut off. If I switch off javascript minification then it works again.
Screenshot: http://i.imgur.com/Y7rRWX2.png
I need a comprehensive list of all javscript and css which is loaded in the theme and what they all do if possible? So I can tweak the settings
February 17, 2017 at 10:11 am #748306Hi,
Please create a new ticket and post a link to your site so we can take a closer look at this issue.
Best regards,
VinayFebruary 17, 2017 at 10:29 am #748311Great, thanks Vinay. Please see login details below. Bizarrely it only seems to be happeneing on the home page. I cleared all content and the menu worked again, but I couldnt really seem to find the culprit!
February 22, 2017 at 8:55 am #750331Hey!
It’s the minification that is causing the issue. Please disable it then install the following plugin.
// https://wordpress.org/plugins/bwp-minify/
Add this code in the functions.php file before activation:
add_filter('bwp_minify_style_ignore', 'avf_exclude_my_css'); function avf_exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }
And this configurations in the .htaccess file:
<IfModule mod_expires.c> ExpiresActive On <filesMatch "\.(js)$"> ExpiresDefault "access plus 7 days 1 hour" </filesMatch> ExpiresDefault "access plus 7 days 1 hour" ExpiresByType image/gif "access plus 1 month 1 hour" ExpiresByType image/jpg "access plus 1 month 1 hour" ExpiresByType image/jpeg "access plus 1 month 1 hour" ExpiresByType image/png "access plus 1 month 1 hour" ExpiresByType application/x-shockwave-flash "access plus 1 day 1 hour" ExpiresByType text/css "access plus 7 day 1 hour" ExpiresByType text/javascript "access plus 7 days 1 hour" ExpiresByType text/js "access plus 7 days 1 hour" ExpiresByType application/javascript "access plus 7 days 1 hour" ExpiresByType application/x-javascript "access plus 7 days 1 hour" </IfModule>
Cheers!
IsmaelFebruary 22, 2017 at 7:01 pm #750602I’ve been using it (WPR) successfully on enfold sites with css minify enabled for about a year – it’s a great all in one solution for caching / minification and worth the premium imho.
However the css minification seems to fail with latest Enfold version for some reason – will try to identify the cause when I have some time.
February 22, 2017 at 10:14 pm #750713Hi!
Thank you very much for do letting us know!
WP-Rocket has also worked out some of it compatibility with Themes that are Top in their area, like Enfold.
Thank you!Regards,
BasilisMarch 1, 2017 at 2:10 pm #753704Thanks for your help, but I would rather not have to use another plugin to do what I’ve already paid WP Rocket to do :)
I can add a list of CSS files to exlcude from minification, could someone please let me know what CSS file loads the megamenu? That’s all I need, thank you
March 1, 2017 at 3:22 pm #753758i use wp rocket to and i can confirm the css minification breaks the website since last update of enfold
March 2, 2017 at 7:14 am #754087Hey!
Please refer to the following link:
// http://docs.wp-rocket.me/article/19-resolving-issues-with-minification
Please exclude the layout.css file and dynamic stylesheet that is located in the wp-content > dynamic_avia directory..
Best regards,
IsmaelMarch 2, 2017 at 8:44 pm #754552Thought I’d add this – just in from WPR – as may be relevant to you:
You are receiving this email because WP Rocket causes a slight minification issue for those of you running WP Rocket version 2.9.6 or 2.9.7.
We have been working on improving our compatibility with the Sucuri plugin (specifically the minification aspect) and it caused a few issues on some client websites.As a result, we quickly fixed any problems with the version 2.9.8. of WP Rocket.
If your website has been acting up in the following ways:
403 errors on minified files
Pages not displaying properlyYou need to update to the 2.9.8 version.
Updating WP Rocket is easy: all you need to do is update WP Rocket in your WordPress.
If you have not noticed anything wrong on your website, this update can wait.
March 2, 2017 at 8:59 pm #754567Wp-rocket 2.9.8 did not fix the issue of Enfold 4.0.2. As it mentioned –
Fix: image URL in Envira Gallery Lightbox was incorrectly rewritten when using a CDN- This reply was modified 7 years, 8 months ago by Anderson C.
March 3, 2017 at 6:24 am #754834Hi!
@M1000000: Thank you for the info.@Chowdhury: Please create a new thread with the url to the page with the issue. We don’t provide support for third party plugins but we’ll try to help as much as possible.
Cheers!
IsmaelMarch 11, 2017 at 7:12 pm #759413Hi!
As a quick update ( for the google refering also )
WPRocket Team has worked with us and we have identify an issue, that Kriesi is going to solve on next release.Thanks a lot for your understanding
Regards,
BasilisSeptember 18, 2017 at 10:07 am #853334Hi, I have WP Rocket plugin installed but I’m having a few issues with it working with Enfold. What is the best way to get around the Masonry Gallery not displaying the images correctly?
Thanks
September 18, 2017 at 3:32 pm #853436Hi,
@johnosjourney Can you please start a new thread under Enfold sub forum and elaborate on the issues you are having and attach temporary admin logins in private content field? :)Best regards,
Yigit -
AuthorPosts
- The topic ‘WP-Rocket’ is closed to new replies.