PageSpeed is a WebServer module that automatically optimizes pages and the resources they use. Google offers it as a free service through their DNS product.
Questions tagged [page-speed]
61 questions
2
votes
1 answer
enabling gzip with htaccess...why is it hit or miss?
I have shared hosting through Justhost. I use the HTML5 Boilerplate .htaccess (have tried other methods from here and there without luck) the compression part is as follows:
# Force deflate for mangled headers…

adam-asdf
- 191
- 1
- 11
2
votes
1 answer
apache2 access log , thousands of logs from the IP of the same server
I was Trying to read the apache access log for my vps 1.1.1.173 server and i have found something
wired , it has almost 98% of the requests from same IP address of the vps here is an example of logs
1.1.1.173 - - [02/Feb/2012:16:39:58 +0400]…

tawfekov
- 195
- 10
2
votes
2 answers
Any way to speed up my website in other countries?
My website(social network) was built with django, cassandra && memcache, rabbitmq, mysql
it used rabbitmq to serve POST requests (often it user submitted contents), to balance the load of mysql.
And memcache && cassandra to serve GET requests (often…

springrider
- 127
- 3
2
votes
2 answers
Reducing Loading of Advertisers Scripts
I have a website (http://dev2.liquor.com) that loads very quickly when I remove the advertisers and tracking scripts our partners give us. Of course we need to reduce page load time from 6 seconds to 1 second, and I see that it is 100% all of our…

Zach Smith
- 278
- 2
- 11
2
votes
4 answers
How to downgrade a 120 Mbit line, to test website speed?
How to downgrade a 120mbit line (our current connection) temporary to a 10mbit to test what our potential clients with less speedy internet are experiencing as the website loads?
At this moment everything loads in less than a second: For us there is…

Sam
- 423
- 3
- 7
- 23
1
vote
0 answers
I am trying to get centOS pagespeed apache2 module to run with SSL but it doesn't seem to be working
I have installed pagespeed module for httpd on centOS, finally I got it to work with http, but I still haven't managed to get it directing for ssl's, I've added the ssl cert dir path and .pem path, and from what I can tell have written everything…

ireply
- 11
- 1
1
vote
3 answers
How to configure HTTPS Nginx + Pagespeed + Varnish + Apache?
I currently have the following set-up:
Nginx (https) => ssl offloaded => Varnish (http) => Apache (http)
I want to add mod_pagespeed or nginx pagespeed in the mix. Any ideas where to add it? Should I look into adding pagespeed to Apache or to…

Milan Simek
- 111
- 4
1
vote
0 answers
Nginx stops responding after a while. Possible pagespeed fault?
If anyone could please help me out with this issue, I'd be VERY grateful!
Running EasyEngine with nginx/1.8.0 and PageSpeed 1.9.32.4-7251. Almost every day, after a certain time I assume, the website stops responding and I have to restart the nginx…

Mr. Silens
- 11
- 1
1
vote
0 answers
mod_pagespeed css shown render blocking?
I've already found this topic concerning my problem and figured out Google is about to discuss a fix of the blocking js. However, could somebody please check out my client's site squarecard.de with Google Pagespeed and explain what else is going…

Niklas Beinghaus
- 11
- 3
1
vote
0 answers
only declaration of mod_deflate lost 400-600 ms on TTFB
I would like to get to my site 100 score on google page speed and I only have the problem of TTFB in a few pages, a few pages in my TTFB is 400-600 ms.
Now I noticed a problem if I disable gzip compression, my site is under 200ms, and then passes…

themich
- 11
- 2
1
vote
1 answer
Benchmarks for server response time
I was testing my website’s performance on Google Page Speed and it mentioned the response time at
It average between .6-.8 seconds.
What’s the optimal server response time that’s acceptable? Is there any data or study done on the top performers…

Cherian
- 791
- 1
- 6
- 13
1
vote
1 answer
mod_pagespeed refuses to flush cache
I have mod_pagespeed running on my Dreamhost Ubuntu 12.04 VPS. Every time I turn on mod_pagespeed again the old header display (top black bar with data I removed - is shown on all pages. This despite the fact that the new version has been on for a…

rhand
- 264
- 2
- 5
- 23
1
vote
2 answers
Nginx and its caching systems. Are they all the same?
I'm a bit confuse about PageSpeed, Microcaching and Memcached. Are they just different tools that do the same job?
I was initially thinking in use PageSpeed with Nginx. If I do that, do I need microcaching? And how about memcached?

Daniel
- 193
- 1
- 6
1
vote
2 answers
Pagespeed GZIP facebook like button
I am using mod-deflate on httpd to compress resources.
Pagespeed complains that an external resource (facebook like button) is not being compresssed:
Compressing https://fbstatic-a.akamaihd.net/rsrc.php/v2/yU/r/lvRlebSUWb1.js could save 126.0KiB…

DD.
- 3,114
- 11
- 35
- 50
1
vote
1 answer
Force ngx_pagespeed to use png8
I used ngx_pagespeed to optimize my web server with Nginx. One of the servers is an image reverse proxy that supposed to fetch images from a remote server, optimize it, and send back to the client. However, most of the remote image is already…

Andy
- 161
- 6