I'm facing a strange behaviour with the cache: when I browse my site hosted in a fast environment (my local datacenter) the cache is correctly managed; but when I browse the same site hosted in a remote system with high latency, the cache is not used and all files are always downloaded.
The site configuration is identical and all file are small, less than 50 Kb.
Checking the headers, the tags are identical.
I tested with Chrome and Edge with the same issue.
RequestRequest URL: https://_removed_:8443/app/lib/custom/ABCcomponents/form/ABCMatrix.js?_dc=8.6.0.110
Request Method: GET
Status Code: 200
Remote Address: _removed_:8443
Referrer Policy: no-referrer
Response Headersaccept-ranges: bytes
content-encoding: gzip
content-length: 4681
content-security-policy: script-src 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'self'
content-type: text/javascript
date: Fri, 17 Feb 2023 11:44:54 GMT
last-modified: Wed, 28 Sep 2022 06:03:44 GMT
referrer-policy: no-referrer
server: My-Server
strict-transport-security: max-age=31536000; includeSubDomains;
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-powered-by: My-Web-Tier
x-robots-tag: none
x-xss-protection: 1; mode=block
Request Headers:authority: _removed_:8443
:method: GET
:path: /app/lib/custom/ABCcomponents/form/ABCMatrix.js?_dc=8.6.0.110
:scheme: https
accept: */*
accept-encoding: gzip, deflate, br
accept-language: en-US,en;q=0.9,it;q=0.8
cookie: JSESSIONID=qlP-jTCoAmgmVigaKAwyVAxrzAoLTKeWDqEDH-ZV.app-app-test
sec-ch-ua: "Chromium";v="110", "Not A(Brand";v="24", "Microsoft Edge";v="110"
sec-ch-ua-mobile: ?0
sec-ch-ua-platform: "Windows"
sec-fetch-dest: script
sec-fetch-mode: no-cors
sec-fetch-site: same-origin
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/
110.0.0.0 Safari/537.36 Edg/110.0.1587.46