718

With the sluggishness of the site these last few days you can sometimes get slowness or infinitely loading icon when hitting submit. If you aren't sure if your post submitted, refresh the original page in a different tab before hitting submit again to see if it went through. I see double and triple posts in almost every comment section.

top 50 comments
sorted by: hot top controversial new old
[-] OonglusMoonglus@lemmy.world 68 points 1 year ago

if only I had known this earlier

[-] Azzu@lemm.ee 10 points 1 year ago

I mean you have 2 comments total including this one, it isn't really too late ;)

[-] astraeus@programming.dev 6 points 1 year ago

I hope you have learned the error of your ways

load more comments (1 replies)
[-] OonglusMoonglus@lemmy.world 63 points 1 year ago

if only I had known this earlier

[-] MisterSheepy@lemmy.world 23 points 1 year ago

People are forgetting that a lot of these Lemmy servers are being run by just a couple people, sometimes with a server in their basement lol

[-] frozen@lemmy.frozeninferno.xyz 13 points 1 year ago

Or literal closet. >_>

[-] DanglingFury@lemmy.world 22 points 1 year ago

This is good to know. Upvoted for visibility.

[-] Lemmypy@feddit.nl 8 points 1 year ago

This is the way

[-] Lemmypy@feddit.nl 7 points 1 year ago

This is the way

[-] DanglingFury@lemmy.world 21 points 1 year ago

This is good to know. Upvoted for visibility.

[-] DanglingFury@lemmy.world 16 points 1 year ago* (last edited 1 year ago)

This is good to know. Upvoted for visibility.

[-] frozen@lemmy.frozeninferno.xyz 14 points 1 year ago

You should also know you can join smaller instances to help alleviate this problem. You'll still see most of the same content, especially if the instance has active users. Don't be too shy to sign up on some random instance, worse case scenario you just don't get approved.

[-] ProvokedGamer@lemmy.ca 4 points 1 year ago* (last edited 1 year ago)

I joined my instance after being on Lemmy.ml about a month ago for a day, and there was so much lag because it was the largest instance at the time. I then switched to my current instance when it only had ~50 users on it and it made the world of a difference. I went from seeing the site crash every 5 seconds and posts taking 30 seconds to submit, to having a stable connection to the Fediverse.

Overall, I feel like everyone should try to join smaller instances to distribute the load so that you don’t have a bad experience, and the instances don’t get overwhelmed. It’s a win-win for everyone.

[-] consumer451@lemmy.world 11 points 1 year ago* (last edited 1 year ago)

Just to add to this, at least in wefwef, I sometimes get an error when I tap Post, saying that it failed. I am then left on the page, and can hit Post again. But it didn’t fail the first time, the post was made.

So this is not just users being impatient. There is a bug.

[-] T156@lemmy.world 5 points 1 year ago* (last edited 1 year ago)

Might be due to either the websocket removal, or the sluggishness that does it.

The post processes, but the app doesn't get a response confirming that the post has been made, so it sits there until the app times out.

[-] consumer451@lemmy.world 4 points 1 year ago* (last edited 1 year ago)

I have not written real code for a very long time, and I don’t know the lemmy code base at all… but I described this bug to GPT-4 and it just turned me on to idempotency.

https://stripe.com/blog/idempotency

The call could succeed, but the connection breaks before the server can tell its client about it.

Seems like it’s non-trivial to implement in rust.

https://www.lpalmieri.com/posts/idempotency/

[-] Nfamwap@lemmy.world 4 points 1 year ago

I've had the same on Liftoff

[-] Nfamwap@lemmy.world 7 points 1 year ago

See what I did there....?

[-] Nfamwap@lemmy.world 4 points 1 year ago

I've had the same on Liftoff

[-] prtm@lemm.ee 10 points 1 year ago

It's just Lemmy admins trying to give us the true Reddit experience

[-] WontonSoup@lemmy.world 8 points 1 year ago
[-] UnfortunateShort@lemmy.world 7 points 1 year ago

You know, we don't have to copy everything from Reddit. Although it is pretty funny that we have exactly the same bug lol

[-] cyanarchy@sh.itjust.works 4 points 1 year ago

I expect some aspects of the internet will never change

[-] dm1336@lemmy.ca 7 points 1 year ago

Just get off .World and onto another instance and it’s smooth sailing with mobile apps working great too.

[-] douglasg14b@lemmy.world 2 points 1 year ago

programming.dev is getting to be pretty damn slow too...

Comments post in 5-30 seconds, and up votes can take 30+ seconds to post. Searches are pointless, and loading comments can be a repetitive painful process of reloading till it works (504 gateway timeout)

load more comments (1 replies)
[-] ImplyingImplications@lemmy.ca 6 points 1 year ago

Yes! The Lemmy devs should make it so that you can't hit the submit button 10 times in a row. People hit submit and nothing happens so they hit it again and again and again. Now there's a bunch of identical posts.

I remember the old days where sites would have a message saying "only hit submit once". That's gone now since sites prevent users from hitting submit more than once. I don't think Lemmy is doing that though!

[-] The2b@lemmy.world 6 points 1 year ago

You should be able to hit the submit button as many times as you want, but it should have a single transaction ID so the server can ignore duplicate submissions.

[-] lightswitchr@lemmy.world 2 points 1 year ago

Yep, it’s called an idempotent key. The server gets a request with a specific key (usually a random guid), stores it and ignores any further requests with the same key. It would be a great addition to Lemmy.

[-] douglasg14b@lemmy.world 4 points 1 year ago

It's problematic because often you'll get an error that says it failed to post the comment. In which case it's fair to try again, but it actually posted anyways.

[-] Landrin201@lemmy.ml 5 points 1 year ago

I can confirm this is true in Jerboa; learned the other day the hard way.

[-] Hildegarde@lemmy.world 4 points 1 year ago

I said I was sorry... Gosh

Resubmitting is the reasonable response to an error that said it failed. Lemmy should add some sort of duplicate message prevention when they have the time to improve the ux.

[-] itadakimasu@programming.dev 4 points 1 year ago

Sounds like a bug to be that needs to be ironed out on the backend 😉

[-] martinbasic@lemmy.world 4 points 1 year ago

...And I learned that I need to copy the whole comment I type before submit jic my comment didn't upload, at least I have my comment restored.

[-] subignition@kbin.social 3 points 1 year ago

Also note that if a large amount of time has passed while you're writing a response, you'll sort of time out, and the first attempt to post won't work, but because it's refreshing your session. The second attempt will post

load more comments (2 replies)
[-] Candelestine@lemmy.world 3 points 1 year ago

Admin needs to sticky something to this effect.

What I do (web browser) is simply refresh the community to see if the post has posted yet. If it hasn't, I try again. Around a third of the time you get spinny wheel though, it actually did submit, and just forgot to let you know.

[-] PeterPoopshit@lemmy.world 2 points 1 year ago

Only sometimes. Other times it won't post your comment at all. I still check to make sure my comments don't post more than once but sometimes the lag is so bad it's impossible to do even that.

[-] kezza596@lemmy.world 2 points 1 year ago

Does it show up repeatedly on your profile? I used to use that as a way to track double posting on reddit

[-] stephfinitely@kbin.social 2 points 1 year ago

I was wondering the same thing because I've definitely pushed submit multiple times but in my profile it only shows the comments once.

[-] DopamineDaydreams@kbin.social 2 points 1 year ago

I've been finding uploading images to be very confusing as the 'upload file' and 'From url' buttons don't seem to do anything

[-] trifictional@lemmy.world 2 points 1 year ago

The problem is a UI thing too. In wefwef for example half the time you go to post something and it says ‘error posting’, your comment actually did post. But sometimes it doesn’t.

I typically go until I see success and then delete any duplicates I left on accident.

load more comments
view more: next ›
this post was submitted on 04 Jul 2023
718 points (98.6% liked)

You Should Know

32165 readers
1 users here now

YSK - for all the things that can make your life easier!

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

Rules (interactive)


Rule 1- All posts must begin with YSK.

All posts must begin with YSK. If you're a Mastodon user, then include YSK after @youshouldknow. This is a community to share tips and tricks that will help you improve your life.



Rule 2- Your post body text must include the reason "Why" YSK:

**In your post's text body, you must include the reason "Why" YSK: It’s helpful for readability, and informs readers about the importance of the content. **



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.

Posts and comments 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 non-YSK posts.

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



Rule 7- You can't harass or disturb other members.

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

If you are a member, sympathizer 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.

For further explanation, clarification and feedback about this rule, you may follow this link.



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- The majority of bots aren't allowed to participate here.

Unless included in our Whitelist for Bots, your bot will not be allowed to participate in this community. To have your bot whitelisted, please contact the moderators for a short review.



Partnered Communities:

You can view our partnered communities list by following this link. To partner with our community and be included, you are free to message the moderators or comment on a pinned post.

Community Moderation

For inquiry on becoming a moderator of this community, you may comment on the pinned post of the time, or simply shoot a message to the current moderators.

Credits

Our icon(masterpiece) was made by @clen15!

founded 1 year ago
MODERATORS