[OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread jim.meyer
Hi, We are rendering a vector layer that has 1000+ shapes. Currently, it is very slow in IE. Any ideas as to where to start to improve performance? The code that is being used to render this layer is below: shapeStore.on('load', function(ds){

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread Pavel Iacovlev
If you have so many shapes you could: 1) Reduce the number of shapes to like 100 2) Render your layer server-side and serve it via WMS-C for example Depends what are you using your vector layer for, as a workground you can: on small scales use the WMS layer of your data and on big scales use the

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread Christopher Schmidt
On Tue, Sep 22, 2009 at 10:34:42AM -0400, jim.me...@concept-solutions.com wrote: Hi, We are rendering a vector layer that has 1000+ shapes. Currently, it is very slow in IE. Any ideas as to where to start to improve performance? Render fewer shapes. Regards, -- Christopher Schmidt

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread jim.meyer
-Original Message- From: Christopher Schmidt [mailto:crschm...@metacarta.com] Sent: Tuesday, September 22, 2009 11:37 AM To: jim.me...@concept-solutions.com Cc: users@openlayers.org Subject: Re: [OpenLayers-Users] Performance Tuning in Internet Explorer On Tue, Sep 22, 2009 at 10:34:42AM

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread Till Adams
Cc: users@openlayers.org Subject: Re: [OpenLayers-Users] Performance Tuning in Internet Explorer On Tue, Sep 22, 2009 at 10:34:42AM -0400, jim.me...@concept-solutions.com wrote: Hi, We are rendering a vector layer that has 1000+ shapes. Currently, it is very slow in IE

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread jim.meyer
Adams [mailto:ad...@terrestris.de] Sent: Tuesday, September 22, 2009 1:00 PM To: jim.me...@concept-solutions.com Cc: users@openlayers.org Subject: Re: [OpenLayers-Users] Performance Tuning in Internet Explorer Jim, if it is just necessary to *SHOW* the shapes you probably might check to serve

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread Guillaume Sueur
-Original Message- From: Till Adams [mailto:ad...@terrestris.de] Sent: Tuesday, September 22, 2009 1:00 PM To: jim.me...@concept-solutions.com Cc: users@openlayers.org Subject: Re: [OpenLayers-Users] Performance Tuning in Internet Explorer Jim, if it is just necessary to *SHOW* the shapes

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread jim.meyer
22, 2009 1:00 PM To: jim.me...@concept-solutions.com Cc: users@openlayers.org Subject: Re: [OpenLayers-Users] Performance Tuning in Internet Explorer Jim, if it is just necessary to *SHOW* the shapes you probably might check to serve them as WMS (try UMN or GeoServer) or pure as UMN-CGI

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread Christopher Schmidt
To: jim.me...@concept-solutions.com Subject: Re: [OpenLayers-Users] Performance Tuning in Internet Explorer On Tue, Sep 22, 2009 at 01:41:34PM -0400, jim.me...@concept-solutions.com wrote: Hi Till, We are using a lot of checkboxes on the client-side to generate a complex query

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread Kris Geusebroek
-boun...@openlayers.org] On Behalf Of jim.me...@concept-solutions.com Sent: Tuesday, September 22, 2009 8:13 PM To: 'Christopher Schmidt' Cc: users@openlayers.org Subject: Re: [OpenLayers-Users] Performance Tuning in Internet Explorer Hi Christopher, We are using GeoServer (not MapServer

Re: [OpenLayers-Users] Performance Tuning in Internet Explorer

2009-09-22 Thread Andreas Hocevar
] www.Concept-Solutions.com -Original Message- From: Christopher Schmidt [mailto:crschm...@metacarta.com] Sent: Tuesday, September 22, 2009 2:06 PM To: jim.me...@concept-solutions.com Subject: Re: [OpenLayers-Users] Performance Tuning in Internet Explorer On Tue, Sep 22, 2009 at 01:41