We’re experiencing a performance slowdown in our Angular application whenever a tooltip is hovered. Upon inspection in Chrome DevTools, we observed multiple warnings such as
These violations appear only during tooltip hover events, causing noticeable UI lag.
Environment:
Framework: Angular
Browser: Chrome (latest version)
Tooltip Type: Custom tooltip (triggered on hover)
can you help with that? Thanks in advance.