[Bug Report][3.3.19] Performance issue when using v-tooltip component #18372
Labels
C: VOverlay
VOverlay
performance
The issue involves performance
T: enhancement
Functionality that enhances existing features
Milestone
Environment
Vuetify Version: 3.3.19
Vue Version: 3.3.4
Browsers: Chrome 117.0.0.0
OS: Windows 10
Steps to reproduce
Put a hundred tooltips in a component and realize that refresh takes considerably more times.
this is not the case with others components like v-btn for example.
Expected Behavior
Should load instantly
Actual Behavior
May take a few seconds to load
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
I don't expect loading a tooltips component to take much longer than loading any other component. Maybe that makes sense to you and you can explain. I apologize in advance for the inconvenience if this is the case.
In my use case:
I load a large data tree, in which I have several action buttons on each item, and then tooltips for each button.
Without tooltips, my tree loads instantly, but with tooltips it takes over 5 seconds to display.
The text was updated successfully, but these errors were encountered: