Hi!
Thank you for all the support I have got Enfold support team just fantasic. Big thank you to all!
Just have a questions about optimization im not so good at this. Want to give you a clear picture as I can here.
Using WPEngine as a host there recommendations for minify plugins are:
Autoptimize and Smush.it “so far”
Using WPEngine with MAXCDN at the moment and ask them about speed for my site.
WPEngine support says that the Enfold theme are having to many request should be less then 50. (see link 1)
Then some tools are not so happy about the images what to do?
http://www.webpagetest.org/
http://gtmetrix.com/
https://developers.google.com/speed/pagespeed/insights/
Ps. WPEngine wantend me to try https://kraken.io/ to help me with the images.
Hope I hear for you soon Cheers!
Hi Mattias!
I would try this plugin out, https://wordpress.org/plugins/bwp-minify/, it should help in reducing the amount of requests.
Your images look good to me. I wouldn’t optimize them any further.
Cheers!
Elliott
Hi Elliot,
If i activate bwp-minify it breaks my site :-( is there any guide for bwp-minify and Enfold theme?
//Cheers!
Hi!
Try to add this on functions.php:
add_filter('bwp_minify_style_ignore', 'exclude_my_css');
function exclude_my_css($excluded)
{
$excluded = array('avia-custom', 'avia-layout');
return $excluded;
}
Regards,
Ismael
Hi Ismael,
Thank you for the input but i will use the plugin Autoptimize it works better at the moment.
You can close this ticket now.
//Cheers!