[MapProxy] How to check if the defined cache is being used

Travis Kirstine traviskirstine at gmail.com
Fri Feb 18 06:18:21 PST 2022


When configuring the layer the source needs to point to the WMS cache (it
probably does).  I think if you start the development server in debug mode
it will show the backend requests to the cache.  Alternatively if you want
to "proxy" your WMS server you can use something like tagged sources.  I
find this works better for WMS users as you get better quality images and
can support multiple SRSs.
https://mapproxy.org/docs/1.13.0/sources.html#tagged-source-names

On Fri, 18 Feb 2022 at 08:42, Rahkonen Jukka (MML) <
jukka.rahkonen at maanmittauslaitos.fi> wrote:

> Hi,
>
> If you use MapCache as WMS server
> https://mapserver.org/mapcache/services.html#ogc-wms-service then it
> takes from the cache all the tiles which are needed to fill the area
> defined by WIDTH and HEIGHT in GetMap, combines them, and crops to the
> exact area that was requested. The documentation about this is short
> https://mapserver.org/mapcache/tile_assembling.html#mapcache-tile-assembling
> .
>
> If the layer in the original WMS is fast to render then the MapCache WMS
> can well be slower. The advantage of tile cache is most obvious with
> clients that request the tiles directly. However, even WMS may be
> accelerated if the map is very heavy to render.
>
> -Jukka Rahkonen-
>
> -----Alkuperäinen viesti-----
> Lähettäjä: MapProxy <mapproxy-bounces at lists.osgeo.org> Puolesta Stefan
> Peuser
> Lähetetty: perjantai 18. helmikuuta 2022 13.00
> Vastaanottaja: mapproxy at lists.osgeo.org
> Aihe: [MapProxy] How to check if the defined cache is being used
>
>
> How can I check if the defined cache is being used? The MapProxy WMS runs
> slower than the original WMS, although a cache including seeding is defined.
> The cache was successfully built up by seeding.
>
> I would be happy about a hint.
>
> Regards Stefan
>
>
> _______________________________________________
> MapProxy mailing list
> MapProxy at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapproxy
> _______________________________________________
> MapProxy mailing list
> MapProxy at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapproxy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20220218/41d226bd/attachment-0001.html>


More information about the MapProxy mailing list