[Geoprisma-users] Trouble try to add the zoomslider widget

Stephen Woodbridge woodbri at swoodbridge.com
Fri Dec 4 10:38:59 EST 2009


Restarted apache again and retested again this morning and things are 
faster now loading in 1m 40s for 404 requests.

I also restarted FF because it was likely doing a bunch of memory/disk 
swapping.

-Steve

Stephen Woodbridge wrote:
> Alexandre Dube wrote:
>> About mod_deflate :
>>
>> Stephen Woodbridge wrote:
>>
>>> I also installed and turned on mod_deflate in apache2, but it does 
>>> not seem to be speeding anything up much. FF.NET tab reports went 
>>> from 5m 30s to like 5m 17s
>> Maybe you're missing some conig ?  Here's a sample :
>>
>> <IfModule mod_deflate.c>
>>       AddOutputFilterByType DEFLATE text/css application/x-javascript
>>       AddOutputFilterByType DEFLATE text/html text/plain text/xml
>>    BrowserMatch ^Mozilla/4 gzip-only-text/html
>>    BrowserMatch ^Mozilla/4\.0[678] no-gzip
>>    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
>> </IfModule>
>>
> Yup did that and restarted apache, that was what was reported above.
> 
> $ cat mods-enabled/deflate.conf
> <IfModule mod_deflate.c>
>           AddOutputFilterByType DEFLATE text/html text/plain text/xml 
> application/xml application/xhtml+xml text/javascript text/css 
> application/x-javascript
>           BrowserMatch ^Mozilla/4 gzip-only-text/html
>           BrowserMatch ^Mozilla/4\.0[678] no-gzip
>           BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
>           DeflateCompressionLevel 9
>           SetEnvIf User-Agent ".*MSIE.*" nokeepalive 
> ssl-unclean-shutdown downgrade-1.0 force-response-1.0
> </IfModule>
> 
> _______________________________________________
> Geoprisma-users mailing list
> Geoprisma-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geoprisma-users



More information about the Geoprisma-users mailing list