• Resolved kursycms

    (@kursycms)


    There is a problem with CSS and JS after upgrading to a newer version. In version 3.1.3 I’m using the following settings:

    Merge render blocking JS files in the header
    /above-the-fold.min.js
    /wp-includes

    Merge and Defer Scripts
    /wp-content/plugins
    /wp-content/themes/

    And it works great with version 3.1.3.

    After updating the plugin, it is not possible to introduce the above options, despite the cache being created automatically, this does not work at all for CSS and JS files.

    These settings are recommended by the developers of the7 template
    https://support.dream-theme.com/knowledgebase/fast-velocity-minify-settings/

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    Hi,

    The7 has a lot of templates and there are many plugins that can be used.
    I don’t think the recommended settings there, are ideal.

    They are probably render blocking /wp-includes because they didn’t look at the real issue, which is, inline scripts that also need to be deferred. If you are deferring /wp-includes there are also some inline scripts that need to be deferred.

    Look at the HELP settings for the recommended defaults, on FVM settings.
    That should work fine for most themes and plugins.

    If there are errors in the console log, then disable js and css merging first.
    The minification show work, so later it’s just a matter of manually deciding what can be or cannot be deferred (manually).

    Plugin Author Raul P.

    (@alignak)

    Tested and the default settings work as explained on the HELP tab.
    I’ll contact the7 author and tell them that their recommended settings are incorrect.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS and JS problem with Page Speed Insights in newest version’ is closed to new replies.