{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreifzwxaqjbcax2m6bmpll3jqfge6gwqkxyjektmonm3s6vhnthbjui",
    "uri": "at://did:plc:qfsyszxhq5agxsg2n5zo4lno/app.bsky.feed.post/3mepwhu2lnhx2"
  },
  "path": "/t/could-you-help-me-figure-out-please-what-is-causing-my-site-to-hit-cpu-limits/117626#post_2",
  "publishedAt": "2026-02-13T05:18:42.000Z",
  "site": "https://forum.infinityfree.com",
  "textContent": "Depending on how you implement your logic you could either have a light weight app or a really heavy one.\n\nAnd according to how you described it, I’m afraid that you have used a rather resource extensive way.\n\nbluepencil:\n\n> it should be using local cpu and only hits to save rolls to a txt file\n\nI don’t know what’s your logic here because “it uses local CPU” and “save rolls to a txt file” shouldn’t come hand in hand with each other.\n\nSaving data to a text file consumes server CPU. Loading data from it also costs CPU. And if you do this very frequently, you’ll hit the CPU limit.\n\nbluepencil:\n\n> share the same session\n\nJudging from the outcome you seem to be just polling from the server, which means “do this very frequently”. And it hits the limit very quickly.",
  "title": "Could you help me figure out please what is causing my site to hit CPU limits?"
}