Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Default placeholder background takes too long to display (FF ESR 38, Linux) #429

@dev-random

Description

@dev-random

When page contains too many blocked elements, my browser (Firefox ESR 38 on Linux) becomes extremely slow (each frame takes seconds to draw). It seems to be the result of combining linear-gradient and background-repeat in extensions.umatrix.placeholderBackground. Replacing the gradient with a data-uri-encoded png fixes the issue for me. Using -moz-repeated-linear-gradient instead of repeating the gradient with background-repeat works as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions