Quote:
Originally Posted by KevinH
If your "chapter" xhtml files are large and hold many many images, consider splitting them into separate files for each section. Assuming numeric section numbering, having and using a separate file xhtml file for each major section within a chapter, should greatly speed loading on all devices.
|
The basic problem is, I think, the 93,000-line CSS file. Loading and parsing that is going to slow down any book, no matter how many separate files it's split into. The OP needs to come up with a method of
drastically reducing the size of the CSS, by which I mean "getting rid of 99% of it".