Tag: webperf
All the articles with the tag "webperf".
How to boost the speed of your webpack build?
Published: at 12:00 AMA story of performance optimization and application of the Pareto principle to a webpack build that has become far too long.
Why you should use Compression Webpack Plugin?
Published: at 12:00 AMIf you are using webpack as module bundler for your application, you probably are concerned by its own performance and loading time. You may have used code splitting, tree shaking, uglifyfication but you may have forgot a very important step.