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

    (@alignak)

    Minifying https://www.ecualadrillo.com/ could save 454B (1% reduction) after compression.
    Minify JavaScript for the following resources to reduce their size by 3B (1% reduction).

    That’s not even 1 Kb… you do realize that you are talking about a few bytes, right?

    The reasons are simple.
    We use PHP Minify and gtmetrix probably uses something else.
    FVM doesn’t remove important or copyright comments from JS files.
    FVM doesn’t minify inline JS scripts on your HTML, for compatibility reasons.
    FVM doesn’t double minify JS files which already have a .min.js extension for compatibility reasons.
    Line breaks sometimes are important and we add some for compatibility reasons.
    Those few byte differences are needed because merging all JS files into one, is not as simple as to simply merge them together.

    You can still score 100 on gtmetrix, regardless of this.
    You can also minify your original js libraries if you are the original developer of the theme or plugin.

    Thread Starter komitaltrade

    (@komitaltrade)

    That’s not even 1 Kb… you do realize that you are talking about a few bytes, right?

    Off course that I understand, but I just asked, as would like to know. Thats why I asked – Why? – right?

    I’m actually complete happy with results get with FMV.

    Plugin Author Raul P.

    (@alignak)

    Ok, sure.
    Sorry for the expression I used.
    All good with explaining,

    Thanks

    Thread Starter komitaltrade

    (@komitaltrade)

    Again me. I found best results combining W3TC (Cloudflare) with FVM, but when I add Thrive Ultimatum I have ‘Inline small JavaScript’ warning (can be seen in Gtmetrix for initial domain). Is it some remedy for that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Minification still needed?’ is closed to new replies.