Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #386742

    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!

    • This topic was modified 9 years, 6 months ago by apower84.
    #387180

    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

    #387656

    Hi Elliot,

    If i activate bwp-minify it breaks my site :-( is there any guide for bwp-minify and Enfold theme?

    //Cheers!

    #388121

    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

    #389020

    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!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘optimize for maximum speed’ is closed to new replies.