[Geoserver-users] WMS performance

2012-05-07 Thread Paul Meems
Hi, I'm new to this list. I'm Paul I'm from The Netherlands and I'm in the process of making a simple WebGIS with just viewing capabilities. I have a cloud server running Ubunto. GeoServer v2.1.3 and PostGreSQL v9.1 with PostGIS. All is running well except for the performance. It takes very long

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Imran Rajjad
can you please post your openlayers code for that cached layer? and what j2ee container are you using? regards, Imran On Mon, May 7, 2012 at 5:05 PM, Paul Meems bontepaar...@gmail.com wrote: Hi, I'm new to this list. I'm Paul I'm from The Netherlands and I'm in the process of making a

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Paul Meems
Thanks Imran, After writing my mail to this list I've continued trying and found that if I don't use palette: 'safe' in OpenLayers the speed is as expected: fast. The size of the tiles grow a bit (20%) but the overall speed improvement is huge. I don't have a specific reason the use the palette

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Imran Rajjad
the tiles are in your datadir/gwc .. you can verify it. can you show the openlayers source, which you are using to access the cached layer? secondly what container are you using? regards, Imran On Mon, May 7, 2012 at 6:40 PM, Paul Meems bontepaar...@gmail.com wrote: Thanks Imran, After

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Paul Meems
Thanks Imran, I'm using Tomcat and I've attached part of my source code. Thanks, Paul -- Organizing the International Open Source GIS conference 2012 in The Netherlands: http://www.mapwindow.org/conference/2012/ 2012/5/7 Imran Rajjad raj...@gmail.com the tiles are in your datadir/gwc .. you

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Imran Rajjad
here is the problem, you are not using cached layer, neither you are hitting gwc. Assen: Zonnepanelen, http://myISP/geoserver/MyApp/wms;, if you have cached the layer, go to the demo page of gwc ,you should be able to see the cached layers through openlayers, check the source of that page to

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Andrea Aime
On Mon, May 7, 2012 at 3:40 PM, Paul Meems bontepaar...@gmail.com wrote: Thanks Imran, After writing my mail to this list I've continued trying and found that if I don't use palette: 'safe' in OpenLayers the speed is as expected: fast. The size of the tiles grow a bit (20%) but the overall

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Chris Holmes
It should, though you have to be sure you've also enabled direct WMS integration in GeoWebCache, or it'll just a small in memory tile thing in geoserver. I think in 2.1.3 there's an option to turn it on in the geoserver admin. On Mon, May 7, 2012 at 10:23 AM, Paul Meems bontepaar...@gmail.com

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Andrea Aime
On Mon, May 7, 2012 at 5:30 PM, Chris Holmes chol...@opengeo.org wrote: It should, though you have to be sure you've also enabled direct WMS integration in GeoWebCache, or it'll just a small in memory tile thing in geoserver. I think in 2.1.3 there's an option to turn it on in the geoserver

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Chris Holmes
On Mon, May 7, 2012 at 3:42 PM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Mon, May 7, 2012 at 5:30 PM, Chris Holmes chol...@opengeo.org wrote: It should, though you have to be sure you've also enabled direct WMS integration in GeoWebCache, or it'll just a small in memory tile thing in

Re: [Geoserver-users] WMS performance

2012-05-07 Thread Gabriel Roldan
On Mon, May 7, 2012 at 1:04 PM, Chris Holmes chol...@opengeo.org wrote: On Mon, May 7, 2012 at 3:42 PM, Andrea Aime andrea.a...@geo-solutions.it wrote: On Mon, May 7, 2012 at 5:30 PM, Chris Holmes chol...@opengeo.org wrote: It should, though you have to be sure you've also enabled direct WMS