this post was submitted on 03 Jul 2023
2 points (100.0% liked)

No Stupid Questions

34333 readers
1573 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 1 year ago
MODERATORS
 

I joined Lemmy a few days ago under the lemmy.world instance and want to keep it as my main instance, but it’s being pretty laggy.

I don’t have access to a computer to ping each instance so am wondering if there’s a mobile way to do so.

you are viewing a single comment's thread
view the rest of the comments
[–] Kinglink@lemmy.world 0 points 1 year ago (4 children)

"Ping" shouldn't affect lag, and your ping should be almost unnoticeable to you. Ping basically means the time a packet takes to the server.

For anything other than a video game, you're going to focus more on server load, and utilization. If something is overloaded (Lemmy in general is overloaded) it doesn't matter what your ping is, the server can't process as many requests as it gets and you see "Lag".

Part of the process right now is figuring out if Lemmy can keep up with the traffic, this is part of the growing pains of a new "social media" server. Best thing to do if it's bothering you is give it a few days and hope they can work something out.

[–] Eclipciz@lemmy.world 0 points 1 year ago (1 children)

I realize. I just wanted to make a new account with the lowest ping instance while the server is upgraded at lemmy.world

[–] Kinglink@lemmy.world 0 points 1 year ago (1 children)

The point I'm making is "ping doesn't matter". If you want to go to a different instance that's fine, find one that seems responsive. You're using the wrong terminology/thinking when deciding which instance you want to be on.

[–] Eclipciz@lemmy.world 0 points 1 year ago (1 children)

It doesn’t? Something with 1000ms is going to be less responsive than 100ms geographically closer, though I don’t know how much it varies.

I assume that me, being the the US, will have a significant enough high ping by being on an instance that’s hosting in Finland. I never used the wrong terminology, just was asking about how to find the lowest ping — I only said I was trying to find the lowest ping because lemmy.world’s servers are shutting the bed. I can see where the extrapolation comes from though, didn’t make it clear enough.

[–] Kinglink@lemmy.world 0 points 1 year ago

Unless you're clicking through pages at record speed, 1 second latency for a web page and 100ms will be almost unnoticeable.

I just pulled Amazon.com, and on my computer it takes about 2 seconds for it to render, if we add 1 second of ping and it took 3 seconds to rend, I wouldn't notice it. Looking inside chrome tools, I see it takes 700ms to download the content on the front page. This is relative of course and I could go deeper (if the initial page, and the content server both were 1 second away, technically it could take 2 seconds because it needs two round trips) but that's kind of besides the point.

The main issue on the web is content generation/download, it's not the time to reach the server. Lag matters more in gaming because you're constantly talking to the server in a round trip constantly, so any latency is increased and will be more problematic. but with HTTP, you're sending a request and getting it back, it's a single round trip, you then will take time to parse that data and read it, and then when you're ready for more you're doing another round trip.

So if a server is 100ms or 1 second away you're only paying that penalty once in a while. The issue is if the website gets under heavy load and can't respond for multiple seconds or more, or fails to respond. That's more of an issue with server load, which is why I say to focus on that.

If you TRULY think this is an issue, go to your command line and run "ping lemmy.world" I get 189ms pings. Amazon gives me 79 ms pings. Google is 28 ms ping. Those levels will be unperceivable after you consider the rest of the time it takes to download and render a page.

load more comments (2 replies)