Hacker News new | ask | show | jobs
by asto 5147 days ago
It's not just Google+, by the way. All of Google's services are noticeably slower after they switched to the new look that Google's changing everything to. Bad move in my opinion. We don't care if the pages are very pretty, Google. We just want what we want.
2 comments

You can check with Chrome, Ctrl+Shift+I, then Audits and reload/Run.

A few years ago they started promoting best practices [0] and after following it + checking with Audit/pagespeed I got performance increases. Now it seems they abandoned their own best practices. Running an audit on a google page results in a lot of red/orange bullets.

[0] https://developers.google.com/speed/docs/best-practices/rule...

The new instant search does some strange things stashing js assets in hidden form fields, and it seems to have a performance impact at several levels (including the IO cost of serialising the session for restoring it after a crash). There's also some weird non-responsiveness with partially loaded pages.