-
Notifications
You must be signed in to change notification settings - Fork 975
Background images of the new tab should be cached or optimized #6503
Comments
+1 from #6937 (comment) I would suggest that we have a zip file which can be downloaded / extracted locally if backgrounds are enabled (instead of packaging the somewhat larger images with our install). Having them locally would work nicely (especially from the bandwidth perspective) The images should be loading from cache, but based on performance, I don't think they are 😦 |
I notice @bsclifton I think it is worth trying to disable images on dashboard / to add a flag to disable it like |
@luixxiul this is a great idea- should be easy enough to do 😄 Any of the tests that you wish to set this, you can use the yield this.app.client
.changeSetting(settings.SHOW_DASHBOARD_IMAGES, false)
//test here |
another option: we could default that setting to false if |
I opened an issue for that: #9240. |
One of the other main issues with downloading the dashboard (about:newtab) images rather than loading them from cache is that Brave will appear very slow/janky to users that have a slow internet connection. I've seen this happen when my internet occasionally slows down which makes the entire browser feel very sluggish whenever opening new tabs. When I first ran into this, I assumed that I had some type of memory leak which was affecting Brave's performance. Once we get more users in a variety of different markets with different internet speeds, I think this will become a bigger issue and we'll get more complaints from the community. I know that the images are aesthetically pleasing, but have we looked at potentially removing them and going a different route? There's definitely some performance wins there. Example: |
+1 from community https://community.brave.com/t/performance-ui-new-tab-with-pre-loaded-image/5691?u=eljuno
|
+1 I've also noticed this issue and posted about it on the community. Its something really basic but yet really annoying that needs to be fixed. https://community.brave.com/t/background-image-loading-slow/6278/2 |
@Shought you could disable the background image with the option on |
+1 from community - https://community.brave.com/t/new-tab-opening-too-slow/6438 |
Is there a way to customize the new tab wallpaper with your own image? Something like https://chrome.google.com/webstore/detail/new-tab-wallpaper/pcnhoifipedfmkajgigiefacnnlkpdjd?hl=en |
@shiksaprincess, currently there's no way of adding/customizing wallpapers. You can only enable/disable the wallpapers via |
Closing in favor of brave/brave-browser#1361 |
Updated plan, per @petemill
Original issue description
Expected behavior:
https://community.brave.com/t/volunteers-needed-beta-test-of-0-13-0-preview-7/459/8?u=suguru
+1 from me too
Brave Version (revision SHA): 0.12.15
Any related issues:
The text was updated successfully, but these errors were encountered: