Tagged: caching, compression, minify, performance, plugins, speed
-
AuthorPosts
-
December 10, 2014 at 2:31 pm #365958
Hi,
i’m seeking for the best caching, compression, minifaction Plugin for WordPress/Enfold?
I use password protected pages and this lets some Plugins struggle. What are your suggestions?
The “out of the box” performance isn’t that great and all the single files aren’t, too.
Is there a way to merge them, without losing the ability to update or doing it manually?Greez Jens
Ps: Good topic for one of your nice tut-videos :)
December 10, 2014 at 2:44 pm #365962Some suggestion found here:
– https://kriesi.at/support/topic/tips-on-speeding-up-site-performance/#post-346077
.. more?Plugins:
– Better WordPress Minify https://wordpress.org/plugins/bwp-minify/
– WP Super Cache https://wordpress.org/plugins/wp-super-cache/
– W3 Total Cache https://wordpress.org/plugins/w3-total-cache/
– Quick Cache (Speed Without Compromise) https://wordpress.org/plugins/quick-cache/
– WP Fastest Cache https://wordpress.org/plugins/wp-fastest-cache/
– EWWW Image Optimizer https://wordpress.org/plugins/ewww-image-optimizer/
– WP Smush.it https://wordpress.org/plugins/wp-smushit/
.. which to use, why?But there are sill a lot of file request.
Merge would be helpful. But how?Dream :) .. Enfold would need a flag:
– Dev mode (all singe files, uncompressed)
– Production mode (one file, compressed)Greez Jens
- This reply was modified 9 years, 11 months ago by Jens. Reason: Corrected 2 links
December 11, 2014 at 2:06 am #366380Hi Jens!
As far as i know Kriesi.at uses Better WordPress Minify + WP Super Cache and the results are quite good, can you post a link to your site?
Best regards,
JosueDecember 11, 2014 at 11:51 am #366587Hi,
I’m sorry, I can’t share the URL public.
But what are you looking for? Maybe I could answer your interest here, too? :)So .. right now I use
– Better WordPress Minify https://wordpress.org/plugins/bwp-minify/ (But there are still to many requests)
and
– W3 Total Cache https://wordpress.org/plugins/w3-total-cache/ (as it could handle password protection)
and
– EWWW Image Optimizer https://wordpress.org/plugins/ewww-image-optimizer/
no need for “WP Smush.it” as it uses the same things like EWWW, but as Service (which is slower, than the local actions) at least for me.It’s uncomfortable to maintain the “header file links” as they are spread all over the system.
Some are coming hardcoded form plugins, some are form the theme, some are configurable
and some are files simply redundant, as there is no checking or anything smart going in WP here.Are there any common/pro solution for that?
Greez Jens
December 12, 2014 at 4:34 pm #367277Hey!
you can post your link here as a privat message. Only moderators will be able to see it.
Regards,
AndyDecember 12, 2014 at 4:42 pm #367292This reply has been marked as private.December 16, 2014 at 6:03 am #368785Hey!
Try using one of these plugins to alleviate the number of image file request (which are the majority):
http://premium.wpmudev.org/blog/6-lazy-load-plugins-to-make-your-wordpress-site-faster/Cheers!
JosueAugust 31, 2016 at 9:21 pm #680329Hi
Thank you for all tips. Please confirm that Better WordPress Minify and W3 Total Cache should works together?
It looks like W3 Total Cache have similar function build.
Can you share some tip about the best configuration for Enfold and Better WordPress Minify
Thank you in advancedAugust 31, 2016 at 10:35 pm #680344Hi,
W3 Total Cache has minify options too, i’d suggest using WP Super Cache + BWP instead.
Best regards,
JosueJune 22, 2017 at 5:08 pm #811689Better WordPress Minify broke my site/the header. I dont understand how this works good with enfold?
Can you recommend another plugin just for minifycation?June 22, 2017 at 5:53 pm #811719i have the same solution on start BWP Minify and WP Super Cache.
Sometimes BWP Minify got in conflict with advanced Layserslider script.
You can avoid this by excluding handling the script of layerslider by BWP. (Look to Tab : “Manage enqueued files” look on the right side there are a lot of opportunities to test. f.e. “scripts to NOT minify” if you move the layerslider.js into that – the slider will work as expected.June 22, 2017 at 6:45 pm #811745great, I also saw that it´s possible to add below code in funtions.php. do you know if this will work?
add_filter(‘bwp_minify_style_ignore’, ‘exclude_my_css’);
function exclude_my_css($excluded)
{
$excluded = array(‘avia-custom’, ‘avia-layout’);
return $excluded;
}June 25, 2017 at 1:28 pm #812664Hi lech07,
It should :) Have you tired already?
Best regards,
VictoriaJune 25, 2017 at 3:53 pm #812699yes, and it looks like it´s working.
There are some CDN/cloudfare settings in the plugin, do I need to fill it in?
The cloudfare is active from cloudfare website and from my hosting. I am not sure if it´s necassary to fill in the cloudfare information?June 25, 2017 at 4:14 pm #812705if you havn’t – no please unmark all fields.
June 25, 2017 at 4:19 pm #812709I have cloudfare activated.
this is activated on cloudfares website and from the hosting portal.
December 4, 2017 at 4:22 pm #884679wot cache optimization with enfold
incase you want to see review about plugin
https://wplift.com/wot-cache-reviewDecember 5, 2017 at 11:16 am #884968 -
AuthorPosts
- You must be logged in to reply to this topic.