ganeshh123/notion-pdf-export

High CPU Usage

ganeshh123 opened this issue · 1 comments

When exporting pages, multiple phantomjs processes run. This ensures quicker conversion, but very high CPU usage. Maybe we could optimize the way markdown-pdf does batch conversion?

Fixed in Version 1.2
Switched from PhantomJS to wkhtmltopdf which does conversions sequentially. Slightly slower but won't use as much resources.
#9