Server is slow for me in the past few days. Anyone else feeling the same?

  • acockworkorange@mander.xyz
    link
    fedilink
    arrow-up
    3
    ·
    1 month ago

    Did you upgrade Lemmy on the 13th or something? Could be a new bug.

    Also, did site traffic increase at all? Maybe there’s an AI scraper messing up.

    • Salamander@mander.xyzM
      link
      fedilink
      arrow-up
      7
      ·
      1 month ago

      I did not update or change anything in the past few days.

      But, now that you mentioned an AI scrapper I looked into the logs and noticed some heavy requests to the API from a specific IP.

      Requests look consistent to scraping - just consistently and continuously issuing GET requests to different API endpoints.

      XX.XX.XX.XX - - [14/Oct/2025:21:28:54 +0000] "GET /api/v3/community/list?limit=20&sort=TopAll HTTP/2.0" 403 107 "-" "Mlmym"
      
      

      I have started denying their requests and it is the first thing that seems to have actually helped!

      I don’t want to speak too early but I think you may have identified the cause. Thanks!

      • Salamander@mander.xyzM
        link
        fedilink
        arrow-up
        5
        ·
        1 month ago

        I just realized that it is not a ‘scraper’, the requests came from the server that I am using to provide an interface to the site as an Onion site. The amount of requests was suspiciously high so maybe a bot is scraping through Tor. I will leave it off for a few days and see if I can turn it back on later.

        • acockworkorange@mander.xyz
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          1 month ago

          That’s a level of sophistication I hadn’t seen - using Tor to scrape. Hopefully they give up soon. I’m glad we got some respite. Thank you!