-
Notifications
You must be signed in to change notification settings - Fork 156
Accepted Feature Requests
Below are features we want to have in PageSpeed, but haven't gotten to yet. If you're interested in getting started contributing to PageSpeed, here are good places to start:
-
Add SRI support. When PageSpeed puts resources on a CDN, put a hash in the html so the CDN can't modify the file. #961
-
Add support for Redis as a caching backend, similar to the existing memcached support. #777
-
Handle redirects in resource fetching #262
-
Support configurable TTL for IPRO resources instead of always counting down from 10min. #928
-
Gzip resources in our HTTP cache; unzip them for clients that don't support gzip.
- crowell has looked into this some
-
Allow
data-pagespeed_no_deferin place ofpagespeed_no_defer. #991. -
Convert WOFF to WOFF2 for supporting browsers. WOFF2 has a font-specific compression algorithm that makes for much smaller font files.
-
Allow people to set headers on pagespeed-optimized resources #1005