home.social

#htmlminifier — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #htmlminifier, aggregated by home.social.

fetched live
  1. Stumbled into an escaping-related, medium–high security vulnerability in 3 (!) minifiers today:

    * Fixed and also officially reported in HTML Minifier Next (upgrade to 7.5.2!)
    * Reported via security-related channels to the other two minifiers (first time to rely on SECURITY.md—useful)

    It came up while reviewing and rerunning benchmarks across minifiers, but wasn’t the find to expect (a vulnerability that existed between 8 months and… 10 years).

    #minification #htmlminifier #security

  2. Stumbled into an escaping-related, medium–high security vulnerability in 3 (!) minifiers today:

    * Fixed and also officially reported in HTML Minifier Next (upgrade to 7.5.2!)
    * Reported via security-related channels to the other two minifiers (first time to rely on SECURITY.md—useful)

    It came up while reviewing and rerunning benchmarks across minifiers, but wasn’t the find to expect (a vulnerability that existed between 8 months and… 10 years).

    #minification #htmlminifier #security

  3. HTML Minifier Next: JSON Schema, Cache Statistics, Default Config File:

    An update on the latest changes on the super-configurable web page minifier.

    meiert.com/blog/html-minifier-

    #tools #webdev #html #performance #optimization #htmlminifier

  4. HTML Minifier Next: JSON Schema, Cache Statistics, Default Config File:

    An update on the latest changes on the super-configurable web page minifier.

    meiert.com/blog/html-minifier-

    #tools #webdev #html #performance #optimization #htmlminifier

  5. Web page minification:

    To allow you to tune and optimize your cache settings, HTML Minifier Next now (7.3.0) provides cache statistics.

    More details: github.com/j9t/html-minifier-n

    #htmlminifier #hmn #performance #optimization

  6. Web page minification:

    To allow you to tune and optimize your cache settings, HTML Minifier Next now (7.3.0) provides cache statistics.

    More details: github.com/j9t/html-minifier-n

    #htmlminifier #hmn #performance #optimization

  7. Web page minification:

    HTML Minifier Next is almost a year old now, coming with security updates, bug fixes, new features, and *significantly* better performance than its predecessors.

    Now I strongly recommend to update—HTML Minifier (HM) and HTML Minifier Terser (HMT) have severe bugs and gaps around HTML and CSS minification.

    Please do your own tests, but note that HM is officially unmaintained and HMT hasn’t been updated in years:

    npmjs.com/package/html-minifie

    #html #htmlminifier #minification

  8. Web page minification:

    HTML Minifier Next is almost a year old now, coming with security updates, bug fixes, new features, and *significantly* better performance than its predecessors.

    Now I strongly recommend to update—HTML Minifier (HM) and HTML Minifier Terser (HMT) have severe bugs and gaps around HTML and CSS minification.

    Please do your own tests, but note that HM is officially unmaintained and HMT hasn’t been updated in years:

    npmjs.com/package/html-minifie

    #html #htmlminifier #minification

  9. HTML Minifier Next: Zero-Config Mode, SVG Minification With SVGO, Even Faster:

    An update on recent improvements to the super-configurable web page minifier.

    meiert.com/blog/html-minifier-

    #tools #webdev #html #htmlminifier #performance #optimization

  10. HTML Minifier Next: Zero-Config Mode, SVG Minification With SVGO, Even Faster:

    An update on recent improvements to the super-configurable web page minifier.

    meiert.com/blog/html-minifier-

    #tools #webdev #html #htmlminifier #performance #optimization

  11. Web page minification:

    HTML Minifier Next now comes with a zero-config mode, to enable quick, comprehensive in-place minification.

    🖥️ Run `npx html-minifier-next --zero` in any folder, to compress HTML pages and inline CSS, JS, and SVG with comprehensive defaults.

    (The command shares the internals and can be aborted. To test, use under version control.)

    #html #htmlminifier #minification #performance

  12. Web page minification:

    HTML Minifier Next now comes with a zero-config mode, to enable quick, comprehensive in-place minification.

    🖥️ Run `npx html-minifier-next --zero` in any folder, to compress HTML pages and inline CSS, JS, and SVG with comprehensive defaults.

    (The command shares the internals and can be aborted. To test, use under version control.)

    #html #htmlminifier #minification #performance

  13. If you're a HTML Minifier (HM) or HTML Minifier Terser (HMT) user, I suggest to have a look at HTML Minifier Next (HMN).

    HMN:

    * includes security updates and bug fixes
    * provides additional configuration options (including presets)
    * is faster
    * comes with a more comfortable web version
    * is run by someone who ❤️s HTML

    HMN is generally compatible with HM and HMT.

    * npm: npmjs.com/package/html-minifie
    * GitHub: github.com/j9t/html-minifier-n
    * Web: j9t.github.io/html-minifier-ne

    #html #htmlminifier #minification

  14. If you're a HTML Minifier (HM) or HTML Minifier Terser (HMT) user, I suggest to have a look at HTML Minifier Next (HMN).

    HMN:

    * includes security updates and bug fixes
    * provides additional configuration options (including presets)
    * is faster
    * comes with a more comfortable web version
    * is run by someone who ❤️s HTML

    HMN is generally compatible with HM and HMT.

    * npm: npmjs.com/package/html-minifie
    * GitHub: github.com/j9t/html-minifier-n
    * Web: j9t.github.io/html-minifier-ne

    #html #htmlminifier #minification

  15. HTML Minifier Next (maintained and enhanced successor of HTML Minifier) now allows to save and bookmark settings and (small) samples.

    See e.g. is.gd/yXn4EX (too long to share without shortening) for a quick example.

    #html #minification #htmlminifier #optimization

  16. HTML Minifier Next (maintained and enhanced successor of HTML Minifier) now allows to save and bookmark settings and (small) samples.

    See e.g. is.gd/yXn4EX (too long to share without shortening) for a quick example.

    #html #minification #htmlminifier #optimization

  17. Spent a few hours on Eleventy performance.

    Reviewed all “if” clauses, loops, operators, and repetition thereof on what to shave off. Saved a few secs export time (on a 10,000 files site).

    Somewhat accidentally made out a bigger source for savings: html-minifier. Essential tooling, but took this to disable what I didn’t need. Saved ~15% of export time.

    Sharing if helpful for your own Eleventy projects.

    Updated public config: meiert.com/en/blog/html-minifi

    #eleventy #performance #html #htmlminifier

  18. Spent a few hours on Eleventy performance.

    Reviewed all “if” clauses, loops, operators, and repetition thereof on what to shave off. Saved a few secs export time (on a 10,000 files site).

    Somewhat accidentally made out a bigger source for savings: html-minifier. Essential tooling, but took this to disable what I didn’t need. Saved ~15% of export time.

    Sharing if helpful for your own Eleventy projects.

    Updated public config: meiert.com/en/blog/html-minifi

    #eleventy #performance #html #htmlminifier