<div dir="ltr">Good morning,<div>Thanks again for your usefull replies. <br>I paste 2 screen shot. 1st one showing a relevant data 's display at 1:50000. All is ok at the begining.  </div><div><br></div><div><img src="cid:ii_lhrjh3xn0" alt="image.png" width="456" height="276"><br></div><div><br></div><div>And below , a 2nd one. After several zoom in /zoom out, we can notice <span style="color:rgb(0,0,0);white-space:pre-wrap">bottlenecks regarding the</span> display.  it seems that the data display is no longer updated according to the zoom level.<br></div><div>In the legend, we can notice slowness too.</div><div><br></div><div><br></div><div><img src="cid:ii_lhrjjkw21" alt="image.png" width="456" height="336"><br></div><div><img src="cid:ii_lhrjxc2d4" alt="db9c22cd-5d90-4a95-8621-ae7e904a1ba9.png" width="306" height="89"><br></div><div><br></div><div>I thought was a good idea to customize cache by layer. That 's why i tried to follow this page <br><a href="https://docs.lizmap.com/3.5/fr/admin/cache.html">https://docs.lizmap.com/3.5/fr/admin/cache.html</a><br>But unfortunatly, i'm faced on the issue (the main/initial message of this post).</div><div><ul><li><span style="background-color:rgb(238,238,238)">My lizmap parameters :</span></li></ul></div><div>Cache :<br>Files type<br>Root directory cache :<br>/tmp/<br>Cache lifetime :<br>0<br>QGIS serveur<br>Version de QGIS Serveur*<br>Width max. défaut  GetMap<br>3000<br>Height max. default GetMap<br>3000<br></div><div><br></div><div><ul><li><span style="background-color:rgb(238,238,238)">Physical server</span> : 16 Go RAM  CPU 4 cores</li><li><span style="background-color:rgb(238,238,238)">Qgis Project configuration and layer </span>: 5 light postgis vector tables (no raster) (hosted on another linux server). <br>These postgis tables have an spatial index (GIST on geometric field).<br>Qgis Desktop -> Qgis server tab Services enabled/layers published for wms,wmts and wfs</li><li><span style="background-color:rgb(238,238,238)">Within lizmap plugin qgis client desktop : </span><br>Layers tab : All layers have PNG format with navigateur client cache with 300s and uniq tile.  Server tiles cache disabled (i make some tests yesterday with this option but i noticed worst performances). <br>No base map setted/ simplification for the rendering if possible : yes enabled.  Geometries are no complex.<br>The qgis project in desktop is fluid and fast (opening, moving, zooming).</li><li>Server configuration :<br>You right. Indeed, when i restart qgis server, i can see enviro variables enabled, especially cache directory, parallel rendering, max threads...below, please read my vhost apache :</li></ul></div><div><i style="background-color:rgb(238,238,238)"><VirtualHost *:80><br>  ServerAdmin webmaster@localhost<br>  ServerName <a href="http://xxxxxxxxxx.fr">xxxxxxxxxx.fr</a><br>  DocumentRoot /var/www/html<br>  # Apache logs (different than QGIS Server log)<br>  ErrorLog ${APACHE_LOG_DIR}/xxxxxxxxxx.fr.error.log<br>  CustomLog ${APACHE_LOG_DIR}/xxxxxxxxxx.fr.access.log combined<br>  # Longer timeout for WPS... default = 40<br>  FcgidIOTimeout 120<br>  FcgidInitialEnv LC_ALL "en_US.UTF-8"<br>  FcgidInitialEnv PYTHONIOENCODING UTF-8<br>  FcgidInitialEnv LANG "en_US.UTF-8"<br>  # QGIS log<br>  FcgidInitialEnv QGIS_SERVER_LOG_STDERR 1<br>  FcgidInitialEnv QGIS_SERVER_LOG_LEVEL 0<br>  FcgidInitialEnv QGIS_SERVER_LOG_FILE /var/log/qgis/qislog.log<br>  # parallel rendering<br>  FcgidInitialEnv QGIS_SERVER_PARALLEL_RENDERING "1"<br>  # QGIS_SERVER_CACHE_DIRECTORY<br>  FcgidInitialEnv QGIS_SERVER_CACHE_DIRECTORY "/tmp/"  <br>  # default QGIS project<br>  SetEnv QGIS_PROJECT_FILE /home/qgis/projects/world.qgs<br>  # QGIS_AUTH_DB_DIR_PATH must lead to a directory writeable by the Server's FCGI process user<br>  FcgidInitialEnv QGIS_AUTH_DB_DIR_PATH "/home/qgis/qgisserverdb/"<br>  FcgidInitialEnv QGIS_AUTH_PASSWORD_FILE "/home/qgis/qgisserverdb/qgis-auth.db"<br>  # Set pg access via pg_service file<br>  SetEnv PGSERVICEFILE /home/qgis/.pg_service.conf<br>  FcgidInitialEnv PGPASSFILE "/home/qgis/.pgpass"<br>  # plugin qgis_server<br>  FcgidInitialEnv QGIS_PLUGINPATH "/var/www/qgis-server/plugins"<br>  # lizmap<br>  FcgidInitialEnv QGIS_SERVER_LIZMAP_REVEAL_SETTINGS True<br>  # Needed for Qgis HelloServer plugin HTTP basic auth<br>  <IfModule mod_fcgi.c><br>      RewriteEngine on<br>      RewriteCond %{HTTP:Authorization} .<br>      RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]<br>  </IfModule><br>  # if qgis-server is installed from packages in debian based distros this is usually /usr/lib/cgi-bin/<br>  # run "locate qgis_mapserv.fcgi" if you don't know where qgis_mapserv.fcgi is<br>  ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/<br>  <Directory "/usr/lib/cgi-bin/"><br>    AllowOverride None<br>    Options +ExecCGI -MultiViews -SymLinksIfOwnerMatch<br>    Require all granted<br>  </Directory><br>  <IfModule mod_fcgid.c><br>  FcgidMaxRequestLen 26214400<br>  FcgidConnectTimeout 60<br>  </IfModule><br></VirtualHost></i><br></div><div><br><br>Thanks so much !<br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 16 mai 2023 à 12:35, René-Luc Dhont <<a href="mailto:rldhont@gmail.com" target="_blank">rldhont@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div style="padding-bottom:1px">
    Hi,<br>
    <br>
    You need more than 1 QGIS Server process running on your server to
    get a responsive Web client.<br>
    I think you have more than 1 QGIS Server process available to
    response to lizmap web client requests to QGIS Server.<br>
    The number of available QGIS Server processes depend on the server
    you use for QGIS Server (apache, nginx, or py-qgis-server) and the
    interface used for QGIS Server (fcgi or py-qgis-server).<br>
    <br>
    Then for the lizmap server cache configuration, it has to be done in
    the Lizmap Desktop plugin for each layer you want to cache on the
    server.<br>
    You can find the detail here
<a href="https://docs.lizmap.com/current/en/publish/configuration/optimization.html#server-side" target="_blank">https://docs.lizmap.com/current/en/publish/configuration/optimization.html#server-side</a><br>
    <br>
    Regards,<br>
    René-Luc<br>
    <br>
    <div>Le 16/05/2023 à 12:08, celati Laurent a
      écrit :<br>
    </div>
    <blockquote type="cite">
      
      <div dir="ltr">Good morning,
        <div><br>
        </div>
        <div>Thanks for your message, i have currently one only Qgis
          server installed/available.</div>
        <div>Sorry but what do you mean by "enhance the number of QGIS
          Server available ?"</div>
        <div><br>
        </div>
        <div>
          <div>Following to my previous message, regarding my initial
            and main issue, For information, when i do : </div>
          <div><br>
          </div>
          <div>
            <pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em;color:rgb(51,51,51)"><span style="background-color:rgb(243,243,243)">php lizmap/console.php project:load</span></pre>
            <pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em;color:rgb(51,51,51)"></pre>
            <pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em;color:rgb(51,51,51)">i get : </pre>
            <pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em;color:rgb(51,51,51)"></pre>
            <pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><i style="background-color:rgb(238,238,238)">/var/www/lizmap/lizmap-web-client-3.6.3# php lizmap/console.php project:load
Enter the repository lizmaptest
Get the project zios
1 request(s) return success for the project zios
Enter the repository aero
Get the project aero_v2
1 request(s) return success for the project aero_v2
Enter the repository dr0
Get the project forages
1 request(s) return success for the project forages
Get the project forages_2154
1 request(s) return success for the project forages_2154
Get the project dr0
1 request(s) return success for the project dr0
Get the project forages_2154_with_fond
1 request(s) return success for the project forages_2154_with_fond</i></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><i>
</i></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><i>But when i do : </i></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><i style="background-color:rgb(243,243,243)">php lizmap/console.php wmts:capabilities -v dr0 forages_2154
No layers configured with cache!</i></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><i style="background-color:rgb(243,243,243)">
</i></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><i style="background-color:rgb(255,255,255)">Do you know where the problem comes from ?</i></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em"><span style="background-color:rgb(255,255,255)">In parrarel, always </span>with the aim of improving performance, i tried to edit my vhost apache in adding : </pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em"><pre style="color:rgb(34,34,34);font-size:small;margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><span style="background-color:rgb(238,238,238)">FcgidInitialEnv QGIS_SERVER_PARALLEL_RENDERING "1"</span></pre><pre style="color:rgb(34,34,34);font-size:small;margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><span style="background-color:rgb(238,238,238)">and</span></pre></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em"><span style="background-color:rgb(238,238,238)">FcgidInitialEnv QGIS_SERVER_CACHE_DIRECTORY "/tmp/"  </span></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em">(Is it a good idea or i should rather keep the default value ('cache in profile directory') ?</pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em">i setted this path because into my lizmap cache config i noticed : cache root directory :  /tmp/)</pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em"><pre style="color:rgb(34,34,34);font-size:small;margin-top:0px;margin-bottom:0px;padding:0px;list-style:none"><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em">Still in parralel, I discovered the existence of these 2 qgis server plugins. Would it be adviced to installing them?
<a href="https://github.com/3liz/qgis-server-wmts-cache-plugin" target="_blank">https://github.com/3liz/qgis-server-wmts-cache-plugin</a>
</pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em"><a href="https://github.com/3liz/qgis-server-tiles-plugin" target="_blank">https://github.com/3liz/qgis-server-tiles-plugin</a></pre></pre>
</pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em">Eventually, I'm taking the liberty to paste below an update of my qgis server logs :</pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em">I'm surprised to not read in the environment summary logs, the new enviro variables 'FcgidInitialEnv QGIS_SERVER_PARALLEL_RENDERING'
and 'FcgidInitialEnv QGIS_SERVER_CACHE_DIRECTORY' 
</pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em">How to ensure that the cache server is functional and taken into account?</pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em"></pre><pre style="color:rgb(51,51,51);margin-top:0px;margin-bottom:0px;padding:0px;list-style:none;font-size:1.2em"><span style="background-color:rgb(238,238,238)">11:30:43 INFO Server[919778]: ******************** New request ***************
11:30:43 INFO Server[919778]: Request URL: <a href="http://sig-rec.andra.fr/cgi-bin/qgis_mapserv.fcgi/lizmap/server.json" target="_blank">http://sig-rec.andra.fr/cgi-bin/qgis_mapserv.fcgi/lizmap/server.json</a>
11:30:43 INFO Server[919778]: Environment:
11:30:43 INFO Server[919778]: ------------------------------------------------
11:30:43 INFO Server[919778]: SERVER_NAME: <a href="http://sig-rec.andra.fr" target="_blank">sig-rec.andra.fr</a>
11:30:43 INFO Server[919778]: REQUEST_URI: /cgi-bin/qgis_mapserv.fcgi/lizmap/server.json
11:30:43 INFO Server[919778]: SCRIPT_NAME: /cgi-bin/qgis_mapserv.fcgi
11:30:43 INFO Server[919778]: PATH_INFO: /lizmap/server.json
11:30:43 INFO Server[919778]: REMOTE_ADDR: 192.168.4.7
11:30:43 INFO Server[919778]: SERVER_PORT: 80
11:30:43 INFO Server[919778]: QUERY_STRING:
11:30:43 INFO Server[919778]: REQUEST_METHOD: GET
11:30:43 INFO Server[919778]: QGIS_PROJECT_FILE: /home/qgis/projects/world.qgs
11:30:43 INFO Server[919778]: SERVER_PROTOCOL: HTTP/1.1
11:30:43 INFO Server[919778]: Using configuration file path from environment: /home/qgis/projects/world.qgs
11:30:43 INFO Lizmap[919778]: Request headers provided
11:30:43 INFO Lizmap[919778]: No lizmap user groups in request headers
11:30:43 INFO Server[919778]: Using configuration file path from environment: /home/qgis/projects/world.qgs
11:30:43 INFO Server[919778]: Trying URL path: '/cgi-bin/qgis_mapserv.fcgi/lizmap/server.json' for '/lizmap'
11:30:43 INFO Server[919778]: API Lizmap accepts the URL path '/cgi-bin/qgis_mapserv.fcgi/lizmap/server.json'
11:30:43 INFO Server[919778]: Checking API path /server.json for server.json
11:30:43 INFO Server[919778]: API Lizmap: found handler server
11:30:43 CRITICAL Server[919778]: Service ATLAS is not registered
11:30:43 CRITICAL Server[919778]: Service CADASTRE is not registered
11:30:43 INFO Server[919778]: Request finished in 6 ms</span>

<p style="margin:8pt 0cm;text-align:justify;line-height:12pt;font-size:9pt;font-family:"Lucida Sans",sans-serif">Thans a lot again for your usefull help ans support.</p></pre></pre></pre>
          </div>
        </div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">Le lun. 15 mai 2023 à 15:40,
          celati Laurent <<a href="mailto:laurent.celati@gmail.com" target="_blank">laurent.celati@gmail.com</a>>
          a écrit :<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div dir="ltr">Hi, thanks,
            <div>Probably not. Should i set additional environment
              variables in my apache vhost ?
(MAX_CACHE_LAYERS, QGIS_SERVER_PARALLEL_RENDERING, QGIS_SERVER_MAX_THREADS, <span>QGIS_SERVER_MAX_THREADS,</span>QGIS_SERVER_CACHE_SIZE, QGIS_SERVER_WMS_MAX_HEIGHT
              / QGIS_SERVER_WMS_MAX_WIDTH)<br>
              <br>
            </div>
            <div>Below, a part of my parameters qgis server log
              (summary) : <br>
              <br>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: ******************** New
                    request ***************</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: Request URL:
                    <a href="http://xxxx-xxx.xxxx.fr/cgi-bin/qgis_mapserv.fcgi?map=%2Fhome%2Fdata%2Fftp%2Ftemplate%2Fqgis%2Flizmap_test%2FDR0%2Fforages_2154.qgs&request=GetCapabilities&service=WMS&version=1.3.0&Lizmap_User=&Lizmap_User_Groups=" target="_blank">http://xxxx-xxx.xxxx.fr/cgi-bin/qgis_mapserv.fcgi?map=%2Fhome%2Fdata%2Fftp%2Ftemplate%2Fqgis%2Flizmap_test%2FDR0%2Fforages_2154.qgs&request=GetCapabilities&service=WMS&version=1.3.0&Lizmap_User=&Lizmap_User_Groups=</a></span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: Environment:</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]:
                    ------------------------------------------------</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: SERVER_NAME:
                    <a href="http://xxxxx.xxxx.fr" target="_blank">xxxxx.xxxx.fr</a></span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: REQUEST_URI:
/cgi-bin/qgis_mapserv.fcgi?map=%2Fhome%2Fdata%2Fftp%2Ftemplate%2Fqgis%2Flizmap%5Ftest%2FDR0%2Fforages%5F2154%2Eqgs&request=GetCapabilities&service=WMS&version=1%2E3%2E0&Lizmap%5FUser=&Lizmap%5FUser%5FGroups=</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51);background:yellow">14:10:05
                    INFO
                    Server[907652]: SCRIPT_NAME:
                    /cgi-bin/qgis_mapserv.fcgi</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51);background:yellow">14:10:05
                    INFO
                    Server[907652]: REMOTE_ADDR: 192.168.4.7</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51);background:yellow">14:10:05
                    INFO
                    Server[907652]: SERVER_PORT: 80</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51);background:yellow">14:10:05
                    INFO
                    Server[907652]: QUERY_STRING:
map=%2Fhome%2Fdata%2Fftp%2Ftemplate%2Fqgis%2Flizmap%5Ftest%2FDR0%2Fforages%5F2154%2Eqgs&request=GetCapabilities&service=WMS&version=1%2E3%2E0&Lizmap%5FUser=&Lizmap%5FUser%5FGroups=</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51);background:yellow">14:10:05
                    INFO
                    Server[907652]: REQUEST_METHOD: GET</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51);background:yellow">14:10:05
                    INFO
                    Server[907652]: QGIS_PROJECT_FILE:
                    /home/qgis/projects/world.qgs</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51);background:yellow">14:10:05
                    INFO
                    Server[907652]: SERVER_PROTOCOL: HTTP/1.1</span><span style="color:rgb(51,51,51)"></span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: Request headers provided</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: No lizmap user groups in
                    request headers</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: Lizmap user groups in
                    parameters :</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: Fetching
/home/data/ftp/template/qgis/lizmap_test/DR0/forages_2154.qgs.cfg cfg
                    file with
                    last modified timestamp : 1684152008.8653688</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: No acl defined in Lizmap
                    config</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: LIZMAP_USER:</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: LIZMAP_USER_GROUPS:</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]:
MAP:/home/data/ftp/template/qgis/lizmap_test/DR0/forages_2154.qgs</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: REQUEST:GetCapabilities</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: SERVICE:WMS</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: VERSION:1.3.0</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: Request headers provided</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: No lizmap user groups in
                    request headers</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: Lizmap user groups in
                    parameters :</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: Fetching
/home/data/ftp/template/qgis/lizmap_test/DR0/forages_2154.qgs.cfg cfg
                    file with
                    last modified timestamp : 1684152008.8653688</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: Request headers provided</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: No lizmap user groups in
                    request headers</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: Lizmap user groups in
                    parameters :</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Lizmap[907652]: Fetching
/home/data/ftp/template/qgis/lizmap_test/DR0/forages_2154.qgs.cfg cfg
                    file with
                    last modified timestamp : 1684152008.8653688</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 WARNING
                    Server[907652]: Found WMS capabilities
                    document in cache</span></span></p>
              <p align="left"><span><span style="color:rgb(51,51,51)">14:10:05 INFO
                    Server[907652]: Request finished in 8 ms</span></span><span style="color:rgb(51,51,51)"></span></p>
            </div>
          </div>
          <br>
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">Le lun. 15 mai 2023
              à 15:11, Giovanni Manghi <<a href="mailto:giovanni.manghi@naturalgis.pt" target="_blank">giovanni.manghi@naturalgis.pt</a>>
              a écrit :<br>
            </div>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
              <div dir="ltr">
                <div>Hi,<br>
                </div>
                <br>
                <div class="gmail_quote"><br>
                  <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                    <div dir="ltr">On debian/apache, I succeed in
                      installing qgis server and lizmap. I am a little
                      surprised by the poor performance that I can
                      observe currently. <br>
                    </div>
                  </blockquote>
                  <div><br>
                  </div>
                  <div><br>
                  </div>
                  <div>Have you enabled (QGIS Server) parallel rendering
                    in your Apache/Ngnix configs?</div>
                  <div><br>
                  </div>
                  <div>-- G --<br>
                  </div>
                  <div> </div>
                </div>
              </div>
              <img src="https://ea.pstmrk.it/open?m=v3_1.AAAAAAAAAAAAAAAAAAAAAA.OD4gXEmnCk4Ny0p9s7c7Ou0nvAjGyPRr5gjIz-tS7wO5YqpY9_TXu9Z_AnQMcCOhnZEqn6cSoek8xv_0ACrXTrJCZCkU7t2OKYzPU4GKrwFuvW5TLtEP2bzs0y9mXwgRXsDeoOC0kASzZu6tId4oHvswgYhHDa8j2d1AbizhCnfeZ-GgIsEO7d0ojOCcfytLdtqfssDE_mQdVgKK_IYia1vxIIPjKiYlYvgoJjGi7abZKKkdQOsLzDOFG-lNcPNGxgDQrKfpHht5q3f22xsZPQJj5YJolfDAlXilh1MzkswEfVI565wPA9Qdv3iTbrvKCTOgLlDcsnQu5W4JJ7hstJv3ifXBDGnKm_wX0rnAyNF37mH_7wFB7hpjb9gkdUzU6t1bwDQ5a1OOb-nj2VumMLG3A2XBwrgaG47cXODi3gEkRsvw-QJ5iR0deW3Kd560f7lDDaoUd-Bk47lu4noIeqAi4JOYQgowfwaREXNXq-JB4mI13pin5_-6o9Q3p3a0A_KGznIy9UV0fGd2uO9vO2hu6tGtyLshXO9kdclUvn1jRWu5qyZJ93h80CPuT-uu" alt="" width="1" height="1" border="0"></blockquote>
          </div>
        </blockquote>
      </div>
    </blockquote>
    <br>
    <div id="m_-1993353725285105239m_-817898901366964882grammalecte_menu_main_button_shadow_host" style="width:0px;height:0px"></div>
  </div>
  <u></u><u></u>

</blockquote></div>