A few questions which could make a difference: What layer types are you using? * If you have a tiled layer, you probably have 12 or so images per layer. This can be reduced by reducing the buffer size, or even better, switch to WMS images.
* If you are using vector data, how big are your vector files? You might do better to render on the server as WMS. Which version of Mapbuilder are you using. 1.0 uses slow WalterZorn vector rendering. 1.5 uses SVG/VML. SVG on Firefox is faster than VML on IE. -- Have you tested to see where the bottleneck is? Is it on the server or client, or in transporting large files from server to client? Marcos Sánchez Provencio wrote: > Hello everybody. > > I am building a meteorological application. I need to show 20 or 30 maps > (5 signals, every hour, for 5-6 hours). I also want to show some fixed > information (boundaries, rivers...). This is extremely slow in IE and > slow on FF. I have tried to profile this problem but have no results > whatsoever (except for the scalebar to be especially slow). > > Is there some way to accelerate the creation of controls, for example, > by bypassing the xsl transformations and instanciating DOM objects in > some way? > > Why is it so extremely slow in IE? Has anyone used mapbuilder to show > many maps? > > Just in case it help, this is what the result screen looks like: > http://burke.ath.cx/~marcos/f/Pantallazo.png > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Mapbuilder-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mapbuilder-users > > -- Cameron Shorter Systems Architect, http://lisasoft.com.au Tel: +61 (0)2 8570 5050 Mob: +61 (0)419 142 254 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mapbuilder-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
