You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Add pagespeed RewriteLevel PassThrough; to nginx config.
Navigate to a URL and add ?PageSpeedFilters=+debug to it.
Observe that PageSpeed outputs:
<!-- mod_pagespeed onFilters:ah Add Headcc Combine Cssjc Combine Javascriptgp Convert Gif to Pngjp Convert Jpeg to Progressivejw Convert Jpeg To Webpmc Convert Meta Tagspj Convert Png to Jpegws When converting images to WebP, prefer lossless conversionsdb Debugei Cache Extend Imagesfc Fallback Rewrite Css if Flatten CSS Importshw Flushes htmlci Inline Cssii Inline Imagesil Inline @import to Linkji Inline Javascriptjs Jpeg Subsamplingrj Recompress Jpegrp Recompress Pngrw Recompress Webpri Resize Imagescf Rewrite Cssjm Rewrite External Javascriptjj Rewrite Inline Javascriptcu Rewrite Style Attributes With Urlcp Strip Image Color Profilesmd Strip Image Meta Data...-->
If i refresh the page a couple times these extra filters start kicking in too (e.g. URLs start getting rewritten even though I have pagespeed CssPreserveURLs On; in my nginx config.