Giter Club home page Giter Club logo

Comments (6)

thematrixdev avatar thematrixdev commented on June 18, 2024 1

Yeah it looks like to be out-of-memory issue.
I have changed 200M to 1G and now the 5xx images are displayed successfully, WebP-Go container does not restart as well.
Thanks.

from webp_server_go.

n0vad3v avatar n0vad3v commented on June 18, 2024

Could you try re-pulling the image and restart the service, then add the following line to the docker-compose.yml file.

command: '/usr/bin/webp-server --config /etc/config.json -v'

So the docker-compose.yml should look like this:

services:
  webp:
    image: webpsh/webp-server-go:latest
    restart: always
    volumes:
      - ./pics:/opt/pics
      - ./exhaust:/opt/exhaust
    ports:
      -  127.0.0.1:3333:3333
    command: '/usr/bin/webp-server --config /etc/config.json -v'

This should give us more information on this problem.

from webp_server_go.

thematrixdev avatar thematrixdev commented on June 18, 2024
$ docker logs -f factoryfr-webp
time="2022-08-12 05:02:06" level=debug msg="Debug mode is enable!" func="[51:main.deferInit()]"
time="2022-08-12 05:02:06" level=debug msg="Requesting to https://api.github.com/repos/webp-sh/webp_server_go/releases/latest" func="[25:main.autoUpdate()]"

 
▌ ▌   ▌  ▛▀▖ ▞▀▖                ▞▀▖
▌▖▌▞▀▖▛▀▖▙▄▘ ▚▄ ▞▀▖▙▀▖▌ ▌▞▀▖▙▀▖ ▌▄▖▞▀▖
▙▚▌▛▀ ▌ ▌▌   ▖ ▌▛▀ ▌  ▐▐ ▛▀ ▌   ▌ ▌▌ ▌
▘ ▘▝▀▘▀▀ ▘   ▝▀ ▝▀▘▘   ▘ ▝▀▘▘   ▝▀ ▝▀

Webp Server Go - v0.4.5
Develop by WebP Server team. https://github.com/webp-sh

Webp-Server-Go is Running on http://0.0.0.0:3333
time="2022-08-12 05:02:06" level=debug msg="No new version found." func="[34:main.autoUpdate()]"




















time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 transparent.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/plugins/revslider/public/assets/assets/transparent.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 en.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png->exhaust/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png.1660279452.webp 600->340 56.67% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png.1660279452.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 600/340=0.57" func="[178:main.getCompressionRate()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-8.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-8.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 Factory-Projet-2020-RIGOLLOT-VINCENT-1024x682.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2022/01/Factory-Projet-2020-RIGOLLOT-VINCENT-1024x682.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 FACTORY_Texture.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/FACTORY_Texture.jpg exists!" func="[63:main.imageExists()]"
05:02:32 | 200 |     2ms |      172.30.0.4 | GET     | /wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png 
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 pixel-factory.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2022/07/pixel-factory.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-4.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-4.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2022/07/pixel-factory.png->exhaust/wp-content/uploads/2022/07/pixel-factory.png.1660279460.webp 126->72 57.14% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/uploads/2022/07/pixel-factory.png.1660279460.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 126/72=0.57" func="[178:main.getCompressionRate()]"
05:02:32 | 200 |     8ms |      172.30.0.4 | GET     | /wp-content/uploads/2022/07/pixel-factory.png 
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 placeholder-1.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/placeholder-1.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-3.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-11.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-11.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-3.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-9.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-9.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 icon16.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/plugins/sitepress-multilingual-cms/res/img/icon16.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-12.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-12.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/plugins/sitepress-multilingual-cms/res/img/icon16.png->exhaust/wp-content/plugins/sitepress-multilingual-cms/res/img/icon16.png.1660279452.webp 360->442 122.78% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/plugins/sitepress-multilingual-cms/res/img/icon16.png.1660279452.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 360/360=1.00" func="[178:main.getCompressionRate()]"
05:02:32 | 200 |     1ms |      172.30.0.4 | GET     | /wp-content/plugins/sitepress-multilingual-cms/res/img/icon16.png 
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-2.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-2.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 manifest-bg-768x441.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2020/09/manifest-bg-768x441.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 fr.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-5.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-5.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 FRED-1-sur-64.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2020/07/FRED-1-sur-64.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.png->exhaust/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.png.1660279452.webp 268->150 55.97% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.png.1660279452.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 268/150=0.56" func="[178:main.getCompressionRate()]"
05:02:32 | 200 |     1ms |      172.30.0.4 | GET     | /wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.png 
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-10.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-10.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 Factory-TOTAL-2020-RIGOLLOT-VINCENT-1.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2021/07/Factory-TOTAL-2020-RIGOLLOT-VINCENT-1.jpg exists!" func="[63:main.imageExists()]"
05:02:32 | 200 |    38ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-3.png 
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-3.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-3.png.1660279453.webp 19317->654 3.39% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-3.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 19317/654=0.03" func="[178:main.getCompressionRate()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 img-placeholder-7.png" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-7.png exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/plugins/revslider/public/assets/assets/transparent.png->exhaust/wp-content/plugins/revslider/public/assets/assets/transparent.png.1660279452.webp 122->210 172.13% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/plugins/revslider/public/assets/assets/transparent.png.1660279452.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 122/122=1.00" func="[178:main.getCompressionRate()]"
05:02:32 | 200 |   117ms |      172.30.0.4 | GET     | /wp-content/plugins/revslider/public/assets/assets/transparent.png 
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-4.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-4.png.1660279453.webp 18583->284 1.53% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-4.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 18583/284=0.02" func="[178:main.getCompressionRate()]"
05:02:32 | 200 |   135ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-4.png 
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 MWM-62-sur-80web.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2020/05/MWM-62-sur-80web.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-5.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-5.png.1660279453.webp 18620->360 1.93% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-5.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 18620/360=0.02" func="[178:main.getCompressionRate()]"
05:02:32 | 200 |    30ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-5.png 
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 Bazurto-Factory-2021-Sophia-Van-Den-Hoek-20.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2021/12/Bazurto-Factory-2021-Sophia-Van-Den-Hoek-20.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-10.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-10.png.1660279453.webp 18366->264 1.44% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-10.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 18366/264=0.01" func="[178:main.getCompressionRate()]"
05:02:32 | 200 |     1ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-10.png 
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 HP_Metiers-2-768x455.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 Factory-Metafore-2020-Yann-Deret-lounge.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2021/03/Factory-Metafore-2020-Yann-Deret-lounge.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 HP_Metiers-3-768x309.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2020/09/HP_Metiers-3-768x309.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:32" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-8.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-8.png.1660279453.webp 19904->818 4.11% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:32" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-8.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:32" level=debug msg="The compression rate is 19904/818=0.04" func="[178:main.getCompressionRate()]"
05:02:32 | 200 |    40ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-8.png 
time="2022-08-12 05:02:32" level=debug msg="Incoming connection from 172.30.0.4 HP_Metiers-7-768x937.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:32" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:32" level=debug msg="file /opt/pics/wp-content/uploads/2020/09/HP_Metiers-7-768x937.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-9.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-9.png.1660279453.webp 19458->716 3.68% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-9.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 19458/716=0.04" func="[178:main.getCompressionRate()]"
05:02:32 | 200 |    89ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-9.png 
05:02:32 | 200 |   226ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-7.png 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-7.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-7.png.1660279453.webp 20435->848 4.15% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-7.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 20435/848=0.04" func="[178:main.getCompressionRate()]"
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-11.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-11.png.1660279453.webp 18583->284 1.53% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-11.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 18583/284=0.02" func="[178:main.getCompressionRate()]"
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-2.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-2.png.1660279453.webp 19653->730 3.71% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-2.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 19653/730=0.04" func="[178:main.getCompressionRate()]"
time="2022-08-12 05:02:33" level=debug msg="Incoming connection from 172.30.0.4 HP_Metiers-1-768x514.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:33" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:33" level=debug msg="file /opt/pics/wp-content/uploads/2020/09/HP_Metiers-1-768x514.jpg exists!" func="[63:main.imageExists()]"
05:02:33 | 200 |    14ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-11.png 
05:02:33 | 200 |    15ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-2.png 
time="2022-08-12 05:02:33" level=debug msg="Incoming connection from 172.30.0.4 HP_Metiers-2-768x455.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:33" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:33" level=debug msg="file /opt/pics/wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:33" level=debug msg="Incoming connection from 172.30.0.4 HP_Metiers-5.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:33" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:33" level=debug msg="file /opt/pics/wp-content/uploads/2020/09/HP_Metiers-5.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2020/09/manifest-bg-768x441.jpg->exhaust/wp-content/uploads/2020/09/manifest-bg-768x441.jpg.1660279458.webp 79855->55144 69.06% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2020/09/manifest-bg-768x441.jpg.1660279458.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 79855/55144=0.69" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |     2ms |      172.30.0.4 | GET     | /wp-content/uploads/2020/09/manifest-bg-768x441.jpg 
time="2022-08-12 05:02:33" level=debug msg="Incoming connection from 172.30.0.4 Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-10-682x1024.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:33" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:33" level=debug msg="file /opt/pics/wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-10-682x1024.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:33" level=debug msg="Incoming connection from 172.30.0.4 HP_Metiers-6-768x279.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:33" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:33" level=debug msg="file /opt/pics/wp-content/uploads/2020/09/HP_Metiers-6-768x279.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:33" level=debug msg="Incoming connection from 172.30.0.4 HP_Metiers-4-768x365.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:33" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:33" level=debug msg="file /opt/pics/wp-content/uploads/2020/09/HP_Metiers-4-768x365.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:33" level=debug msg="Incoming connection from 172.30.0.4 Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-9-1-683x1024.jpg" func="[29:main.convert()]"
time="2022-08-12 05:02:33" level=debug msg="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\timage/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8\n" func="[190:main.guessSupportedFormat()]"
time="2022-08-12 05:02:33" level=debug msg="file /opt/pics/wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-9-1-683x1024.jpg exists!" func="[63:main.imageExists()]"
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/img-placeholder-12.png->exhaust/wp-content/themes/norebro-child/images/img-placeholder-12.png.1660279453.webp 20889->1100 5.27% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/themes/norebro-child/images/img-placeholder-12.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 20889/1100=0.05" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |    20ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/img-placeholder-12.png 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2020/09/HP_Metiers-3-768x309.jpg->exhaust/wp-content/uploads/2020/09/HP_Metiers-3-768x309.jpg.1660279458.webp 21790->10996 50.46% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2020/09/HP_Metiers-3-768x309.jpg.1660279458.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 21790/10996=0.50" func="[178:main.getCompressionRate()]"
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/FACTORY_Texture.jpg->exhaust/wp-content/themes/norebro-child/images/FACTORY_Texture.jpg.1660279453.webp 66343->30516 46.00% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/themes/norebro-child/images/FACTORY_Texture.jpg.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 66343/30516=0.46" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |    35ms |      172.30.0.4 | GET     | /wp-content/uploads/2020/09/HP_Metiers-3-768x309.jpg 
05:02:33 | 200 |    58ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/FACTORY_Texture.jpg 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/themes/norebro-child/images/placeholder-1.png->exhaust/wp-content/themes/norebro-child/images/placeholder-1.png.1660279453.webp 19769->736 3.72% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/themes/norebro-child/images/placeholder-1.png.1660279453.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 19769/736=0.04" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |    74ms |      172.30.0.4 | GET     | /wp-content/themes/norebro-child/images/placeholder-1.png 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2022/01/Factory-Projet-2020-RIGOLLOT-VINCENT-1024x682.jpg->exhaust/wp-content/uploads/2022/01/Factory-Projet-2020-RIGOLLOT-VINCENT-1024x682.jpg.1660279460.webp 183146->101954 55.67% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2022/01/Factory-Projet-2020-RIGOLLOT-VINCENT-1024x682.jpg.1660279460.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 183146/101954=0.56" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   177ms |      172.30.0.4 | GET     | /wp-content/uploads/2022/01/Factory-Projet-2020-RIGOLLOT-VINCENT-1024x682.jpg 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2020/09/HP_Metiers-6-768x279.jpg->exhaust/wp-content/uploads/2020/09/HP_Metiers-6-768x279.jpg.1660279458.webp 31646->17226 54.43% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2020/09/HP_Metiers-6-768x279.jpg.1660279458.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 31646/17226=0.54" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   251ms |      172.30.0.4 | GET     | /wp-content/uploads/2020/09/HP_Metiers-6-768x279.jpg 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg->exhaust/wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg.1660279458.webp 73415->54782 74.62% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg.1660279458.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 73415/54782=0.75" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   253ms |      172.30.0.4 | GET     | /wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2020/09/HP_Metiers-1-768x514.jpg->exhaust/wp-content/uploads/2020/09/HP_Metiers-1-768x514.jpg.1660279458.webp 94218->58892 62.51% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2020/09/HP_Metiers-1-768x514.jpg.1660279458.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 94218/58892=0.63" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   265ms |      172.30.0.4 | GET     | /wp-content/uploads/2020/09/HP_Metiers-1-768x514.jpg 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg->exhaust/wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg.1660279458.webp 73415->54782 74.62% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg.1660279458.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 73415/54782=0.75" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   301ms |      172.30.0.4 | GET     | /wp-content/uploads/2020/09/HP_Metiers-2-768x455.jpg 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2020/09/HP_Metiers-7-768x937.jpg->exhaust/wp-content/uploads/2020/09/HP_Metiers-7-768x937.jpg.1660279458.webp 79589->43454 54.60% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2020/09/HP_Metiers-7-768x937.jpg.1660279458.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 79589/43454=0.55" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   309ms |      172.30.0.4 | GET     | /wp-content/uploads/2020/09/HP_Metiers-7-768x937.jpg 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2020/09/HP_Metiers-4-768x365.jpg->exhaust/wp-content/uploads/2020/09/HP_Metiers-4-768x365.jpg.1660279458.webp 45690->23798 52.09% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2020/09/HP_Metiers-4-768x365.jpg.1660279458.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 45690/23798=0.52" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   375ms |      172.30.0.4 | GET     | /wp-content/uploads/2020/09/HP_Metiers-4-768x365.jpg 
time="2022-08-12 05:02:33" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-10-682x1024.jpg->exhaust/wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-10-682x1024.jpg.1660279460.webp 75619->27402 36.24% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:33" level=warning msg="exhaust/wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-10-682x1024.jpg.1660279460.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:33" level=debug msg="The compression rate is 75619/27402=0.36" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   520ms |      172.30.0.4 | GET     | /wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-10-682x1024.jpg 
time="2022-08-12 05:02:34" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2020/09/HP_Metiers-5.jpg->exhaust/wp-content/uploads/2020/09/HP_Metiers-5.jpg.1660279458.webp 414864->60516 14.59% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:34" level=warning msg="exhaust/wp-content/uploads/2020/09/HP_Metiers-5.jpg.1660279458.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:34" level=debug msg="The compression rate is 414864/60516=0.15" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   546ms |      172.30.0.4 | GET     | /wp-content/uploads/2020/09/HP_Metiers-5.jpg 
time="2022-08-12 05:02:34" level=info msg="[email protected]%: /opt/pics/wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-9-1-683x1024.jpg->exhaust/wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-9-1-683x1024.jpg.1660279460.webp 143695->77148 53.69% deflated" func="[153:main.convertLog()]"
time="2022-08-12 05:02:34" level=warning msg="exhaust/wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-9-1-683x1024.jpg.1660279460.avif not found on filesystem" func="[234:main.findSmallestFiles()]"
time="2022-08-12 05:02:34" level=debug msg="The compression rate is 143695/77148=0.54" func="[178:main.getCompressionRate()]"
05:02:33 | 200 |   588ms |      172.30.0.4 | GET     | /wp-content/uploads/2021/10/Factory-TOTAL-DIGITAL-ENERGIE-2021-RIGOLLOT-VINCENT-9-1-683x1024.jpg

from webp_server_go.

n0vad3v avatar n0vad3v commented on June 18, 2024

From the logs you've provided I haven't seen any 5xx errors, might that be caused by other problems like OOM? (could you provide your docker-compose.yml file content and system's free -h when the container is restarted?)

from webp_server_go.

thematrixdev avatar thematrixdev commented on June 18, 2024
version: '3.8'
services:
  webp:
    container_name: webp
    image: webpsh/webp-server-go:latest
    volumes:
      - type: bind
        source: ./wordpress
        target: /opt/pics
    command: '/usr/bin/webp-server --config /etc/config.json -v'
    deploy:
      resources:
        limits:
          memory: 200M
    restart: unless-stopped

from webp_server_go.

thematrixdev avatar thematrixdev commented on June 18, 2024

It seems the issue had just happened again.
This is the configuration.

deploy:
      resources:
        limits:
          memory: 1G

May I know what is the proper way to set memory size?
I am not sure if this is the proper way:

shm_size: "1GB"

from webp_server_go.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.