Skip to content
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

Poor embed load performance (loaded serially, should be in parallel) #525

Closed
jhildenbiddle opened this issue Jun 7, 2018 · 1 comment
Closed

Comments

@jhildenbiddle
Copy link
Member

jhildenbiddle commented Jun 7, 2018

Docsify embeds are loaded serially instead of in parallel. This has a significant performance impact on pages that have more than one embed.

Take the Customization page of the docsify-themeable site as an example.

screen shot 2018-06-06 at 9 48 12 pm

This page loads ten separate embeds for a combined total of roughly 12k. Despite the light payload, the embeds take six seconds to load as a result of loading them serially. Load performance would be dramatically improved if these files were loaded in parallel.

@jhildenbiddle
Copy link
Member Author

Thank you! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant