ungoogled-software/ungoogled-chromium

Prevent tabs from automatically loaded on startup

Open

#2,689 opened on Jan 26, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (771 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (18,674 stars)
PR merge metrics
 (Avg merge 1d 11h) (9 merged PRs in 30d)

Description

Description

When you launch Ungoogled Chromium, a bunch of tabs are loaded automatically in the background, which causes performance issues. Only the currently active/selected tab should be loaded and the rest should be hibernated.

Who's implementing?

  • I'm willing to implement this feature myself

The problem

When you launch Ungoogled Chromium, a bunch of tabs are loaded automatically in the background, which causes performance issues. Only the currently active/selected tab should be loaded and the rest should be hibernated.

I have preloading disabled. But it still loads the tabs automatically in background. Vivaldi for example does this quite well, where it only loads one tab and that's it. Same thing in Firefox

Possible solutions

Copy the behaviour of Vivaldi or Firefox

Alternatives

No response

Additional context

No response

Contributor guide