Hi, as some other guys here, I have to deal with large SVG files (CAD floorplans, etc). Unfortunately, there is no chance for tiling, simplifying, progressiv loading or other alternatives discussed earlier - more than that, we are not allowed to process the files in any way... My problem now is just the loading of the files (~7s for about 14.000 elements), that is the time from opening to the first time user can see the content. Our goal is to reduce the time < 2s - I'm sure there is a way ;) Rendering seems not be a large problem, since elements (static and dynamic) are not very complicated.
Is there a possibility to persist the processed GVT and/or DOM as Java Objects to disk and reload it next time? Has anyone tried yet? Is there an alternative to this idea (support by batik API)? Or are there other possibilities to increase performance loading such wired SVG files which I may have overseen, yet? Thx in advance, Rene -- View this message in context: http://www.nabble.com/Caching-DOM-and-GVT-to-disk-tf3669525.html#a10252985 Sent from the Batik - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
