Created by: marvelsrp
I have perfomance problem in build. Results diff [email protected] and [email protected] in my project:
Default:
- [email protected] [email protected], cache: true Done in 190.03s.
- [email protected] [email protected], cache: true Done in 369.82s.
Disable cache:
- [email protected] [email protected], cache: false Done in 101.78s.
- [email protected] [email protected], cache: false Done in 101.98s.
Enable Treads:
- [email protected] [email protected], cache: true, treads: true Done in 106.12s.
- [email protected] [email protected], cache: false, treads: true Done in 84.70s.
I see performance improvement after package update eslint-webpack-plugin to 2.4.1 and enable multi treads linter.
Enable treads