|
It's not the load times, it's the pagination time. The pages are not calculated until the book is loaded and the font size is set. Once your page is paginated, it displays it and paginates the rest in the background. When you are toward the end of the book, it cannot go to your last page until it paginates to that page which can take a long time. Loading in main memory won't fix it because at that point it's already in main memory.
|