• Resolved amglemos

    (@amglemos)


    Hello,

    After configuring W3 Total Cache, I check that the results presented through GTMetrics appear at 0%, such as:
    – Add Expires headers;
    – Make fewer HTTP requests;
    – Compress components with gzip;
    – Minify JavaScript and CSS;

    In the plugin everything is set up and active, but the expected results do not appear, can you help me, please?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,

    1. add expires headers and Gzip compression. For this, you need to enable Browser Cache in Performance>General settings. Then go to Performance>Browser Cache and enable “Set expires header ” and “Enable HTTP (gzip) compression ”
    2.Minify JavaScript and CSS and Make fewer HTTP requests. This means that you need to enable Minify. I suggest that you enable minify in Performance>General settings and use the manual mode. Then go to Performance>Minify and do the following:
    FOr JS minify you can use combine only “Non-blocking” using Async,
    and for CSS, change the @import handling: process
    Add JS and CSS files manually using the Help wizard in the top of the page.

    Thread Starter amglemos

    (@amglemos)

    Hi,

    Thanks a lot for the help.
    I made the requested changes, some functions were already active, but the results continue to appear at 0%.
    – Enable gzip compression;
    – Minify JavaScript;
    – Defer parsing of JavaScript;
    – Minify CSS.

    It may be some incorrect configuration that I made in the plugin that is conditioning the results. Can you help me please?

    Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello,
    Please make sure that you have mod_deflate enabled on your server to be able to use Gzip. You can also run the compatibility check in Performance>Dashboard and see if mod_deflate is installed.
    As for Minify, enable it in Performance>general settings, Switch to Auto mode. Save all settings and purge caches. Repeat the test and see the results.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Minify JS and CSS, GZIP does not show results’ is closed to new replies.