Closed
Description
Is your feature request related to a problem? Please describe.
When running the performance option within Chrome's Lighthouse, one of the warnings that may be thrown notes: 'Some third-party resources can be lazy loaded with a facade'
After some googling, the solution notes one should delay the loading of the third-party embeds and replace them with static elements until the user interacts with the component, in this case, an Intercom button.
Now assuming the Intercom button boots on the initial render of the application, can we replace the element with something static until the user clicks the Intercom element?
Metadata
Metadata
Assignees
Labels
No labels