-
Notifications
You must be signed in to change notification settings - Fork 24
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
Embedded samples on-demand loading #847
Comments
Please follow these steps for implementing lazy loading in a topic:
P.S. Consider automating this, e.g. using C# and Html Agility pack. |
@Aleksandyr and @HristoP96 think of a way to automate this process for the current topic. |
This was referenced Mar 11, 2019
All the PRs related to this issue are merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The frame loads the entire samples app and topics with multiple samples a bit to load.
It'd be a performance improvement (especially in dev mode) if the embedded sample can load on-demand as the page is scrolled through.
Not too noticeable on production and there aren't that many topics with a lot of samples, just something that can be looked into in the future.
The text was updated successfully, but these errors were encountered: