You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin currently runs on multiple files sequentially, which can potentially be very slow. critical is apparently looking at allowing multiple sources to be passed, we should use that when it’ll be possible:
I tried running it in parallel with a promise pool but this led to out of memory errors (could maybe have been fixed by reducing the concurrency) and lingering Puppeteer processes (still TBD if that was the cause).
The text was updated successfully, but these errors were encountered:
This plugin currently runs on multiple files sequentially, which can potentially be very slow.
critical
is apparently looking at allowing multiple sources to be passed, we should use that when it’ll be possible:concurrency
option addyosmani/critical#371 (comment)I tried running it in parallel with a promise pool but this led to out of memory errors (could maybe have been fixed by reducing the concurrency) and lingering Puppeteer processes (still TBD if that was the cause).
The text was updated successfully, but these errors were encountered: