Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Accepted Feature Requests

Jeff Kaufman edited this page Aug 21, 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
  • Allow data-pagespeed_no_defer in place of pagespeed_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

Clone this wiki locally