Translucence icon indicating copy to clipboard operation
Translucence copied to clipboard

Is there a way to reduce lag?

Open ghost opened this issue 3 years ago • 4 comments
trafficstars

You could say it's just the way the concept of themes works, but the lag is abyssmal. I have already disabled all blur effects, and it's still lagging, I suspect setting blur to 0 does not actually disable it?

ghost avatar Sep 18 '22 18:09 ghost

This'll remove the main background blur altogether. Let me know if it doesn't improve things.

.layers-OrUESM {
    backdrop-filter: unset;
}

CapnKitten avatar Sep 23 '22 04:09 CapnKitten

Oh okay, i'll try.

I have also been having issues when the UI bugs out with time, but that's unrelated i guess? The lag also increases with time, as if there is a memory leak.

HyperSoop avatar Sep 23 '22 04:09 HyperSoop

backdrop-filter can be a buggy css property and could very well be the cause of this supposed memory leak, but it's the only way to get the transparent blur effect.

CapnKitten avatar Sep 23 '22 04:09 CapnKitten

This'll remove the main background blur altogether. Let me know if it doesn't improve things.

.layers-OrUESM {
    backdrop-filter: unset;
}

I tried this, and it went pretty well! Are there any other things I can put in for performance?

HyperSoop avatar Sep 23 '22 14:09 HyperSoop