-
Notifications
You must be signed in to change notification settings - Fork 975
To conserve bandwidth do not preload pinned tabs until they are selected on launch #804
Comments
related / duplicate of #800 ? |
I do not think so. It is not a delay, but simply a "do not load until called". However if you feel the two issues can be merged since a single options menu can solve "delay/do not load" |
ah, I thought the delay one was "on-demand load tabs" |
Not only on launch but also on detach a tab. |
I don't think #13216 will fix bandwidth per-say, as we are not creating pinned tabs as lazy-loaded (discarded), so muon will still be fetching the content on startup. #13216 should make sure we're not using the window's resources to display the content, however. This could be a simple change to the following, though not sure if it's there for a particular reason - worth testing: browser-laptop/app/browser/tabs.js Lines 970 to 977 in 4ae1b6d
|
The original plan for pinned tabs was that they were to bereferenced across windows and not duplicated. If we can not get to this enhancement, perhaps we should remove the feature of populating pins on all windows - changing it to window-specific pins. |
@bradleyrichter w/ regard to multiple pins using same web contents, @bbondy did start work on that type of enhancement when implementing tab detaching... but it wasn't finished |
@bbondy i think this will be fixed in brave-core correct? cc: @bsclifton |
Having the pinned tabs 'be referenced across windows and not duplicated' is what is described in #6413 right? That would be awesome! The pinned tabs are great, but take like 30 seconds to load on my machine. So I actually started using other browsers more because it's just so much faster to open a new window in them, see #13804. And to stay within this topic, I noticed this summer that it indeed takes to much bandwidth to use multiple windows with multiple pinned tabs when roaming abroad on 2G. |
+1 On Chromium if you were to open a dozen bookmarks from a folder in one go, they would all load in task manager wouldn't they, if so, I doubt brave-core fixes this unless you've made changes to this affect. |
Should be fixed with brave-core |
A user brought up that preloading the pins on launch could be bad for those without unlimited bandwidth.
I add that it might be also a security issue when connected on some less secured networks.
The text was updated successfully, but these errors were encountered: