As much as the comments here are mostly leaning towards one side keep in mind that 99% of the users probably don't care and I'm sure they have the data to back this up.
Where would they get that data? Users are given no way to voice negative feedback. If most users are like most non-techies I know, I assure you, they do care. There's just nothing they can do, beyond telling first couple people they encounter that they hate the new UI, and carrying on with their lives. Because what are they going to do? Move 10 years of their e-mail history to Microsoft and IM/phone 500 people about…
Ask HN: Anyone from Google here? The new Gmail UI is painful
71–80 of 283 posts
Re: Ask HN: Anyone from Google here? The new Gmail UI is painful
#72I checked with Developer Tools, didnt't see anything resembling Dart in Gmail (and it is not as slow as DFP). But there is 2.8 Mb JS file and 1.3 Mb CSS file (loaded 3 times, don't know why). I am not sure if this is really necessary to display a list of 20 newest emails. Also, a hangouts widget loads additional 600 kb of JS and 600 Kb of CSS.
Re: Ask HN: Anyone from Google here? The new Gmail UI is painful
#73As much as the comments here are mostly leaning towards one side keep in mind that 99% of the users probably don't care and I'm sure they have the data to back this up.
There's always resistance to new changes, but if we never change, we can't innovate. - just a user
Re: Ask HN: Anyone from Google here? The new Gmail UI is painful
#74It is slightly slower, but I like the look and enjoy working in it.
While I dream of doing it, I think it would be hard to PM something as popular as Gmail. Once you reach a nine figure user count, any change you make will be met with millions of unhappy people...
Re: Ask HN: Anyone from Google here? The new Gmail UI is painful
#75Get Thunderbird (or any other standalone email app). Extremely traditional UI, and better responsiveness due to no frill JS and no tracking. Bonus, even read your emails offline! Innovation!
Re: Ask HN: Anyone from Google here? The new Gmail UI is painful
#76I don't mind the look that much, but it's painfully slow. When an application gains a animated splash screen I know that it's time has come. I'm using a Chromebook, so in a way a Google blessed device and it's annoyingly slow. I'm switching to basic HTML view. If it will disappear I will get off gmail for good.
Re: Ask HN: Anyone from Google here? The new Gmail UI is painful
#77The charts are almost always broken, clicking on 1M will not show today's levels.
And earlier I could just put a /FB or /GOOG in the URL to get to that page instantly, now the URL is some 100s of long char string (sorry, I am from C/C++ world so dont know the exact terms for these)
Then there is the news events map to the chart, used to be cool to see what caused the dip/bump, but not there now..
I have since moved to Yahoo finance, but that has too much ads and autoplay videos.
Re: Ask HN: Anyone from Google here? The new Gmail UI is painful
#78I don't mind the look that much, but it's painfully slow. When an application gains a animated splash screen I know that it's time has come. I'm using a Chromebook, so in a way a Google blessed device and it's annoyingly slow. I'm switching to basic HTML view. If it will disappear I will get off gmail for good.
Re: Ask HN: Anyone from Google here? The new Gmail UI is painful
#79Tangential, but does anybody here have a email app recommendation for Linux? Something that can replace browsing Gmail on a browser?
For comprehensive alternatives to Microsoft Outlook, Evolution is well-integrated into GNOME, while KMail (part of Kontact) is well-integrated into KDE.
Alternatively, Geary (GTK+ 3 based, adopted by GNOME), Pantheon Mail (Elementary's fork of Geary), Claws Mail (lightweight GTK+ 2 based), Sylpheed (lightweight GTK+ 2 based), Trojitá (lightweight Qt 5 based), Kube (Qt 5 based, integrates with Kolab Now), and Mutt (text-based) also work on Linux.
All of these applications are free and open-source, and some of them also work on Windows and macOS.
Thunderbird: https://www.thunderbird.net/en-US/
Evolution: https://wiki.gnome.org/Apps/Evolution/
KMail: https://www.kde.org/applications/internet/kmail/
Geary: https://wiki.gnome.org/Apps/Geary
Pantheon Mail: https://github.com/elementary/mail
Claws Mail: https://www.claws-mail.org/
Sylpheed: http://sylpheed.sraoss.jp/en/
Trojitá: http://trojita.flaska.net/
Kube: https://kube-project.com/
Mutt: http://www.mutt.org/
Re: Ask HN: Anyone from Google here? The new Gmail UI is painful
#80My theory is that network interruptions during pageload cause the balance of these problems, as one of the environments I'm most frequently in has low-quality wifi. Haven't had time to do profiling or even so much as crack Devtools on the problem, but I casually imagine that they are dynamically loading a lot of libs, so a broken pipe or a dropped packet or two would certainly immobilize the UI until TCP/HTTP had gone through the dance of either resending the packets in question, or teardown/setup.
That said, the previous edition of Gmail -- possibly because it was lighter weight -- rarely misbehaved this way.
I believe we are seeing with gmail some of the current limits of the SPA designs. So it's not Google's fault, per se, and we should expect more and more sites to begin to evince the same drawbacks as the SPA model ineluctably takes over. (It really is superior.)
Eventually, problems in SPA will be resolved by improvements at the backend, on the wire, or by way of improvements to webpack, or the browsers themselves.