Closed
Description
Describe the bug
I have the listing table that use tooltip directives and popovers for many columns as I need to display texts fully when hovering them.
Everything is good until I change page size to 100 records/page then the performance dropped (It takes a while after typing is finished to display text on input)
I opened Performance tab for investigating, recorded then changed page size to 100 and noted that there are bulk of Activities relevant to "Timer" and they come from bootstrap-vue-next. are they effecting that performance issue?
Thanks!!
Reproduction
none
Used Package Manager
pnpm
Validations
- Have tested with the latest version. This is still alpha version and sometime things change rapidly.
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.