I can inform you that games I play take forever to load on slow networks. (Overwatch, Darksouls). Although I guess it's not downloading the game. It's just trying to login to the servers.
Web.dev by Google
101–110 of 264 posts
Re: Web.dev by Google
#102Re: Web.dev by Google
#103I just ran their audit to https://mail.google.com , you guys (googlers) need to speed up your websites first, Gmail is terrible slow lately, just saying...
Google's pagespeed service is hot garbage. You can do things that make the page load significantly slower and get a perfect score than if you had a lower pagespeed score with a much faster page load. I also find it strange how I can get an A on every other page speed service, including GTMetrix, but get an F on Google's tes(s). Totally useless.
"Error: 500 from Lighthouse API: Internal Server Error"
Re: Web.dev by Google
#104I think I broke Google > Error: 500 from Lighthouse API: Internal Server Error
Re: Web.dev by Google
#105Re: Web.dev by Google
#106Also this is the same company that brought us AMP and didn't use closing tags on their landing page to "save bandwidth", and tried to push a java -> JavaScript nightmare of a gui toolkit. I don't get why they are trying to push for this unless it's trying to strongarm devs into making more shitty AMP pages.
Re: Web.dev by Google
#107Looks like this - https://webhint.io Why not collaborate with the people who’ve made this first, google?
* Performance (exactly same as webhint)
* PWA (exactly same name as webhint)
* Accessibility (exactly same as webhint)
* Best Practices
* SEO
Webhint also has categories Interoperability and Security. Not sure what web.dev uses for those.
Re: Web.dev by Google
#108This site didn't load properly in Firefox on a Samsung Galaxy S8 just now, and the accessibility section is "coming soon". I'm sorry Google, but if you're letting key basics like this slip... Accessibility is not a bolt-on for afters, and chrome isn't the only web browser. Deep down you know this too. Those who preach are held to higher standards, and you've let yourselves down badly here.
> This site didn't load properly in Firefox on a Samsung Galaxy S8 just now Check your extensions. It loads fine for me. > you've let yourselves down badly here. ...because an article on accessibility is "coming soon"?
And yes, the accessibility section coming soon sends the wrong message very subtly but powerfully. It's something we all need to be better at, and when you've got the resources of Google there just isn't any excuse. Those two small words on that missing section quietly absolve us all. Because if Google can't do it right, why should we? It just isn't good enough, so yes, they have let themselves and our community down. I know they're strong words, but someone needed to say it.
Re: Web.dev by Google
#109Earlier quoted context omitted.
Google Pagespeed once recommended that I enable gzip compression on an embedded Google map. https://johnrockefeller.net/google-pagespeed-_/
Most performance profilers will penalize you for embedding Google Analytics and Google Fonts because they have poor caching settings. What's so important about those resources that they can't be cached for longer periods?
https://www.google-analytics.com/analytics.js
Google cannot bust this in case of a bug. They can mitigate this by having a loader with built in functionality that always looks out for "is there a newer version" but that has its limitations.