ioweb-gr commented on issue #1897:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-968912037


   >Yes. I´m asking because I can´t see these config in the vhos_nginx.conf 
file here #1897 (comment)
   
   I've put them in the http context which is affecting all vhosts, that's why 
you don't see it here. However the directives are indeed active from what I see 
in the pagespeed admin pages 
   
   
![image](https://user-images.githubusercontent.com/20220341/141788720-72565be7-d70e-47c5-87e0-9982f19c6234.png)
   
   
   ### /etc/nginx/nginx.conf 
   
   <details>
   
   ```nginx
   
   #user  nginx;
   worker_processes  auto;
   
   #error_log  /var/log/nginx/error.log;
   #error_log  /var/log/nginx/error.log  notice;
   #error_log  /var/log/nginx/error.log  info;
   
   #pid        /var/run/nginx.pid;
   
   include /etc/nginx/modules.conf.d/*.conf;
   
   events {
       worker_connections  1024;
   }
   
   
   http {
       include       mime.types;
       default_type  application/octet-stream;
   
       #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" 
'
       #                  '$status $body_bytes_sent "$http_referer" '
       #                  '"$http_user_agent" "$http_x_forwarded_for"';
   
       #access_log  /var/log/nginx/access.log  main;
   
       sendfile        on;
       #tcp_nopush     on;
   
       #keepalive_timeout  0;
       keepalive_timeout  65;
       #tcp_nodelay        on;
   
       #gzip  on;
       #gzip_disable "MSIE [1-6]\.(?!.*SV1)";
   
       server_tokens off;
   
       include /etc/nginx/conf.d/*.conf;
   }
   
   # override global parameters e.g. worker_rlimit_nofile
   include /etc/nginx/*global_params;
   
   ```
   </details>
   
   ### /etc/nginx/conf.d/pagespeed.conf
   
   <details>
   
   ```nginx
       pagespeed off;
       pagespeed RewriteLevel PassThrough;
       pagespeed FileCachePath /var/ngx_pagespeed_cache;
       pagespeed FileCacheSizeKb 204800;
       pagespeed FileCacheCleanIntervalMs 3600000;
       pagespeed FileCacheInodeLimit 500000;
       pagespeed LRUCacheKbPerProcess 8192;
       pagespeed LRUCacheByteLimit 16384;
       pagespeed CreateSharedMemoryMetadataCache "/var/ngx_pagespeed_cache/" 
51200;
   
   
       pagespeed EnableFilters recompress_images;
       pagespeed EnableFilters recompress_webp;
       pagespeed EnableFilters 
convert_jpeg_to_webp,convert_to_webp_lossless,convert_to_webp_animated;
       pagespeed Disallow *.woff;
       pagespeed Disallow *.svg;
       pagespeed Disallow *.css;
   
       pagespeed Statistics on;
       pagespeed StatisticsLogging on;
       pagespeed LogDir /var/log/ngx_pagespeed;
       pagespeed AdminPath /pagespeed_admin;
       pagespeed GlobalAdminPath /pagespeed_global_admin;
       pagespeed StatisticsPath /ngx_pagespeed_statistics;
       pagespeed GlobalStatisticsPath /ngx_pagespeed_global_statistics;
       pagespeed MessagesPath /ngx_pagespeed_message;
       pagespeed ConsolePath /pagespeed_console;
       pagespeed UsePerVhostStatistics on;
       pagespeed MessageBufferSize 100000;
       pagespeed EnableCachePurge on;
   
       pagespeed SslCertDirectory /etc/ssl/certs;
       pagespeed FetchHttps enable,allow_self_signed;
       pagespeed RespectXForwardedProto on;
   ```
   
   </details>
   
   Basically I wanted to globalize the settings, so various sites can use it if 
needed with a simple way like just add the location directives and enable the 
filters you want per website. Because different websites need different 
settings and this one only needs webp images conversion. Ultimately the vhosts 
configuration will enable pagespeed on a per vhost basis and activate the 
necessary filters. I've used this type of config with apache in the past and it 
worked for me so I continued with the same logic.
   
   
   Regarding your next question 
   
   > But this path is under /var/www/vhosts/subdomain.example.com/httpdocs/
   
   Well all my vhosts are under /var/www/vhosts/<domain or subdomain>/httpdocs 
   
   But don't take the exact path literally on the log, I have to trim out some 
parts for privacy 
   
   Filesystem
   
![image](https://user-images.githubusercontent.com/20220341/141789059-6ab98b0c-359d-401e-be73-3bf4dc31b6b9.png)
   
   
   Log
   
![image](https://user-images.githubusercontent.com/20220341/141788352-0510c93a-f41e-4dac-a900-a764fab6bca0.png)
   
   
   OK based on what you said, I decided to disallow css files too explicitly to 
reduce the messages and restarted nginx 
   
   Now a bunch of images got generated as webp and served , not all but a lot 
of them 
   
   After a couple of minutes, no webp images were generated. This is very weird 
:( 
   
   Here are the messages now 
   
   <details>
   
   ```
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/i/wilson_roland_garros_jumbo_9_tennis_ball-wrt1419yd_2.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/i/wilson_roland_garros_jumbo_9_tennis_ball-wrt1419yd_2.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/i/wilson_roland_garros_jumbo_9_tennis_ball-wrt1419yd_2.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt1416pd-wilson_roland_garros_jumbo_5inc_tennis_ball-1.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt1416pd-wilson_roland_garros_jumbo_5inc_tennis_ball-1.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/6/a/6a7815da-93d8-403e-ad92-ada504d71bab.jpeg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/6/a/6a7815da-93d8-403e-ad92-ada504d71bab.jpeg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt109400-wilson-tour-premier-all-court-tennis-balls.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt109400-wilson-tour-premier-all-court-tennis-balls.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/t/r/tretorn-academy-green-junior-tennis-balls-x-36.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/t/r/tretorn-academy-green-junior-tennis-balls-x-36.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/t/r/tretorn-academy-green-junior-tennis-balls-x-36.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt119400.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt119400.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt119400.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/5/0/501066-babolat-stage-1-green-balls-x-3_1.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/5/0/501066-babolat-stage-1-green-balls-x-3_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/5/0/501066-babolat-stage-1-green-balls-x-3_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/i/wilson-roland-garros-starter-green-junior-tennis-balls-x-4.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/i/wilson-roland-garros-starter-green-junior-tennis-balls-x-4.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/i/wilson-roland-garros-starter-green-junior-tennis-balls-x-4.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt108900.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt108900.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/5/0/501084_babolat_championship_tennis_balls.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/5/0/501084_babolat_championship_tennis_balls.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/5/0/501084_babolat_championship_tennis_balls.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt13700b-wilson-starter-red-balls-x-36-set-of-36-balls.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt13700b-wilson-starter-red-balls-x-36-set-of-36-balls.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt13700b-wilson-starter-red-balls-x-36-set-of-36-balls.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/b/a/babolat-team-clay-tennis-balls_1_1.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/b/a/babolat-team-clay-tennis-balls_1_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/b/a/babolat-team-clay-tennis-balls_1_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/b/a/babolat-team-tennis-balls-x-3.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/b/a/babolat-team-tennis-balls-x-3.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/t/e/tennis_foam_ball.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/t/e/tennis_foam_ball.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/t/e/tennis_foam_ball.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wr8201501-wilson_triniti_club_tennis_balls_box_72_balls__1.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wr8201501-wilson_triniti_club_tennis_balls_box_72_balls__1.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/p/0/p031-foam_tennis_ball.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/p/0/p031-foam_tennis_ball.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/7/g/7g323000-prince-stage-2-orange-dot-balls-x-3-new-3-ball.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/7/g/7g323000-prince-stage-2-orange-dot-balls-x-3-new-3-ball.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt115200.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt115200.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt115200.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt111900_1_team_4_ball_can_1.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt111900_1_team_4_ball_can_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt111900_1_team_4_ball_can_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/6/0/601313-dunlop-atp-official-tennis-balls_1.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/6/0/601313-dunlop-atp-official-tennis-balls_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/6/0/601313-dunlop-atp-official-tennis-balls_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt1415pkxb-wilson-us-open-5-inch-mini-jumbo-tennis-ball-pink.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt1415pkxb-wilson-us-open-5-inch-mini-jumbo-tennis-ball-pink.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrt1415pkxb-wilson-us-open-5-inch-mini-jumbo-tennis-ball-pink.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/3/4/341e198f-84d5-4096-bccf-15857f43f7a1.jpeg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/3/4/341e198f-84d5-4096-bccf-15857f43f7a1.jpeg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrx2096.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/r/wrx2096.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/4/7/474182-tretorn-jumbo-tennis-ball-yellow-m.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/4/7/474182-tretorn-jumbo-tennis-ball-yellow-m.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/4/7/474182-tretorn-jumbo-tennis-ball-yellow-m.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/b/a/babolat-team-tennis-balls-x-4.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/b/a/babolat-team-tennis-balls-x-4.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/b/a/babolat-team-tennis-balls-x-4.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/0/b/0bcbbfe7-b245-4117-938f-847a09b6d47e.jpeg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/0/b/0bcbbfe7-b245-4117-938f-847a09b6d47e.jpeg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/0/b/0bcbbfe7-b245-4117-938f-847a09b6d47e.jpeg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/7/d/7d7f5945-b710-4d03-b24e-95696371aca4.jpeg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/7/d/7d7f5945-b710-4d03-b24e-95696371aca4.jpeg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/7/d/7d7f5945-b710-4d03-b24e-95696371aca4.jpeg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/4/7/474410-75-tretorn-academy-red-36-balls-red.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/4/7/474410-75-tretorn-academy-red-36-balls-red.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/4/7/474410-75-tretorn-academy-red-36-balls-red.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/d/2/d26455ae-ed6e-48dd-b374-381a9c9bb9f2.jpeg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/d/2/d26455ae-ed6e-48dd-b374-381a9c9bb9f2.jpeg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/d/2/d26455ae-ed6e-48dd-b374-381a9c9bb9f2.jpeg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: https://subdomain.example.com/pub/media/wysiwyg/racquet.png
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/wysiwyg/racquet.png
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/icons/34xNxetennis_rating_banner.png
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/icons/34xNxetennis_rating_banner.png
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/icons/34xNxetennis_rating_banner.png
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/5/7/575613-head-pro-padel-balls_1.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/5/7/575613-head-pro-padel-balls_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/5/7/575613-head-pro-padel-balls_1.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/images/comparison_list_icon.png
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/images/comparison_list_icon.png
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/images/comparison_list_icon.png
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/images/comparison_list_icon.png
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/icon-fonts/font/porto-icons.woff2?79779384
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/icon-fonts/font/porto-icons.woff2?79779384
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/icon-fonts/font/porto-icons.woff2?79779384
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/icon-fonts/font/porto-icons.woff2?79779384
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/i/wilson-us-open-mini-jumbo-ball-palla-promozionale-wrt1415u_a.jpg
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/i/wilson-us-open-mini-jumbo-ball-palla-promozionale-wrt1415u_a.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/catalog/product/cache/9cb80aaa700fbabda1d30deb1d8f7ff5/w/i/wilson-us-open-mini-jumbo-ball-palla-promozionale-wrt1415u_a.jpg
 fragment=yourstaging.eu: remembering recent failure for 297 seconds.
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/fonts/opensans/regular/opensans-400.woff2
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/fonts/opensans/regular/opensans-400.woff2
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/fonts/opensans/regular/opensans-400.woff2
   
   [Mon, 15 Nov 2021 13:27:42 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/fonts/opensans/regular/opensans-400.woff2
   
   [Mon, 15 Nov 2021 13:27:44 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/storeviewgreek/linkwise/index/savecookie/
   
   [Mon, 15 Nov 2021 13:27:44 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/storeviewgreek/linkwise/index/savecookie/
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/js-translation.json
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/js-translation.json
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:9]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:9]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:10]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:12]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:18]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:21]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:22]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:23]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:25]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:28]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:30]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:32]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:37]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:43]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:45]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:49]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:50]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-popup.html:52]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:11]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:11]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:12]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:14]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:20]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:23]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:24]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:25]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:27]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:30]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:32]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:34]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:39]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:41]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:45]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:49]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:51]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-slide.html:55]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:12]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:12]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:13]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:15]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:21]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:24]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:25]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:26]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:28]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:31]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:33]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:35]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:40]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:44]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:46]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:50]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:52]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/modal/modal-custom.html:54]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/storeviewgreek/linkwise/index/savecookie/
   
   [Mon, 15 Nov 2021 13:27:45 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/storeviewgreek/linkwise/index/savecookie/
   
   [Mon, 15 Nov 2021 13:27:46 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/media/favicon/default/logo-etennis.ico
   
   [Mon, 15 Nov 2021 13:27:46 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/media/favicon/default/logo-etennis.ico
   
   [Mon, 15 Nov 2021 13:27:46 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/media/favicon/default/logo-etennis.ico
   
   [Mon, 15 Nov 2021 13:27:46 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/media/favicon/default/logo-etennis.ico
   
   [Mon, 15 Nov 2021 13:27:47 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/tooltip/tooltip.html
   
   [Mon, 15 Nov 2021 13:27:47 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/tooltip/tooltip.html
   
   [Mon, 15 Nov 2021 13:27:47 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/tooltip/tooltip.html
   
   [Mon, 15 Nov 2021 13:27:47 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/tooltip/tooltip.html
   
   [Mon, 15 Nov 2021 13:27:47 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/tooltip/tooltip.html:10]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:47 GMT] [Info] [252543] 
[https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/tooltip/tooltip.html:14]
 Invalid tag syntax: unexpected sequence `<%'
   
   [Mon, 15 Nov 2021 13:27:47 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/media/favicon/default/logo-etennis.ico
   
   [Mon, 15 Nov 2021 13:27:47 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/media/favicon/default/logo-etennis.ico
   
   [Mon, 15 Nov 2021 13:27:48 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/storeviewgreek/amasty_xsearch/autocomplete/indexrecent?uenc=aHR0cHM6Ly9ldGVubmlzbTIueW91cnN0YWdpbmcuZXUvc3RvcmV2aWV3Z3JlZWsvdGVubmlzLWJhbGxzLmh0bWw_UGFnZVNwZWVkRmlsdGVycz0rZGVidWc%2C&_=1636982863193
   
   [Mon, 15 Nov 2021 13:27:48 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/storeviewgreek/amasty_xsearch/autocomplete/indexrecent?uenc=aHR0cHM6Ly9ldGVubmlzbTIueW91cnN0YWdpbmcuZXUvc3RvcmV2aWV3Z3JlZWsvdGVubmlzLWJhbGxzLmh0bWw_UGFnZVNwZWVkRmlsdGVycz0rZGVidWc%2C&_=1636982863193
   
   [Mon, 15 Nov 2021 13:27:50 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/block-loader.html
   
   [Mon, 15 Nov 2021 13:27:50 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/block-loader.html
   
   [Mon, 15 Nov 2021 13:27:50 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/block-loader.html
   
   [Mon, 15 Nov 2021 13:27:50 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/Magento_Ui/templates/block-loader.html
   
   [Mon, 15 Nov 2021 13:27:50 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/images/loader-1.gif
   
   [Mon, 15 Nov 2021 13:27:50 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/images/loader-1.gif
   
   [Mon, 15 Nov 2021 13:27:50 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/images/loader-1.gif
   
   [Mon, 15 Nov 2021 13:27:50 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/el_GR/images/loader-1.gif
   
   [Mon, 15 Nov 2021 13:27:51 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: https://subdomain.example.com/service-worker.js?t=1
   
   [Mon, 15 Nov 2021 13:27:51 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/service-worker.js?t=1
   
   [Mon, 15 Nov 2021 13:27:51 GMT] [Info] [252543] Trying to serve rewritten 
resource in-place: https://subdomain.example.com/service-worker.js?t=1
   
   [Mon, 15 Nov 2021 13:27:51 GMT] [Info] [252543] Could not rewrite resource 
in-place because URL is not in cache: 
https://subdomain.example.com/service-worker.js?t=1
   
   [Mon, 15 Nov 2021 13:27:51 GMT] [Info] [252543] No permission to rewrite 
'https://subdomain.example.com/pub/static/version1636976713/frontend/Vendor/theme/en_US/images/logo.svg'
   
   [Mon, 15 Nov 2021 13:27:51 GMT] [Info] [252543] HTTPCache 
key=https://subdomain.example.com/pub/media/wysiwyg/smartwave/porto/flags/storeviewenglish.png
 fragment=yourstaging.eu: remembering recent failure for 288 seconds.
   ```
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to