-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable pre-loading of a typeform #625
Comments
for which embed types would you want this? Note that it might mess up your metrics, because preloading would count as a visit even though the form would not be visible (yet). |
Hi,
Thank you for a quick reply.
It would be great if this feature is available for all types of embeds as I’m using both inline and modal types in my App.
Thank you for the heads-up. I will plan a logic to deal with it.
Regards,
Shravani Kandadai.
|
The inline embed (when displayed out of the current viewport, eg "below fold") is preloaded automatically. I can see this might be valuable for other embed types. @shravanikandadai can you please share more details on your use case? |
After doing some testing it looks like preloaded forms do not sufficiently decrease the perceived loading time. We do not want to load unnecessary resources on host page if the embed modal might not be opened. When the modal is preloaded (left) it loads only slightly faster compared to current implementation (right): If you have a different use case, please feel free to share more details and reopen this issue. |
Hi,
I would like to know if it is possible to pre-load a form and display it when necessary. Right now, though the form is mounted to the DOM, it only loads when the DOM element to which the form is added to is physically visible.
The text was updated successfully, but these errors were encountered: