Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Update about slow game post federating

General Discussion
7 3 7

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @FinchHaven Thanks for chiming in. I appreciate it.

    read more

  • @FinchHaven I am second guessing my choice of WordPress. I have been reading where people say one post or share from someone with a lot of followers will bring down your site each time... I am hoping, although some of the reading was recent, that devs have fixed it since then.

    I am confident that the issues I am having is more towards my current, default WordPress configuration and not network related or even WordPress ActivityPub's fault.

    read more

  • @paul

    Good luck with it

    Those were just my first, easiest thoughts

    Dropped out of network troubleshooting a good long while ago...

    cc @hashtaggames

    read more

  • @FinchHaven Thanks. I changed the wording to the post. I just started troubleshooting the issue this morning and did a few things until I can break it down later overnight and troubleshoot more.

    I added caching and going to add persistent object caching soon. I also notice php had low memory permissions so it was bottoming out quickly. I fixed that.

    The WordPress instance sat idle until mid-February which explains why the jump is Latency.

    I'm hosting on a VPS server through Namecheap at this time. Ubuntu 22.04, 12 GB ram, 8 CPU cores.

    @HashTagGames

    read more

  • @hashtaggames

    Also, to look at your instance on Fediverse Observer, your Latency more than doubled between January 2025 and February 2025, from 131.97 to 473-490 ms, and hit a peak of 757 ms on Jan 2026

    Most recently: 538 ms @ Mar 2026

    Here: https://fediverse.observer/hashtaggames.online

    cc @paul

    read more

  • @hashtaggames

    "Recently, when I post the new post at 9PM est, it has taken 15 minutes or longer for all instances on the to get it ... why is because my enabled site is getting due to the sheer number of instances trying to communicate with us when the game goes out."

    I often check for details when I see posts like this, in the off-hand chance I might learn something

    You seem to be on a single-user host via Namecheap

    Assuming you're posting using TCP/IP, each packet you send out to the Fediverse requires an ACK packet in return before it continues, and most transactions involve scores of packets

    Have you used something like Wireshark to look at exactly what you're sending out and receiving?

    I doubt you're being DDoSsed so much as your very small instance is suddenly talking to tens of thousands of other instances, each one of which is trying to talk back to you all at once

    Shorter: the Internet is not instantaneous

    cc @paul

    read more

  • Update about slow game post federating

    Recently, when I post the new post at 9PM est, it has taken 15 minutes or longer for all instances on the to get it. I determined the reason why is because my enabled site is getting overwhelmed  due to the sheer number of instances trying to communicate with us when the game goes out.

    I have taken some measures to prevent this and tonight we will see how it goes. If it is still slow, I will continue to tweak things.

    Just know, the game is going out on time, the post should arrive shortly each evening, and I will try to get this resolved one way or another.

    If you have any tips on ActivityPub and WordPress, let me know at my personal account below.

    Your host, @paul

     

    Poster Meme announcing New Game Featured image, large blue hashTag and Text: 9 o'clock Hashtag Games hosted by <a class=@paul@OldFriends.Live How to play #HashTagGames Write something awesome, Use the Hashtag, Toot/Post and Repeat! Please Boost Hashtag Games on Mastodon and the entire Fediverse. Alert: Message to game players Every Night, 9PM EST, (6PM PT / 2AM GMT / 3AM CET / 1PM AEDT / 3PM NZST) Proudly hosting daily games since November 16, 2022" width="600" height="336" />

    https://hashtaggames.online/2026/03/15/132013/
    read more

  • @julian @fabio oh interesting! this seems like something there should be a FEP for huh

    read more
Post suggeriti
  • Leaving WordPress for AI-powered flat PHP

    Herve Family wordpress
    1
    0 Votes
    1 Posts
    3 Views
    There’s a certain type of blog post I sometimes save for later. Not because I want to re-read it right away, but because it’s worth revisiting in six months to see how things actually played out.“Migrating PerezBox From WordPress to Flat PHP in 90 Minutes” is one of those posts.I actually migrated perezbox.com from a full WordPress installation to a flat PHP site with zero external dependencies.No database. No frameworks. No build tools. No package managers. No node_modules. No Composer. No plugins. Just PHP, HTML, CSSThe “I migrated away from WordPress to something simpler” post is a classic of the genre. I understand the appeal, it can be tempting. In fact, I have tried migrating away from WordPress in the past. About fifteen years ago I tried Jekyll, as a way to experiment and try something new. I came back to WordPress. Twelve years ago I tried Ghost, partly for the same reasons. I came back again. And I published another reaction post 10 years ago, responding to a post saying WordPress was doomed, static site generators were in.I won’t try to convince you not to try alternatives to WordPress. In fact I think you should, from time to time. It’s healthy to look at what’s on the other side of the fence from time to time, it’s always a good learning experience. I do, however, think we should always be honest with ourselves about the trade-offs.Whether it makes sense depends a lot on the type of site you’re running and how often your content or design actually needs to change. For the right project, a flat-file setup can be a good fit.Here are a few questions I would ask, 6 months from now.Are you still using your custom solution?WordPress is much more than a post editor ; it’s an ecosystem. And it’s easy to underestimate everything you take for granted until it’s gone. Galleries, embedded content types, archive pages, category views, comments, all the little things that just work. And that’s not even taking plugins into consideration, and the myriad of other features they can bring to WordPress. A few months in, when you need one of those things, you’ll have to build it from scratch or accept that your site won’t support that.WordPress comes with so many little things that come bundled with the software, we don’t even think about them. A good example may be responsive images. It may sometimes seem like bloat to see so many different image sizes generated every time you upload a new image to WordPress, but those can be useful in so many different places. It may not be a feature you’d put in a comparison table. But it’s one of hundreds of small things the platform does for you without you ever having to think about it.Are you still publishing?This one matters even more to me. When your publishing flow changes, when it’s no longer a matter of opening a familiar editor (on desktop or on mobile) and hitting publish, the friction adds up. And in a lot of cases like this, people just… publish less.That’s obviously less of an argument with AI: AI can help you with that flow, can publish / push for you, can write your posts for you. AI does change things, for building sites as much as for everything else.Generating code has become (too?) easy. You can reinvent the wheel for every project if you want to ; no need for a library, a plugin, or a third-party service when you can just ask an AI to build you a custom one.But it cuts both ways. You can’t say your site has “zero external dependencies” and then build your entire publishing pipeline around Claude. That is a dependency, a significant one. It’s a paid service, you don’t control it, it can unreliable at times, it can change its pricing tomorrow. You can certainly do without it and edit files the old fashioned way, but then we’re back to the problem I mentioned above. It becomes considerably harder to publish than it ever was with WordPress.So the real questions become: once the site is live, how easy is it to maintain? If updating it requires leaning on AI every time, are you comfortable with that trade-off? Is that really simpler than what you had before, or just a different kind of complexity? Did you trade one dependency for another?I am really curious to see what the future has in store for us, and for WordPress as a whole. I’ll check back in six months I guess 🙂
  • 0 Votes
    3 Posts
    16 Views
    @mrgrumpymonkey Thank u
  • 0 Votes
    16 Posts
    93 Views
    @Neko0001 ciao
  • Nice video from @docpop

    Fediverso fediverse
    1
    0 Votes
    1 Posts
    17 Views
    Nice video from @docpop What is the #Fediverse ?https://www.youtube.com/watch?v=QzYozbNneVc