validator / gulp-html

Gulp plugin for HTML validation, using the official Nu Html Checker (v.Nu)

Home Page:https://validator.github.io/gulp-html/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple files checking speed issue

XhmikosR opened this issue · comments

When checking multiple files, I notice that gulp-html spawns a new Java process for each file. This is far from optimal and it's super slow with a big number of HTML files.

You should gather the source files and pass all of them in one Java process. Here's how grunt-html does this.

Thanks!

Thank you for your comment and I'm sorry for my late response! I will have a look and code on it.

I don't think this is valid, not sure how I thought this happened in the first place.