A big city's phone book easily has 1000 pages. With millons of words.
First steps: reduce the qualiy of the embedded JPGS and the setting of the qualitycontrol parameter. This is explained in another blog: see PDF Conversion Optimization
To reduce the amount of RAM (memory, cache) consumed by MegaZine3 and with that decrease loading times is to set the paramter maxloaded to lower values. The default is 22 pages, which will load that amount of pages into the cache.
Even if this is performed in the background, once the actual page is presented, this consumes computer power and memory. With the result of slow page flips and risk of a browser crash.
So try settings with lower values like:
<book pageheight="960" pagewidth"640" ... maxloaded="6" plugins="console, print, ... ..." ... ...>
<book pageheight="960" pagewidth"640" ... maxloaded="6" plugins="console, print, ... ..." ... ...>
The size of the book-pages also has some influence, so try to reduce pageheight an pagewidth.
This can improve the speed of page flips at lower resolutions.
We also are working on additional features to speed up this kind of books like automatic selection of JPG or SWF.
Stay tuned ...

