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

Solved Swapping modules.ttf to woff2

Discussion in 'Free Divi Community Forum' started by Dan1, Mar 10, 2020.

  1. Dan1

    Dan1 New Member

    Hello all,

    I saw in a thread that Divi users were speeding up their sites by changing modules.ttf to modules.woff2 - but the thread was marked solved. This is the thread url: https://divi.help/threads/ttf-module-is-slowing-down-the-page.3062/

    I followed all of the steps, and my site speed did become faster. However, I received a warning in Google Page Speed Insights:

    Warnings: Lighthouse was unable to automatically check the font-display value for the following URL: https://nortechlabs.com/wp-content/themes/Divi/core/admin/fonts/modules.woff2.

    I was in touch with another Divi user from that thread who did not receive a warning message.

    Has anyone else received this message? And were you able to fix it?

    Thank you!

    Dan Dunleavy
    https://nortechlabs.com
     
    1. PRO MEMBER PERKS Divi Powerful Child Theme - Power up your Divi sites with tons of new functionalities & premade elements:Learn More
  2. Dan1

    Dan1 New Member

    I was able to solve this issue. If anyone else is experiencing, please don't hesitate to contact me and I will help you. Thank you.
     
  3. Kev_Divi

    Kev_Divi New Member

    1. PRO MEMBER PERKS Divi Ultimate Header Plugin - Add more varieties for your Divi header (12 premade styles) + menu hover effects:Learn More
  4. Nia

    Nia New Member

    I'm facing this issue for weeks!
    I already added this line to my header.php file:
    <link rel="preload" href="/wp-content/themes/divi/core/admin/fonts/modules.ttf" as="font" type="font/ttf">

    But the issue is still there. This is driving me nuts!
     
    mecton likes this.
  5. mecton

    mecton New Member

    same problem for me
     
    1. PRO MEMBER PERKS Divi Powerful Child Theme - Power up your Divi sites with tons of new functionalities & premade elements:Learn More
  6. Nia

    Nia New Member

    I solved the issue! Instead of adding that preload script to the header.php, i added it to the Autoptimise plugin -> Extras -> Preload specific requests.
    And it finally worked!
     
    mecton likes this.
  7. mecton

    mecton New Member

    i dont use Autoptimise i have wp rocket
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade gradient text design for your Divi site without using any plugins:View Demo
  8. Costel Iordan

    Costel Iordan New Member

    I don't use Autoptimize either, this is how I solved it:
    I used "prefetch" to allow the browser to display the font only when needed.
    <link rel="prefetch" as="font" href="/wp-content/themes/Divi/core/admin/fonts/modules.woff2" type="font/woff2" crossorigin="anonymous">
     
    #8 Costel Iordan, May 11, 2020
    Last edited: May 11, 2020