Feature Description
Currently, parseNovel() is responsible for fetching both the novel metadata, and chapters, thus big novels (with ~1000 chapters) take quite a bit of time to load.
Splitting them should make the novels load a bit faster.
When the chapters are parsed from paginated sources, adding chapters after a page is parsed should make the chapter loading better.
Other Details
No response
Acknowledgements
Feature Description
Currently,
parseNovel()is responsible for fetching both the novel metadata, and chapters, thus big novels (with ~1000 chapters) take quite a bit of time to load.Splitting them should make the novels load a bit faster.
When the chapters are parsed from paginated sources, adding chapters after a page is parsed should make the chapter loading better.
Other Details
No response
Acknowledgements