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

    (@alignak)

    I think you are misunderstanding the ignore list.
    https://www.ads-software.com/plugins/fast-velocity-minify/faq/

    The purpose of that list, is to prevent files from being merged, so logically, they will show up on the critical path.

    If you don’t add them to the ignore list, they should be merged… unless you are not enqueuing the files properly (ie: not following the official method).

    Thread Starter cmit99

    (@cmit99)

    Thanks for the quick reply ??

    There are three Ignore Lists
    Ignore List
    Exclude CSS files from PSI
    Exclude JS files from PSI

    Can you explain the “from PSI” Ignore lists?

    Plugin Author Raul P.

    (@alignak)

    PSI means, Pagespeed Insights.

    That is a developer functionality. It will hide those files from the test so you can measure the impact of certain scripts or styles in your scores.

    For normal usage, the only one that matters is the normal ignore list.
    If you have a conflict when merging a file, due to either PHP Minify minification process, undefined errors, etc, you can prevent it from being merged and leaving it alone in it’s place.

    Version 3 is coming out soon and that feature will be discontinued, so maybe wait a few more days and you can try again. The new version will be more efficient and capture scripts and styles, even when they are not properly enqueued.

    Thread Starter cmit99

    (@cmit99)

    OK i understand ??

    I wait for Version 3

    I added /wp-includes/js/jquery/jquery.js to “Exclude JS files from PSI”
    but there was no effect ??

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exclude Files from PSI not working’ is closed to new replies.