jekyll-babel icon indicating copy to clipboard operation
jekyll-babel copied to clipboard

6s~10s increase in compile time

Open davatron5000 opened this issue 8 years ago • 0 comments

After installing jekyll-babel, I noticed a 6s~10s jump in compile time. I was able to isolate the performance regression to jekyll-babel by creating a new project and creating a single JS file, then copying it over and over.

---
---
let foo = "bar";

Even with this simple file, there was a +500ms increase in compile time per JS file (4 files == 2s increase).

Thoughts? Any way to make this faster? Thanks.

davatron5000 avatar Jul 28 '17 21:07 davatron5000