Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Accepted Feature Requests

Jeff Kaufman edited this page Oct 2, 2015 · 21 revisions

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

  • Add FreeBSD support #1073 and OSX support #612

  • 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
    • Support Brotli #1148
  • 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

  • Find out when we're breaking things by changing urls. Make the server check for corrupt .pagespeed. urls, look at the referrer, and turn off renaming appropriately.

Clone this wiki locally