Skip to content

Lazy Rendering Introduction

Compare
Choose a tag to compare
@a15n a15n released this 05 Nov 20:22
· 581 commits to master since this release

Lazy-rendering will improve load time for pages with many tooltips and popovers. Tooltip and popovers are only inserted into the dom and rendered when the user interacts with the tooltip/popover target with a click, mouseover, or focusin. To enable this improvements add the enableLazyRendering=true flag to your components.

enableLazyRendering=true will be the default behavior in release 3.0.0