Live data from Hacker News

Introducing Twitter Lite

blog.twitter.com

51–60 of 165 posts

Re: Introducing Twitter Lite

#54

Earlier quoted context omitted.

Doesn't seem to use any kind of server-side rendering.

This comment is getting downvoted but if it's true, it's absolutely a good point. They are optimizing for what is inherently slower: loading JS in the client before anything can be seen or interacted with, rather than rendering HTML and forms so one doesn't have to wait for JS to compile and execute (and all the tracking bloat that comes with it).

It's a progressive web app. This means users shouldn't have to wait for JS download or compilation on repeat visits.

Re: Introducing Twitter Lite

#55

Earlier quoted context omitted.

Doesn't seem to use any kind of server-side rendering.

This comment is getting downvoted but if it's true, it's absolutely a good point. They are optimizing for what is inherently slower: loading JS in the client before anything can be seen or interacted with, rather than rendering HTML and forms so one doesn't have to wait for JS to compile and execute (and all the tracking bloat that comes with it).

I don't know why my comment is getting downvoted. I was just making an observation after looking at the source.

Re: Introducing Twitter Lite

#58

I love this. I was always frustrated by the ever-growing-in-size Twitter app. Which is around 105 Megabytes now (aka ~73 1.44 floppies). So I welcome this.

> Today, we are rolling out Twitter Lite, a new mobile web experience which minimizes data usage, loads quickly on slower connections, is resilient on unreliable mobile networks, and takes up less than 1MB on your device.

1 MB is “acceptable” by today’s standards, but when you think about it — 1 MB to display a few 140-character tweets?

Post reply on HN