My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DownloadPageSpeed  
Updated Oct 6, 2010 by bmcqu...@google.com

To download and install Page Speed, please visit our download page:

http://code.google.com/speed/page-speed/download.html

Page Speed Command-Line Utilities

Currently Windows-only

  • har_to_pagespeed: Run Page Speed on a HAR file. Download for Windows
  • pagespeed_optimize_image: Page Speed image optimizer for PNG, GIF, and JPG (converts GIF to PNG). Download for Windows

Page Speed SDK

NEW! Download the Page Speed SDK for Windows and Linux: page-speed-sdk.zip

Also see EmbeddingPageSpeed.

Linux

You will need the g++ package, and the libjpeg, libpng, and zlib dev packages installed on your system. For instance, on Ubuntu, you can run:

sudo apt-get install g++ zlib1g-dev libpng12-dev libjpeg62-dev

To build the SDK:

unzip page-speed-1.8.zip
cd page-speed-1.8
make

Windows

Windows users need to download the Page Speed SDK Windows dependencies: page-speed-windeps.zip. This zip file contains static libraries for zlib, libpng, and libjpeg.

Unzip page-speed-1.8.zip, then unzip page-speed-windeps.zip in the page-speed-1.8 directory (the directory that contains directories named pagespeed, base, build, third_party, etc). This will overlay the required dependencies into the Page Speed SDK build tree.

Open pagespeed.sln and build.

Comment by nwray%de...@gtempaccount.com, Mar 24, 2011

Note, for windows DO NOT use the page-speed-windeps.zip, it introduces compile errors. The page-speed-sdk.zip compiles and runs just fine under visual studio 2008 with the features pack installed (required to resolve the regex dependency)

Comment by Laila.Bo...@gmail.com, Apr 7, 2011

Can I please use wiki Syntax To Open page speed?.

Comment by joe0...@gmail.com, May 12, 2011

how do i change chinese language to english?

Comment by cocoayoyo, Jun 8, 2011

hi,how to use the Page Speed Command-Line Utilities,i'm trying to write a c# wrapper for pagespeed_optimize_image


Sign in to add a comment
Powered by Google Project Hosting