gethomepage / homepage

A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.

Home Page:https://gethomepage.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Performance Problem in Brave Browser caused by blur and brightness

MilippFeier opened this issue · comments

Description

Hello,

I encounter performance problems in the UI with the brave browser (and perhaps other Chromium-based ones, as well)
With the settings provided in "Steps to reproduce", the hover effect over links/widgets is noticably slow and the whole browser appears to be slowed down.
The performance problems are not present with the current Firefox browser.

Steps to reproduce

  • use current Brave Browser (v1.61.116)
  • in settings.xml, define the following background:
background:
  image: https://images.unsplash.com/photo-1503614472-8c93d56e92ce?q=80&w=4022&auto=format&fit=crop&ix>
  blur: md # >> BUGGY in Brave
  saturate: 25
  brightness: 50 #>> BUGGY in Brave
  opacity: 50
  • other yamls may be default
  • Startup via docker
  • Fly around with the mouse in the UI and see how slow everything is
  • Comment out blur and brightness in settings.xml -> UI is not slowed down anymore in Brave

homepage version

v0.8.4 (32f28d3, Dec 27, 2023)

Installation method

Docker

Configuration

No response

Container Logs

No response

Browser Logs

No response

Troubleshooting

n/a

Other

No response

Before submitting, I have made sure to

Sounds like a Brave bug, these are just css properties (which btw come from tailwind), I dont see how a fix for this would be on our end

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns.