1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Speeding up website

Discussion in 'Free Divi Community Forum' started by Mikey, Jun 12, 2020.

  1. Mikey

    Mikey New Member

    Hello everyone

    I have been given this information to do in order to speed up website but I was wondering what are the resulting consequences of selecting these options?

    WP Admin > Divi > Theme Options > Builder > Advanced > Static CSS File Generation


    WP Admin > Divi > Theme Options > Minify And Combine Javascript Files / CSS Files

    Also I have attached a screenshot of a cache plug-in that I don't know what options to turn on
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Header Plugin - Custom Divi Builder header on desktop + default slide in / fullscreen menu on mobile:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    Those are meant to speed up the loading of your site. After enabling those options, make sure to check your site & see if everything loaded fine.
    You may just enable all those options & similarly check your site & see if everything loaded fine. They should speed up your site even more.
     
  3. cwly

    cwly Member

    I just wanted to created a new topic similar to this but then I found this one by chance. So I hope it is fine to add my stuff here as well since it is pretty much the same.

    I redesigned my entire website using divi. Before this I used the plugin autoptimize in order to speed up the page. It worked absolutely fine and I didn't get any complains about loading issuey by SEO tools anymore.

    But when having divi and autoptimize activated at the same time my images aren't loaded anymore. Deactivating autoptimize gives my back my images on the one hand, but a slower page and complaints of higher number of used CSS and JS files on the other hand.

    All settings mentioned above like
    WP Admin > Divi > Theme Options > Builder > Advanced > Static CSS File Generation
    WP Admin > Divi > Theme Options > Minify And Combine Javascript Files / CSS Files
    are activated.

    So what is the right way to use divi and CSS and JS optimisation at the same time in order to not get any issues shown by SEO checkers?

    Thanks!
     
    1. PRO MEMBER PERKS Beautifully crafted custom colored 'Digital Marketing' Divi layout for all Pro members:View Demo
  4. Divi.Help

    Divi.Help Administrator
    Staff Member

    When activating Autoptimize, you may try to disable all default Divi optimization options & see if it works.

    If not, you may try the below code in your child theme functions.php:
    Code:
    Log In or Sign Up to view this code.
    Taken from: https://wordpress.org/support/topic/autoptimizer-divi-issue-divi-animation-stops-working/

    They also suggested that Jetpack lazy load image might be the culprit as well: https://wordpress.org/support/topic/autoptimize-missing-pictures/
    **There's solution in the link as well.