TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google Pagespeed Test Fails Itself on Mobile

118 pointsby datesover 9 years ago

13 comments

callumlockeover 9 years ago
This doesn&#x27;t surprise me. The PageSpeed Insights site has a very atypical use case.<p>Anyway, the PSI &#x27;score&#x27; is only a rough guide to help point you to problems. It can be kind of useful, in that if you get something like 97-100 then you can be pretty sure it&#x27;s a very fast page... but it&#x27;s also probably a page that doesn&#x27;t do much beyond displaying something. With a more serious web app that does more interesting things, the score becomes a less useful indicator – it&#x27;s often possible to make code changes that improve perceived performance but actually reduce the PSI score.<p>For example, it&#x27;s impossible for PSI to really know if inlining a script is going to generally improve or worsen performance, because it doesn&#x27;t know your site&#x27;s usage patterns, or which parts of your UI need to render first for a user to feel that the your UI &#x27;is fast&#x27;, whatever that means. UI performance is a subtler art than, say, algorithmic performance, and much less quantifiable. That&#x27;s why many people prefer webpagetest.org, which comes with much smarter tools to record and analyse <i>how</i> the page loads, so you can actually improve UI performance.
arikrakover 9 years ago
It does poorly when empty, but Google Pagespeed on Google Pagespeed does well on Google Pagespeed.<p><a href="https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;insights&#x2F;?url=https%3A%2F%2Fdevelopers.google.com%2Fspeed%2Fpagespeed%2Finsights%2F%3Furl%3Dhttps%253A%252F%252Fdevelopers.google.com%252Fspeed%252Fpagespeed" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;insights&#x2F;?url=...</a>
durrrrrrrover 9 years ago
Amazes me how much weighting people sometimes put in these type of tools, and start panicking because they enter a website they work on and it comes back with some red text.<p>Have had jobs where random marketing colleagues email the developers along the lines of &quot;Why do we only score 7&#x2F;10 in this test, 45.5% in this test, and 2 critical issues were found in this test?&quot;<p>Don&#x27;t get me wrong, they are useful, but people act the same way they would if their virus scanner found their computer was completely comprised. Unless the tools have a major tangible impact in something that affects the business, ie. SEO, I tend to ignore them unless they are a simple fix.
评论 #10586237 未加载
brimtownover 9 years ago
Also fails google.com on mobile. <a href="http:&#x2F;&#x2F;motherfuckingwebsite.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;motherfuckingwebsite.com&#x2F;</a> however is a 99&#x2F;100.
评论 #10584601 未加载
评论 #10584602 未加载
评论 #10584604 未加载
cbrover 9 years ago
The PageSpeed Insights tool gives itself [1] a high score [2]; what this link is showing is that it&#x27;s giving its documentation pages [3] a low score. Not that that&#x27;s much better.<p>[1] <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;insights&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;insights&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;insights&#x2F;?url=https%3A%2F%2Fdevelopers.google.com%2Fspeed%2Fpagespeed%2Finsights%2F" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;insights&#x2F;?url=...</a><p>[3] <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;</a>
pseudosavantover 9 years ago
Wow, the mobile version fails badly (62&#x2F;100). The desktop one doesn&#x27;t fair that well either though (77&#x2F;100).
ereckersover 9 years ago
Hilarious that this was just posted as I had to answer to it yesterday. Are we working together?<p>Here&#x27;s an email I ended up sending yesterday in reply to a Google Page Speed Test report:<p>&gt; We can address most of these issues with some further optimizations.<p>&gt; One thing that will always appear in the Google Page Speed Test reports is the &quot;Should Fix&quot; issue with &quot;Eliminate render-blocking JavaScript and CSS in above-the-fold content&quot;. This is a much discussed flag that Google returns that would really only work with non-modern websites, and a test that Google itself can&#x27;t pass: <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;insights&#x2F;?url=www.google.com" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;speed&#x2F;pagespeed&#x2F;insights&#x2F;?url=...</a>.
Theodoresover 9 years ago
&#x27;Fails&#x27; is a bit harsh. Since when was it decreed that Google should make all of their web pages blazingly fast on mobile? Al Gore didn&#x27;t pass any laws on that.<p>If Google make a developer oriented tool then it is no surprise that it works brilliantly on the desktop and slightly sub-optimally on the mobile phone. I am quite useless at web design yet I can game Pagespeed to get 95% or higher in the score. Of course the javascript will be mashed into some black hole that can&#x27;t be un-minified and the way things load will not be well suited for the visitor seeing more than one page (using cached things). I can&#x27;t believe someone at Google could not have done what I do to &#x27;game&#x27; Pagespeed. The fact that they haven&#x27;t is good, you should never let scores from things like Pagespeed or YSlow determine how a web page is delivered, it is like using a &#x27;defeat device&#x27;.<p>I do wish they would do something to Pagespeed as they have changed what it does over the years and the latest iteration didn&#x27;t excite me, I preferred the previous one, in part because you could run it against &#x27;localhost&#x27;.
jefflinwoodover 9 years ago
The Pagespeed Insights API is pretty easy to use, if anyone is interested in Pagespeed Insights as a service.<p>I built an Android app for it as sort of a proof-of-concept back when Holo was a thing, and it was very straight forward. I&#x27;m actually kind of surprised that Google didn&#x27;t build one themselves.
fuentesjrover 9 years ago
Sometimes the dog food on the other side of the fence does taste better.
huulaover 9 years ago
I heard it&#x27;s closed already last year?
评论 #10586016 未加载
n0usover 9 years ago
cnn.com gets 95&#x2F;100 on mobile user experience which must be a joke of some kind. My own page (the development version) gets a similar score in spite of loading much must faster. reddit.com also almost fails the desktop test.<p>This is a nice tool to give you suggestions about things you might want to change but it&#x27;s hard to use it as a predictor of page quality.
评论 #10585125 未加载
matchagauchoover 9 years ago
Anomaly of recursion?