A faster BBC News front page
11–20 of 133 posts
Re: A faster BBC News front page
#12 ~ curl -I https://www.bbc.co.uk/news/0
HTTP/1.1 301 Moved Permanently
Content-Type: text/html
Date: Mon, 24 Apr 2017 09:33:49 GMT
Location: http://www.bbc.co.uk/news/0
Connection: Keep-Alive
Content-Length: 0
What annoys me most about this is that there is a valid GlobalSign SSL certificate there and the server can clearly handle TLS handshakes. It's just deliberately being used to make the user's experience less secure.I realise this is being worked on and somewhat tangenital to this post, but the BBC's rollout of HTTPS has been shockingly poor and incredibly slow comapred to other news organisations. What's the point of serving account.bbc.co.uk securely if all links to sign in can be MitM'd? The parts that can be accessed with HTTPS don't seem to use HSTS either.
Re: A faster BBC News front page
#13Can you ditch the 'breaking news' whilst you're at it too please? It's never really 'breaking' and is usually the headline of the landing page anyway. Usability wise, it's as bad as a pop-up ad. Like this, for example: https://pbs.twimg.com/media/Cu_KsFAWgAADCJR.png
The best solution I've come up with is immediately reloading the page in the hope that there's a cookie to stop the "Breaking News" showing again.
I'll just add, really like the new update. The new page feels much better (and the old one is really good already).
Re: A faster BBC News front page
#14I find that BBC News is one of the best sites on the entire web for browsing with NoScript. EDIT: This is what I get: http://imgur.com/a/Cg9sD
And the new one is even worse (though it's a work-in-progress)
Re: A faster BBC News front page
#15I find that BBC News is one of the best sites on the entire web for browsing with NoScript. EDIT: This is what I get: http://imgur.com/a/Cg9sD
Edit: And even with JS, images remain low resolution (or invisible) until you stop middle-button scrolling which makes for scanning through articles very painful.
Re: A faster BBC News front page
#16Can you ditch the 'breaking news' whilst you're at it too please? It's never really 'breaking' and is usually the headline of the landing page anyway. Usability wise, it's as bad as a pop-up ad. Like this, for example: https://pbs.twimg.com/media/Cu_KsFAWgAADCJR.png
Re: A faster BBC News front page
#17> It is available over HTTPS, and we have plans to redirect insecure traffic to HTTPS in the not-so-distant future. ~ curl -I https://www.bbc.co.uk/news/0 HTTP/1.1 301 Moved Permanently Content-Type: text/html Date: Mon, 24 Apr 2017 09:33:49 GMT Location: http://www.bbc.co.uk/news/0 Connection: Keep-Alive Content-Length: 0 What annoys me most about this is that there is a valid GlobalSign SSL certificate there and th…
Re: A faster BBC News front page
#18I miss when the major constraint on page load time was the server-side rendering time...
Re: A faster BBC News front page
#19> It is available over HTTPS, and we have plans to redirect insecure traffic to HTTPS in the not-so-distant future. ~ curl -I https://www.bbc.co.uk/news/0 HTTP/1.1 301 Moved Permanently Content-Type: text/html Date: Mon, 24 Apr 2017 09:33:49 GMT Location: http://www.bbc.co.uk/news/0 Connection: Keep-Alive Content-Length: 0 What annoys me most about this is that there is a valid GlobalSign SSL certificate there and th…
Re: A faster BBC News front page
#20Earlier quoted context omitted.
H2 support is happening at a much higher level (like, the BBC-wide infrastructure team level) but I think it's coming pretty soon. We did some testing and saw a positive impact on all front-end metrics: first paint, interactive, DOM complete, document onload.
Does Mr Butterworth help guide the H2 stuff?