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
0
votes
1 answer
Can I use the Nginx PageSpeed module together with SSI?
Is it possible to use the Nginx PageSpeed module together with SSI?
I can't get SSI up and running when PageSpeed is enabled.
But as soon as I disable PageSpeed, SSI works again:
location ~ .+\.html$ {
pagespeed off;
ssi on;
}

czerasz
- 577
- 1
- 9
- 14
0
votes
0 answers
How to get IIS to accept-encoding: gzip(gfe)
Google's PageSpeed Service forwards requests with the accept-encoding header set to gzip(gfe). Unfortunately IIS chokes on this with the following:
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server:…

Nariman
- 229
- 3
- 10
0
votes
1 answer
uk vps server route to thailand?
I'm just a Javascript developer using node.js...
My host has got me a vps sever in england. I have had someone test my site loading in england and it is lightning fast. I've also had someone test in italy and they said its almost instant. Right now…

Ben Muircroft
- 105
- 5
0
votes
1 answer
serving static file from cookieless domain: alternative cookieless directory
I'm trying to follow all the guidelines of "Google Page Speed". The directive "Minimize request overhead" requires static content (images, js, css, etc.) on a static server (ie cookieless):…

Simone Nigro
- 375
- 2
- 3
- 17
0
votes
1 answer
Is the website directory path length important for server operations speed in any sense?
I'm using a website and I do lots of operations (its a basis for mobile app).
If I place the website in a long path directory of the server will that slow down the operations in any sense?
I mean something like…

SaintJob 2.0
- 147
- 8
0
votes
1 answer
how to determine problems with page load
Im hosting a website in a shared hosting environment. i think im pretty decent coder. I have done every possible way to improve my page performance including caching and gzipping the content. Still my users are facing problem.
My site url is…

user1400532
- 19
0
votes
1 answer
Hosting of jQuery script, which makes more sense with respect to page load time?
I'm thinking about whether it makes more sense to include the http://code.jquery.com/jquery-latest.min.js file from the jQuery website, rather than hosting it on your own server, since 1st time visitors probably already have the jquery-latest.min.js…

abcde123483
- 191
- 1
- 1
- 7
0
votes
2 answers
Google Page Speed message: https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js (1 hour)
Google Page Speed is telling me to leverage browser caching for only this object:
https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js (1 hour)
As this is being delivered from an external server, I guess I can't tell browsers to cache it…

Techboy
- 1,550
- 7
- 31
- 49
0
votes
1 answer
Please help me select a webserver configuration
Possible Duplicate:
Please help me select a webserver configuration
I have a website, which has grown from 10 visits per day, to 100 per day in couple of months, and now to about 800 unique visits per day.
So far, I have been using a VPS with…
anon
0
votes
0 answers
How to fix speed optimization of Laravel website?
I have developed a website in PHP Laravel. It is working fine but there is some core web vitals issues. I have tried to fix it but it has not done all. LCP, FCP INP (interaction to next paint) and TTFB (time to first byte). These core web vitals…
0
votes
0 answers
Reduce initial server response time
I have a website that scores 97 for PageSpeed performance. The only metric that is not doing well is the speed index. The speed index is 1.4 - 1.5. I can't seem to improve the initial server response time which is 0.77s - 1.9s.
The WordPress website…

CuppaCoffee
- 1
- 1
-1
votes
1 answer
pagespeed on apache with nginx as reverse proxy
I have a VPS and using the following stack:
NGINX as front-end proxy on port 80. Also port 443 for SSL
Apache on 8080 for dynamic content (mostly PHP)
Now, I want to use PageSpeed module by Google. On which of these to server I should install…

Moin
- 3
- 2
-2
votes
2 answers
Is it normal to have 400~600ms of waiting for first byte?
I have optimized my website and apply many advices found on the Google search. but finally i have about 400~600ms of time to first byte. Does it normal or I can lower it?
For dynamic data it it about 500~600ms base on the code that creates the…

wtayyeb
- 174
- 12
-2
votes
1 answer
How to check my site speed?
im the developer and in charge of a company's Wordpress based site
our site started to run a lot slower recently and i am trying to figure it out for two weeks now!
My main problem is that every online site speed test I found is so inconsistent:…

Joe
- 115
- 1
- 3
-2
votes
2 answers
Installing ngx_pagespeed with nginx 1.6.2 (Backport) on debian 7 (wheezy)
I am struggling to install nginx 1.6.2 with module ngx_pagespeed 1.9.32.1-beta
Can anyone please help me to install this on my debian 7.
Any working tutorial i have…

paul Watson
- 19
- 1
- 4