I have one tab that I would like to be able to run in background unthrottled. Ideally, I would disable background throttling for the specific URL I have open in that tab. Is this possible somehow?

  • 0xCAFe
    link
    fedilink
    English
    75 months ago

    I don’t know if it does everything you need, but pinning a tab prevents it from unloading AFAIK.

    • SibboOP
      link
      fedilink
      25 months ago

      Thanks, I’ll try that!

      I believe though my problem is more throttling than complete unloading. But I am not sure how the browser works, so not sure about that.

    • SibboOP
      link
      fedilink
      95 months ago

      Limiting CPU-time that JavaScript, WASM, and others get

  • @thesmokingman
    link
    35 months ago

    My go-to is pulling the tab into its own window. If I end up having too many windows I usually find I’m doing something wrong or trying to play too many idles simultaneously.

    • SibboOP
      link
      fedilink
      25 months ago

      Thanks! I was trying to avoid that, but I’ll keep it in mind if the other ideas do not work.