Description#
Scrolling feels slow in Firefox because of the background pattern.
This may be due to:
- Heavy background SVG image rendering
- CSS filters, blend modes, or large fixed backgrounds
- Repaint cost during scroll
Steps to reproduce#
- Open the site in Firefox.
- Scroll normally.
- Observe degraded scroll performance compared to other browsers.
Expected behavior#
Scrolling should remain smooth and responsive.
Notes#
Investigate:
- Reducing pattern complexity or resolution
- Using a static image instead of CSS-generated pattern
- Disabling or simplifying background effects for Firefox
- Making background optional or progressive-enhancement only