davebren / Goot

16 stars 7 forks source link

improve perceived book loading latency #22

Open davebren opened 10 years ago

davebren commented 10 years ago

Currently, the entire book pagination happens before the user can open to the current page.

The current chapter should be loaded first up to the current page that the user is open to. While the rest of the book loads in the background.

Locking on unloaded pages if they are opened and re-prioritizing them will also be necessary.