Skip to content

Performance issue due to css #525

Description

@VesterDe

Wanted to post this here for visibility, we were seeing a big slowdown our app (that does a lot of heavy DOM operations) after including driver.js' css file.

Turned out this:
https://github.com/kamranahmedse/driver.js/blob/master/src/driver.css#L139-L142

Can have a big impact since it can be a very hungry selector.

We remedied the situation by taking it out manually and core functionality still works without any issues. Hoping this helps someone in the future.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions