Maximum number of pages
guidouil opened this issue · 3 comments
Hi all,
I am developing a tool to edit decks with a wysiwyg. The customer just told me that he might create some presentation with two thousand files. I tried to recursively create 1000 slide and it allready crash chrome on the deck init...
Is there a way to cut a to big to chew presentation ? and how many slides is the maximum for one presentation ?
Just after some test, with 300 slides it still works with lag, with 400 chrome crash. Testing with a Macbook pro i7 / 16 GB RAM.
Considering all slides are loaded into a single web page all at once, i'm not surprised.
You could try the lazyload extension which loads each slide from a file (and IIRC unloads them once you're done). I haven't touched it in a while though, so I hope it still works.