내 서버에서 현재 PageSpeed 버전 1.8.31.4-4056을 실행 중입니다.
# Many filters modify the URLs of resources in HTML files. This is typically
# harmless but pages whose Javascript expects to read or modify the original
# URLs may break. The following parameters prevent filters from modifying
# URLs of their respective types.
#
# ModPagespeedJsPreserveURLs on
# ModPagespeedImagePreserveURLs on
# ModPagespeedCssPreserveURLs on
는 마지막 세 줄의 주석 경우 같은데, URL이 유지됩니다 : 우리 pagespeed.conf 파일에서, 나는 다음과 같은 항목을 참조하십시오. 그런 다음 Apache를 다시 시작해야합니다. https://developers.google.com/speed/pagespeed/module/config_filters#preserveurls
불행하게도, URL을 보존하는 것은 다른 유용한 기능을 비활성화합니다
나는 여기에서 설정에 대한 몇 가지 문서를 발견했다.