Pagespeed는 gzip 헤더가 있는 콘텐츠를 전달하지만 갑자기 gzip 콘텐츠는 제공하지 않습니까?

Pagespeed는 gzip 헤더가 있는 콘텐츠를 전달하지만 갑자기 gzip 콘텐츠는 제공하지 않습니까?

갑자기 우리 웹사이트에 CSS가 더 이상 로드되지 않았습니다.

Chrome 브라우저 콘솔에 표시됨

Error 330 (net::ERR_CONTENT_DECODING_FAILED)

httpie 도구를 사용하면 비슷한 오류가 발생합니다.

$ http "https://www.example.com/A.theme,,__dist,,_css,,_all.css,,q1669307021+typo3conf,,_ext,,_tiny_png,,_Resources,,_Public,,_Stylesheet,,_lightbox.css,,q1642153071+typo3conf,,_ext,,_example_theme,,_Resources,,_Public,,_Css,,_lazy-loading.css,,q1669307007+typo3conf,,_ext,,_theme,,_Resources,,_Public,,_Css,,_KeSearch,,_pagination.css,,q1642153071+typo3conf,,_ext[...],Mcc.Trdmt7Jhh6.css.pagespeed.cf.IAdiJ5fbh7.css"
HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: max-age=31536000, public, no-transform
Connection: keep-alive
Content-Encoding: gzip
Content-Length: 161370
Content-Type: text/css
Date: Fri, 02 Dec 2022 10:37:04 GMT
Expires: Sat, 02 Dec 2023 10:37:04 GMT
Last-Modified: Fri, 02 Dec 2022 10:33:28 GMT
Server: nginx
Vary: Accept-Encoding
X-Content-Type-Options: nosniff
X-Original-Content-Length: 161410
X-Serve: Apache2


http: error: ContentDecodingError: ('Received response with content-encoding: gzip, but failed to decode it.', error('Error -3 while decompressing data: incorrect header check'))

우리는 다음을 통해 이 문제를 해결할 수 있었습니다.

sudo touch /var/cache/mod_pagespeed/cache.flush

그러나 우리는 이런 일이 다시 일어날 수 있는지 궁금합니다.

이전에 이런 문제를 본 사람이 있나요?

페이지 속도 버전:

# apt show mod-pagespeed-stable
Package: mod-pagespeed-stable
Version: 1.13.35.2-r0
Priority: optional
Section: httpd
Maintainer: mod_pagespeed developers <[email protected]>
Installed-Size: 22,0 MB
Pre-Depends: dpkg (>= 1.14.0)
Depends: libc6 (>= 2.17), apache2
Conflicts: mod-pagespeed-beta
Replaces: mod-pagespeed-beta
Download-Size: 8.309 kB
APT-Manual-Installed: yes
APT-Sources: http://dl.google.com/linux/mod-pagespeed/deb stable/main amd64 Packages

관련 정보