Currently reading a chapter in long strip mode loads all the images in parallel. Instead the images should be loaded lazily as the viewer progresses down the page.
Support for the necessary tools/browser features is in the 73% range (https://caniuse.com/#feat=intersectionobserver). Here is a...