<div dir="ltr"><div>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. <br></div><div></div><div><a href="https://mapproxy.org/docs/1.13.0/sources.html#tagged-source-names">https://mapproxy.org/docs/1.13.0/sources.html#tagged-source-names</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 18 Feb 2022 at 08:42, Rahkonen Jukka (MML) <<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi">jukka.rahkonen@maanmittauslaitos.fi</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
If you use MapCache as WMS server <a href="https://mapserver.org/mapcache/services.html#ogc-wms-service" rel="noreferrer" target="_blank">https://mapserver.org/mapcache/services.html#ogc-wms-service</a> 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 <a href="https://mapserver.org/mapcache/tile_assembling.html#mapcache-tile-assembling" rel="noreferrer" target="_blank">https://mapserver.org/mapcache/tile_assembling.html#mapcache-tile-assembling</a>.<br>
<br>
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.<br>
<br>
-Jukka Rahkonen-<br>
<br>
-----Alkuperäinen viesti-----<br>
Lähettäjä: MapProxy <<a href="mailto:mapproxy-bounces@lists.osgeo.org" target="_blank">mapproxy-bounces@lists.osgeo.org</a>> Puolesta Stefan Peuser<br>
Lähetetty: perjantai 18. helmikuuta 2022 13.00<br>
Vastaanottaja: <a href="mailto:mapproxy@lists.osgeo.org" target="_blank">mapproxy@lists.osgeo.org</a><br>
Aihe: [MapProxy] How to check if the defined cache is being used<br>
<br>
<br>
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.<br>
The cache was successfully built up by seeding.<br>
<br>
I would be happy about a hint.<br>
<br>
Regards Stefan<br>
<br>
<br>
_______________________________________________<br>
MapProxy mailing list<br>
<a href="mailto:MapProxy@lists.osgeo.org" target="_blank">MapProxy@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapproxy" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapproxy</a><br>
_______________________________________________<br>
MapProxy mailing list<br>
<a href="mailto:MapProxy@lists.osgeo.org" target="_blank">MapProxy@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/mapproxy" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/mapproxy</a><br>
</blockquote></div>