|
DownloadPageSpeed
To download and install Page Speed, please visit our download page: http://code.google.com/speed/page-speed/download.html Page Speed Command-Line UtilitiesCurrently Windows-only
Page Speed SDKNEW! 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. |
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)
Can I please use wiki Syntax To Open page speed?.
how do i change chinese language to english?
hi,how to use the Page Speed Command-Line Utilities,i'm trying to write a c# wrapper for pagespeed_optimize_image