this post was submitted on 06 Feb 2024
23 points (100.0% liked)

Firefox

20340 readers
95 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

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?

top 9 comments
sorted by: hot top controversial new old
[–] 0xCAFE@feddit.de 7 points 1 year ago (1 children)

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

[–] Sibbo@sopuli.xyz 2 points 1 year 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.

[–] thesmokingman@programming.dev 3 points 1 year ago (2 children)

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.

[–] Sibbo@sopuli.xyz 2 points 1 year ago

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

[–] ReversalHatchery@beehaw.org 1 points 1 year ago

I think separate windows consume noticably more memory than a single one or fewer.

[–] Atemu@lemmy.ml 3 points 1 year ago (1 children)
[–] Sibbo@sopuli.xyz 9 points 1 year ago

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

[–] Potajito@feddit.ch 3 points 1 year ago (1 children)

Shouldn't pinning it work for that?

[–] Sibbo@sopuli.xyz 1 points 1 year ago

I'll try, thanks!