$.parseHTML is a performance bottleneck. Replacing it with cloned templates have shown to be more performant.
The template element, which would be ideal, is not available on IE11, but it's possible to do this without it.
QA steps
When JS is disabled a browser-based tooltip should display on hover.
When page previews is disabled a browser-based tooltip should display on hover.
the browser-based tooltip should not display on hover when page previews is enabled
QA Results - Beta
| AC | Status | Details |
|---|---|---|
| 1 | ❓ | T269338#6686493 |
| 2 | ❓ | T269338#6686493 |
| 3 | ✅ | T269338#6684167 |



