If it possible, how to implement the lazy load?
I want to improve the performance of the reading PDF.
Because when opening a PDF that have > 50MB filesize, the initialization is so slow
Replies
a***r@3dflipbook.net
2024-11-21
2024-11-21
Yes, your web server has to support range requests and gzip should be disabled.
r***t@global-coding.com
2024-11-29
2024-11-29
yes, I already set it. is there any setting that I should set in the .FlipBook() in its javascript?
a***r@3dflipbook.net
2024-12-02
2024-12-02
no, the plugin uses PDFJS library to render PDFs online, so all detailed PDF settings are related with this library.
Yes, your web server has to support range requests and gzip should be disabled.
yes, I already set it. is there any setting that I should set in the .FlipBook() in its javascript?
no, the plugin uses PDFJS library to render PDFs online, so all detailed PDF settings are related with this library.