You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2024. It is now read-only.
Currently the tech-talk tab loads all videos into the page during render.
These videos should be 'lazy loaded' onto the page - so when the user clicks play the video will load but not before that happens. We will use the same design for the upcoming internal speakers tab.
Thinking about using something similar to this to solve the issue.
If load speeds are still slow after this change we could consider looking at pagination (might want this anyway for better usability).
The text was updated successfully, but these errors were encountered:
This is a good strategy, loading the content during render is less than ideal, especially as the content grows. Lazy loading them will allow viewers pick and choose what is worth loading to them.
I'm going to pull this into our uplift of the site. We are doing doing an embedded YouTube video inclusion, but can optimize the generated HTML for the embedded view. In this uplift, we are also using the latest of Bootstrap, which also has options:
Currently the tech-talk tab loads all videos into the page during render.
These videos should be 'lazy loaded' onto the page - so when the user clicks play the video will load but not before that happens. We will use the same design for the upcoming internal speakers tab.
Thinking about using something similar to this to solve the issue.
If load speeds are still slow after this change we could consider looking at pagination (might want this anyway for better usability).
The text was updated successfully, but these errors were encountered: