关于大文件加载缓慢的问题/Regarding the issue of slow loading of large files #1158
nobody96321
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
我非常喜欢note-gen的快速记录整理的功能,但是在使用过程中发现在浏览一些大文件时加载缓慢的问题,690KB的任务计划加载需要一分多钟,并且在加载过程中所有的UI按键都无响应,不知道能够通过调整文档解析的逻辑或者分块加载来优化大文件的加载速度。
I really like the quick note-taking and organization feature of note-gen. However, during the usage process, I found that the loading speed was slow when browsing some large files. It took over a minute to load a 690KB task plan, and all the UI buttons were unresponsive during the loading process. I wonder if the loading speed of large files could be optimized by adjusting the document parsing logic or implementing chunk loading.
All reactions