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.
We strip rel=subresource hints when not in preserve urls mode (#973) because they're generally going to be made incorrect by PageSpeed running. The rel=preload hints are a successor, and we should strip them as well.
The text was updated successfully, but these errors were encountered:
crowell
changed the title
Strip rel=preload hints
Remove rel=preload hints which wastefully download unused resources when using PageSpeed
Aug 12, 2016
We strip
rel=subresource
hints when not inpreserve urls
mode (#973) because they're generally going to be made incorrect by PageSpeed running. Therel=preload
hints are a successor, and we should strip them as well.The text was updated successfully, but these errors were encountered: