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
The conversion process should complete in a reasonable amount of time, proportional to the complexity and size of the Notion page being converted.
Actual Behavior
The conversion process takes an unusually long time, far exceeding reasonable expectations with about 10,000 blocks.
Possible Solution
I am not sure what might be causing this issue, but it might be related to how data is fetched or processed during the conversion. A review of the fetching and parsing mechanisms might be needed.
Additional Context
Node.js version: 20.12.0
notion-to-md version: 3.1.1
The text was updated successfully, but these errors were encountered:
@tictaqqn apologies for the super late response. I'm working on the version 4 and it focuses on fixing this issue as well, would like to have your feedback on it.
here is the discussion link: #112
Description
I've encountered a performance issue with the
notion-to-md
package where the conversion of Notion pages to Markdown takes an excessively long time.Steps to Reproduce
Run below.
saveBlocksToMarkdown
ends within 5 seconds, butsaveBlocksToFile
takes more than 10 minutes.Expected Behavior
The conversion process should complete in a reasonable amount of time, proportional to the complexity and size of the Notion page being converted.
Actual Behavior
The conversion process takes an unusually long time, far exceeding reasonable expectations with about 10,000 blocks.
Possible Solution
I am not sure what might be causing this issue, but it might be related to how data is fetched or processed during the conversion. A review of the fetching and parsing mechanisms might be needed.
Additional Context
notion-to-md
version: 3.1.1The text was updated successfully, but these errors were encountered: