I use eternity for Lemmy, no matter how trash my internet is, everything loads so fast!

all 46 comments

sorted by: hot top controversial new old
[–] 162 points 2 years ago (5 children)

Probably all the ad tracking shit running in the background.

Not to mention the IPO has them cutting costs everywhere to make them look profitable.

I also wouldn't put it past them to intentionally slow down people who aren't logged in.

  • source
  • hideshow 10 child comments
  • [–] 50 points 2 years ago (3 children)

    I'm pretty sure Reddit used to be profitable. There used to be a bar on the right-hand side that showed how far each day's Reddit Gold purchases had gone towards covering the day's server costs. When I first started using Reddit, it'd typically be about a third of the way full when it reset, but a few years after the at, it was filling up after about eight hours, suggesting they were covering the server costs three times over, which should have left plenty of money for staffing costs as they didn't have many staff back then. Eventually, they got rid of the bar. Later, they did things that would have increased costs, like hiring people to make New Reddit and the Reddit App, and hosting images and videos themselves instead of leaving it to imgur, and I guess these were enough to make them no longer profitable and force them to aim for faster growth.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 24 points 2 years ago

    There was corpo phrasing in that...

    It was amount of gold equal to server time assuming all the gold was bought.

    But mods would get a shit ton to give out. And towards the end when you got gold you got "coins" as well that could be used to give gold.

    Like, say I want to make "Fun Time bucks" a thing. To drive adoption I'm going to give out free fun time bucks to everyone, they spend because it's free, and people start seeing it as valid.

    Reddit was pumping gold so people saw it and hopefully they bought it because they assumed everyone else was buying it. But most of it was "free" gold.

  • source
  • parent
  • [–] 4 points 2 years ago

    There used to be a bar on the right-hand side that showed how far each day's Reddit Gold purchases had gone towards covering the day's server costs.

    There were always people costs too, and plenty of others. Breaking even on infrastructure doesn't stop the bleed of the venture capital. And investors do expect a return.

  • source
  • parent
  • [–] 93 points 2 years ago (1 child)

    looks under desk and pats the Dell Optiplex server

  • source
  • hideshow 2 child comments
  • [–] 83 points 2 years ago (1 child)

    Because Lemmy isn’t running a thousand tracking scripts, and they’re not intentionally making the mobile website barely functional to push you to an app where they can track even more.

  • source
  • hideshow 2 child comments
  • [–] [S] 3 points 2 years ago (1 child)

    I use infinity for reddit not the website and images take too long to load

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 2 years ago

    It is plausible that they might slow down traffic coming in via those 3rd party apps. Certainly they know, for example, who uses Infinity vs the Reddit app. Obviously they want to control the client to force ads on users.

  • source
  • parent
  • [+] 68 points 2 years ago (2 children)
  • [–] 24 points 2 years ago (1 child)

    Eh, the code is very inefficient.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (1 child)

    Yeah... Lemmy's code and the way it implements activity pub is not the greatest... A lack of batch operations means that every single federated like is an HTTP request of its own.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    My favourite is having to send the activities sequentially, meaning you can very easily block the queue when a request fails.

    And that's just the network architecture. Database architecture is another kind of hell. Like a simple delete operation taking multiple minutes because there's a multitude of triggers, some of which take very long. That in itself is not bad, but the fact that the api waits for all the operations to succeed or fail (or the more usual case, timeout) is bonkers. Either fix the db or do it in the background.

    I was excited for Lemmy a year and a half ago, which quickly passed. Thinking of migrating my server to some alternative. If Sublinks launches eventually, I'm migrating in an instance, currently thinking of writing an api compatibility layer between Lemmy and Piefed to migrate without anyone noticing.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 17 points 2 years ago (1 child)

    It's probably down to how much random crap is being loaded along with what you're trying to see. The modern web means page load takes forever, in part because of all the random things your browser also has to pull down. Some of this content need to be loaded before you can render much of anything and some of that will result in calls to yet more random servers. Look at the network tab in your browser's dev tools to see what I'm talking about. Without an ad blocker you're probably looking at calls to 10-20 servers just to load a webpage.

    The old reddit API was actually pretty snappy, in part because it didn't need a lot of this overhead. I suspect the same is true for Lemmy - no extra fluff.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 49 points 2 years ago

    Reddit is running on a potato.
    Lemmy is running on several distributed potatoes, with a much smaller user load per tuber (and many orders of magnitude less bots).

  • source
  • [–] 43 points 2 years ago*

    old.reddit.com has always loaded quickly, except their self hosted photos and videos, which is a (relatively) new thing and has never loaded fast.

  • source
  • [–] 38 points 2 years ago (1 child)

    I think this is instance dependent. Midwest.social is super slow for me frequently and times out a lot depending on the time of day.

  • source
  • hideshow 2 child comments
  • [–] 24 points 2 years ago (1 child)

    More athletic hamsters and we keep the wheel well lubricated.

  • source
  • hideshow 2 child comments
  • [–] 22 points 2 years ago (1 child)

    You may just be connecting to a server that is much closer, there are also more smaller servers for a much smaller client based too. People who host these servers are usually in the IT community and probably hella overspecd the server vs userbase size too. Lemmy is also an open source project that has a lot of eyes to solve and fix issues

  • source
  • hideshow 2 child comments
  • [–] 21 points 2 years ago* (1 child)

    Probably less javascript. In theory, javascript makes sites faster because it diverts processing to the user's browser. In reality, developers use it to load all sorts of frameworks, third party whatevers, and other crap that slows things down. In other words, the same reason old websites load fast.

  • source
  • hideshow 2 child comments
  • [–] 6 points 2 years ago

    Also the reddit app is absolute steaming garbage that tries to throw ads and videos at you constantly.

    So much of our software is slowed down by what's basically ad analytics, because we have to remember, the ads are the actual product here.

  • source
  • parent
  • [–] 18 points 2 years ago* (last edited 2 years ago)

    It’s definitely instance dependent. I run the servers for my instance at the closest Hetzner data center to myself (west coast USA) for latency reduction and over-size/engineer it for better perf.

    My instance is open for registration too, if anybody reading here would find that useful.

  • source
  • [–] 14 points 2 years ago

    Reddit's backend is absolute junk and not designed for efficiency from the ground up, they just keep throwing more servers in and solve the efficiency bottlenecks with a shitload of caching. A site whose meat and potatoes is text comments and links just shouldn't be this crap at it.

    Lemmy has the benefit of hindsight in design and the fact that each server is only really responsible for a subset of all Lemmy users.

  • source
  • [–] 14 points 2 years ago

    Lemmy doesn't have any code in it whose only purpose is to maximize profit (e.g. code for showing ads) but isn't necessary for functionality. Also, the decentralized nature means that any given instance has to serve only a subset of users, not all of them like reddit does.

  • source
  • [–] 10 points 2 years ago

    There used to be reddit.com/.compact . It was lightning quick to load and browse even on load end devices because its wasn't graphics/javascript heavy. When reddit removed the ".compact" view it was the first thing that made me look for an alternative. The API changes was another.

  • source
  • [–] 5 points 2 years ago (1 child)

    ... And also Eternity is uber cool!

  • source
  • hideshow 2 child comments
  • [–] 5 points 2 years ago*

    Fewer people sucking up bandwidth on top of everything being split up across multiple servers to further lessen the load. Shoulda seen the first month or so after the APPocalypse when everyone and their mother was on Lemmy.World and it started to get hella bogged down until a few knowledgeable people pointed out that it would work better if everyone spread out to different instances.

  • source
  • [–] 4 points 2 years ago

    it drinks more coffee

  • source
  • [–] [S] 4 points 2 years ago* (last edited 2 years ago)

    Thank you all for the informative comments!

  • source
  • [–] 3 points 2 years ago

    No or way less obtrusive analytics.

  • source
  • [–] 1 point 2 years ago
    [–] 1 point 2 years ago (1 child)

    Unrelated but does Eternity correctly support Links now? (to comments / threads)

    This drove me to Jerboa, but I prefer Eternity's UI so I'd be pleased to go back if that's fixed.

  • source
  • hideshow 2 child comments