jonkemp / inline-css

Inline css into an html file.
MIT License
429 stars 84 forks source link

Blocks event loop for too long #53

Open binarykitchen opened 8 years ago

binarykitchen commented 8 years ago

Internal measurements have shown that this module can block node's internal event loop for about 200ms which is quite a long time.

Any chance you could break down internal async function blocks with setImmediate() or process.nextTick?