Summary: | Very slow performance | ||
---|---|---|---|
Product: | [Plasma] Oxygen | Reporter: | BRULE Herman <alpha_one_x86> |
Component: | style | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.16.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
BRULE Herman
2019-07-19 13:06:22 UTC
Oxygen uses background gradients, which unfortunately are much slower to render compared to a flat background. I use too background gradient, via QPainter and no performance problem. A radial gradient? Linear gradients are much faster. Then you can QPainter on QPixmap to cache it, and update cache if the resolution change else just redraw the QPixmap. |