Questions tagged [google-pagespeed]

deleted as mod-pagespeed should be used instead.

PageSpeed Documentation is available here.

544 questions
-1
votes
1 answer

Wordpress page loading issue

In my wordpress site most of the pages are takes a lots of time to load. Some time some of pages takes more than 30 seconds. I have checked the speed issue in gtmetrix. It's showing "PageSpeed Score" over 90% and "YSlow Score" over 75%. But page…
-1
votes
3 answers

Google PageSpeed Insights API Quota

I was checking Google PageSpeed Insights API and I have question related to the quota but I cannot find answer for it on the web or on the google docs so appreciate if anyone can help or guide me in this point. It is mentioned on the quota for this…
-1
votes
1 answer

Can google pagespeed insight give wrong or cached results

I have different domains/subdomains with same CSS and loading practically same resources ..but from different databases. www.landshoppe.com, navimumbai.landshoppe.com, thane.landshoppe.com, mumbai.landshoppe.com, konkan.landshoppe.com However, all…
user3526204
  • 509
  • 5
  • 22
-1
votes
1 answer

In what ways does more RAM and Processing power on my server make my website faster?

I understand that the speed that a website loads is dependent on many things, however I'm interested to know how I can positively impact load speed by increasing the specifications on my dedicated server: Does this allow my server to handle more…
Adam Scot
  • 1,371
  • 4
  • 21
  • 41
-1
votes
1 answer

calling multiple pages from different pages

I am not very well versed with internal HTML and PHP stuffs so I was wondering if I break my code into multiple php files and then include them in 1 html file will that add to the number of HTTP requests? Or it will be just 1 request since the…
Swayam
  • 25
  • 7
-2
votes
1 answer

How do I increase Google PageSpeed insight Score on mobile?

I have a wordpress website which is fast in loading too but it's Google speed insight scores are low. I reached out some developers to improve score but they said your theme isn't fully compatible and you need to change it. My website is…
-2
votes
1 answer

What network does GPSI evaluate mobile on? Is it 3g or 4g?

All our customers are based in America. So does google page speed insights test the "mobile" on 3g n/w? If yes, is there a way to tell Google to only care about speeds above 4g only for the test?
jaison619
  • 31
  • 1
  • 3
-2
votes
1 answer

What is easiest way to defer JS Scripts for Laravel Website?

I have implement Cache tool on my cPanel server and configured it but i am getting Defer Parsing JavaScript warning in gtmetrix and google pagespeed
-2
votes
1 answer

How to do Minimize redirects in gtmetrix 0 to 100% for increasing site speed in htaccess code

My Website is running on HTTP so client wants to make the site with HTTPS along with WWW then the site will redirect two times but it will decrease the site speed loading time because it will load the site in two times,and for redirect i am using…
-2
votes
1 answer

Google PageSpeed Insights Error on everything

When I test our site with PageSpeed insights v5 i get Error! for all lab data and opportunities. It also is telling me I have way more assets than there really is. It is basically multiplying how many assets are really there by the number of…
-2
votes
1 answer

Preloading CSS still results in render blocking sources

Im trying to preload some CSS in the following way Inside the Head Tag: Script at the bottom of the Body Tag (Don't think it matters where its placed anyway...)